Nguyen Minh Tri / Profil
EMA BASEd ON EMA, ICHIMOKU-Kejun-sen line and MACD input group "RSI Setting" input int Inp_RSI_ma_period = 7; // RSI: averaging period input ENUM_APPLIED_PRICE Inp_RSI_applied_price = PRICE_WEIGHTED; // RSI: type of price input double
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;
Script allow click buy and sell and close all positions in MT5 Script will auto buy/sell double volumes after lost Script wiill auto close position profit Script easy install on MT5 Please contact me if you have any question or need demo Script more than 20 parameter for user can control easy each filed Set profit each position profit total ... See image attach