Within the same EFS, does anyone know how to write and EFS that will allow me to check if MACD is either turning up or down over two different timeframes
e.g. The EFS will be attached to a 5 minute chart.
I would like to have an alert that tells me when the 5 minute EFS turns up and at the same time check that the 20 minute MACD is also turning up.
I know that you can you the inv varable with stochastics but, I don't think you can use it with MACD ??
e.g. var vStK5_1 = stochK(14 ,3 ,3, inv(5), -1);
This example sets the interval at 5 minutes using inv(5).
Royce
e.g. The EFS will be attached to a 5 minute chart.
I would like to have an alert that tells me when the 5 minute EFS turns up and at the same time check that the 20 minute MACD is also turning up.
I know that you can you the inv varable with stochastics but, I don't think you can use it with MACD ??
e.g. var vStK5_1 = stochK(14 ,3 ,3, inv(5), -1);
This example sets the interval at 5 minutes using inv(5).
Royce
Comment