how to start with rsi then other functions work
-
i need to start my ea with rsi signal
then rsi disappeared, other functions worked
is there a way ? -
@forexhero Use flag's when condition right set flag true, when wrong set false, check this in buy & sell tree.
-
@jstap Hello
thank you for your reply
look here
i want this block works only for the first entry
then this block of rsi disappeared and my other blocks work
then when all functions run
the ea start again with rsi >> ..etc -
its look like
how to take your first signal from rsi
then other ea functions work
you use rsi only to take the first signal -
@forexhero You use logic, generally if x happens do this, if y happens do this, The blocks under buy/sell won't work and should be in a separate tree, to use a flag it needs to be checked above where it's used. Put a shared project here rather than a picture, can see more of whats happening.