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
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END