Take trades in a day only when specific conditions are met
-
Hi there,
I want to trade during a day only when certain conditions are met.
Example: If distance between the candle close and moving average is more than 50 pips, then my system gets activated and trading starts for the day, else not.
What should be done in this case? -
@shivam007 You can use this basic structure:
https://fxdreema.com/shared/sqYgUA9gc
The grey block called 'your launcher here' needs to be the block on top of the structure opening your trades. Only when the condition on block 3 is true, the structure will be fully operational and will be automatically closed every day at the beginning of the trading session.
-
Thank you so much
It worked -
@shivam007 You're welcome.