Enter Trade only if indicator signal rises
-
Hi all, I'm not sure if this is possible.
I would like to use the ADX indicator as a confirmation buying signal on my 5m chart, but used as follows:
- Only take trades if above 20 and below 40. This I have achieved with the "above" and "below" function (all good).
- Only take trades if it is signal is increasing i.e rising from 20 to 40. This is where I am stuck.....
Would anybody have a suggestion
-
Is hard to asses but if you put a shared link on here it can be looked at. To put it simply comment block, left operand-ADX is > right operand value 20, connected to condition block, left operand-ADX is < right operand value 40, this means only activate the next block if ADX is in between.
-
Thanks for replying, I have attached the basic idea. You will see in my description, I want to let it only take trades if increasing between 20 and 40, and not to take trades if deceasing from 40 to 20 https://fxdreema.com/shared/HJzKPHcre
-
@goosecape use candle ID's to work out weather above or below previous.
