how can i create robot consisting of two indicators?
-
please, i want to create a bot with my strategy consisting of moving averages on the mainchat and rsi. after the creation of the bot, it refused to take trades.
please, how can i achieve this
-
Add a shared link.
-
@jstap please, how to do that?
-
Project screen, create a shared link, open in web page, copy address bar and add here.
-
-
that link is for boom index, i also want the reverse to activate buy position on crash1000 index but i don't know how to achieve it so what i usually do is create two robot files one for boom and the other for crash.
-
This block isn't working on RSI, it's working on MA, correct this to RSI, and it should work.
-
@jstap U have seen it? I will be waiting for your response. I have been trying to make it work since yesterday.
conditions:
- candle closes below moving average 200
- relative strength index crosses below level 65 or 70
- price crosses below moving average 12
- then sell for 5 candlesticks (1mins timeframe)
the reverse for crash index
That is what i am trying to build. -
Change this:

-
@jstap done, but still not working..
here is the link https://fxdreema.com/shared/O4hDlNnAb
it works when i change the rsi to being below level 65 but when i change it to crossing below level 65, it does not work. i want the trade to be valid if the rsi is crossing level 65 downside
-
@jstap first image with '<' will work but the second image with 'x<' doesn't work and that exactly what i want. i want it to be (x<) not (<)
Is that possible?

-
It does mate, test and remove single blocks, add a new shared link if not working.
-
@jstap Thanks a lot. It working now