Can anyone assist me with the following:
I am trying to write an efs that looks at the same stock symbol in a 3 minute and a 10 minute timeframe.
I am using both Stochastics for the 3 min timeframe and MACD for the 10 minute timeframe.
Here is what I am attempting to accomplish
e.g. when the 3 min Stochastics crosses down, and at the same time the 10 min MACD turns down, I am hoping to get an alert that tells me that both conditions have been met. However based on the timeframe interval, it is possible for the 10 min MACD to turn down and stay in that position, where as the 3 min Stochastics could actually move 3 bars and still potentially meet my criteria.
I am even OK if I receive multiple alerts for the same condition.
I have attempted to write an alert on a 10 minute interval, but because it is only checking every 10 mins, it is possible that it will miss this combined condition.
I have also attempted to write an alert on the 3 minute interval, but if the efs is written and resides on a 3 minute chart, I do not know how to get the efs to check the MACD, every 10 minutes.
I keep hearing that multiple timeframe efs's will become easier with EFS2. Does anyone have a similar example to what I am trying to accomplish here, and might be kind enough to share, or if anyone can tell me if this can be accomplished in EFS2, if yes, can you point me in the right direction to write a proper EFS.
Sincerely
Royce
I am trying to write an efs that looks at the same stock symbol in a 3 minute and a 10 minute timeframe.
I am using both Stochastics for the 3 min timeframe and MACD for the 10 minute timeframe.
Here is what I am attempting to accomplish
e.g. when the 3 min Stochastics crosses down, and at the same time the 10 min MACD turns down, I am hoping to get an alert that tells me that both conditions have been met. However based on the timeframe interval, it is possible for the 10 min MACD to turn down and stay in that position, where as the 3 min Stochastics could actually move 3 bars and still potentially meet my criteria.
I am even OK if I receive multiple alerts for the same condition.
I have attempted to write an alert on a 10 minute interval, but because it is only checking every 10 mins, it is possible that it will miss this combined condition.
I have also attempted to write an alert on the 3 minute interval, but if the efs is written and resides on a 3 minute chart, I do not know how to get the efs to check the MACD, every 10 minutes.
I keep hearing that multiple timeframe efs's will become easier with EFS2. Does anyone have a similar example to what I am trying to accomplish here, and might be kind enough to share, or if anyone can tell me if this can be accomplished in EFS2, if yes, can you point me in the right direction to write a proper EFS.
Sincerely
Royce
Comment