HELP NEEDED
-
can someon help me on how i can create 3 conditions for an ea to open trades
it seem connecting all conditions together gives the wrong logic because they have to happen all of them at once which i dont need,, when i use the flags tru/false it seems not to work it opens trades reclessly without checking all three and more so trade reset is needed like when a buy opens and closes dont open new buys wait for signal, if you want to help provide an example
https://fxdreema.com/shared/uPejEtE6 -
@mr-lenny That is how you would check all three together, probably need a no trade block on top. You have 2 choices, you could create other trees only using less blocks so less conditions need to be true, or you could use something like flags so if condition is true flag turns true, if false, turns false.
-
@jstap can you do an example of three conditions with ma
-
@mr-lenny You do it with and back test, if something's not working add a shared link.
-
Sometimes its better to stay silent rather than give information that yourself you cant demonstrate demonstration is better than just mare words many unsoved issues are with fxdreema the documentation does not even adress on a broader perspective,feels like
-
@mr-lenny I can demonstrate, I could do it for you...but then you won't learn:)
-
THIS DEMONSTRATION SHOULD BE ON THE TUTORIAL SECTION SECTION SO EVERYONE CAN LEARN BUT SAME QUESTION WILL POP UP EVERY TIME , AND THERE IS NO WHERE TO REFER TO
-
@mr-lenny te recomiendo los videos de boxxcode ahi aprederas todo lo que necesitas
-
-
@ambrogio a no trade block doesnt solve it ,, the question here is you have 3 conditions A,B,C example PRICE IS OBOVE EMA200 PRICE IS BELOW SMA50 I AND RSI IS OVERSOLD, "and" is the one needed here not "or" if you use the flag true false tho bot assumes everything is true, i could be making a mistke but would need someone to demonstrate i have no luck on this