RSI EA
-
Can someone help. I want to code rsi ea. I dont know how to do it
-
@53fSimpilly...no trade block--condition block with rsi inside (maybe mote than 1)--buy block, create opposite for sells.
-
Thank you sir. so there is no way to code an ea telling it to take buy trade if rsi is greater than 30 or sell if lower than 70.
-
@53fx
No trade block--condition block rsi > value 30--buy block.
No trade block--condition block rsi < value 70--sell blockCreate a project and test on back test, this way you'll see what is or isn't working.