Rsi bot

 
How do I make an rsi bot that when it reaches 30 opens a buy order, reaches 70 closes the buy order, and immediately opens a sell order on 70, and when it reaches 30 closes the sell order, opens a buy order in 30? And repeat the process consecutively.
Documentation on MQL5: Constants, Enumerations and Structures / Trade Constants / Trade Orders in DOM
Documentation on MQL5: Constants, Enumerations and Structures / Trade Constants / Trade Orders in DOM
  • www.mql5.com
Trade Orders in DOM - Trade Constants - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Jorge Merck:
How do I make an rsi bot that when it reaches 30 opens a buy order, reaches 70 closes the buy order, and immediately opens a sell order on 70, and when it reaches 30 closes the sell order, opens a buy order in 30? And repeat the process consecutively.

Use iRSI Open Close:

iRSI Open Close

Reason: