Stochastic
-
Its not taking trades , am i making any mistake here
https://fxdreema.com/shared/XsnNFI7kb -
@javed77 you should create separate blocks for close a trade
"Once per block" just put one after "no trade"
don't need retry for each condition"Trailing stop " connect to "no trade" blocks from False connection

-
if your positions close by TP/SL you don't need using "Close trades" blocks
-
Correct. You don't need so many 'once per bar' blocks. One on top of eacxh tree is enough.
-
how do i set different time frame for each condition? like each condition is for different time that is why i put once per bar after before every condition
-
Just by selecting them inside the condition clock. You need to specify it in all operands:

-
thanks alot
-
You're welcome.