How to code my simple system
-
Hello,
I'm shadow.
I am trying to code a system like this.
Check if there are any existing trades:
-> if there is, wait till its done
-> if not check the following conditions to enter a trade.Conditions:
For Buy:
->RSI > 52 AND the 6 EMA > 18 EMAFor Sell:
-> RSI < 48 AND the 6 EMA < 18EMACurrently i did this and not sure if this is correct. May you kindly assist?

-
@shadowofzeus maybe you want this structure? When there is no trade buys (specify buy trade inside the block) then 6 MA > of 18 MA and together the RSI value is > 52 =======>>>> buy now.
Remember to specify candle ID1 inside the condition block in the "more setting" area
-
@ambrogio thanks for your response.
Yes I want that structure but I dont follow on the candle ID1 pointer you gave. Im a newbie
Regards,
Shadow
-
@shadowofzeus like this
