Need help telling bot what to do, Help please?
-
How do i tell bot that if bull candle closes on the top Bollinger band on ether H1 H4 D1 time frame and then bear candle closes on a Moving average to buy.
-
@tt Apparently you just need all those condition blocks linked together. Do you have an initial project to begin with?
-
@l-andorrà said in Need help telling bot what to do, Help please?:
ion blocks linked together. Do you have an initial project to begin with?
-
@tt You can remove all those 'AND' blocks in teh project. Linking the blocks one on top of the next one is doing exactly that. On the other hand I see you already use correctly different timeframes on different blocks. However, all you blocks are working on candle ID 0. I recommend to change them to candle ID 1.
-
@l-andorrà Ok thank you!!!
-
@tt You're welcome.