how to condition in determined TF - newbie
-
Hi, I've been with fxdreema for a very short time, watching all the tutorials I can.
I want to make my EA, intended for H1, look at an indicator in daily TF, to determine the trend in some way, and condition whether it discriminates operations by only buys or only sells.
I have tried to put the indicator in the conditioner in the buy line indicating in settings that its TF is daily but it does nothing
Any ideas plzz
-
@vespera Put a shared project and say what's wrong, blocks can then de looked at to advise on correction.
-
shared/cMENVdL4
I want if the indicator marks buys on D1 TF it only makes buys. and the same with sales.
I try to incorporate it through variants but they do not work capping trades against the trend
-
@vespera You do not need the per tic or or per trade on right, on tick tab does this any way, the check indicators on the left are setting the bool for daily trend but you are not checking the variable before trade, above trade put the second condition type with the name of the variable like picture.

-
@jstap i don't know if i understand correctly, i only play with fxdreema and programation for a 3 days jejeje. I'll try to do that
-
@jstap I actually don't know how to do that. it gives me errors when compiling
-
@vespera Have done it, make sure the indicators are added. https://fxdreema.com/shared/tSPNouNgc
-
@jstap thx very much! i understand finally this!
-
@vespera Your welcome