Hi guys, how do I enable two non-concurrent conditions?
-
Hi how do I activate 2 conditions. I want after the RSI goes above 70, then wait for osma to get below zero to enter a sell order. I don't want these 2 conditions to happen at the same time but in order after some time, please help me
-
Hi, by using flags or variables. When first condition is true, turn it into true, which will allow the next condition to pass as soon as it is true as well.
-
@seb-0 thank you, this is my project, i want after rsi is over 70, then wait for osma to 0 then I will enter sell order, can you fix me, thank you . https://fxdreema.com/shared/zvuq9JYbc
-
I see that you are new, so this solution with a loop and a variable might look like black magic, but here it is anyways lol:
https://fxdreema.com/shared/ZKvsHLgYc

-
This is nice taking the lead @roar , next time ill start with the demonstration : )
-
@roar thank you
-
thank you
-
@roar
can you help me how to confirm the value of osma is decreasing from candle 0 to candle 6. thank you -
@bvc Just like this. But this only checks candles 0 and 6, 12345 can be anything. If you need be more precise, theres a block "indicator fall".

-
Please tell me how to use it block "indicator fall".
-
@bvc This means that osma must fall for all 6 six candles:

-
thank you very much
-
@roar Sorry to bother you, you can help me create a project with the condition: the ADX indicator is greater than 40 and the RSI indicator is greater than 70, when both of these conditions are met, when the price goes down, wait for osma to touch level 0, enter the sell order. That my project desperately needs your help
-
@nguyen-duong Please craete a new thread for your request. Do not mix it here.