量化交易系统

MT5-RSI Alert Mobile

  • 型号:
Main Image

RSI Bot, send alert to mobile, buy when RSI<=20, send alert sell when RSI>=80

you can set parameter RSI in setting

Inp_RSI_ma_period    = 14;             // RSI: averaging period

Inp_RSI_applied_price= PRICE_WEIGHTED; // RSI: type of price

Inp_RSI_LevelUP            = 60;          // RSI Fast and Slow: Level UP

Inp_RSI_LevelDOWN          = 40;          // RSI Fast and Slow: Level DOWN

Inp_RSI_stringUP           ="Signal Sell";// RSI Fast and Slow: Level UP label

Inp_RSI_stringDOWN         ="Signal Buy"; // RSI Fast and Slow: Level DOWN label