when first indicator cross set to true, then wait another indicator cross to be true. if one of the indicator reversed then reset. i new here
-
when the first indicator cross like rsi > 70level set to true, wait for another indicator cross to be true. if one of the indicator reversed like rsi <30 then reset all. i new here sorry. i have search history from this forum and I did this but I think something wrong here because the order buy in wrong place and even open another trade when the trade closed fully.
-
@louis-3 Put all your bool conditions into a comment, this way you can visually check if true/false then you will see what is or isn't working.
-
sorry i new for this. how to let boolen into comment?
-
@louis-3 Select value, then select bool, right click the box and add the used variable, just ensure each comment is displaying a different variable.
-
@louis-3 Add the comment to the on tick tab, add a pass block above.