Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro RSI and Stoch EA to be modified as RSI only
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro An Expert Advisor to receive incoming message from webhook is needed
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro An Expert Advisor is needed which automatically places orders and tries it multiple times
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro MACD + МА strategy to be add on EA
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Add functions to an exisiting EA
Nguyen Minh Tri
Nguyen Minh Tri
just complete project RSI+Stoch
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Ea to be edit good in edit forex expert adviser
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Modify existing EA
Nguyen Minh Tri Prodotto pubblicato

Hello all! This is indicator 2 top and 2 bottom It will send alert to your phone when price hit top or bottom input uint     InpMinHeight   =  10;   // Minumum Height/Depth input uint     InpMaxDist     =  20;   // Maximum distance between the twin tops/bottoms input uint     InpMinBars     =  3;    // Maximum number of bars after the top/bottom input string 

Nguyen Minh Tri Prodotto pubblicato

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; 

Nguyen Minh Tri Prodotto pubblicato

Stochastic cross alert signal overlay  is indicator show signal buy and sell you can attach it easy in your chart mt5, it work all time frame it work all time frame Setting: input int KPeriod=5; input int DPeriod=3; input int Slowing=3; input ENUM_MA_METHOD MA_Method=MODE_SMA; Contact me immediately after the purchase to get the settings and a personal bonus

Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Add spread filter
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Create MT5 EA and stochastic indicator
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Changes to how trades EA can do
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Modification of an existing MQL5 EA
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro I NEED A RSI INDICATOR And VOLUME INDICATOR ROBOT(MT5)
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Changes to equity and add news filter
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Optimize EA to major pairs and xauusd
Nguyen Minh Tri
Hai lasciato un feedback al cliente per il lavoro Debugg EA and signal, add dialog box to chart
Nguyen Minh Tri Prodotto pubblicato

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