Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo RSI and Stoch EA to be modified as RSI only
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo An Expert Advisor to receive incoming message from webhook is needed
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo An Expert Advisor is needed which automatically places orders and tries it multiple times
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo MACD + МА strategy to be add on EA
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo Add functions to an exisiting EA
Nguyen Minh Tri
Nguyen Minh Tri
just complete project RSI+Stoch
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo Ea to be edit good in edit forex expert adviser
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo Modify existing EA
Nguyen Minh Tri Ha publicado el producto

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 Ha publicado el producto

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 Ha publicado el producto

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
Ha dejado el comentario sobre el Cliente por el trabajo Add spread filter
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo Create MT5 EA and stochastic indicator
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo Changes to how trades EA can do
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo Modification of an existing MQL5 EA
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo I NEED A RSI INDICATOR And VOLUME INDICATOR ROBOT(MT5)
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo Changes to equity and add news filter
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo Optimize EA to major pairs and xauusd
Nguyen Minh Tri
Ha dejado el comentario sobre el Cliente por el trabajo Debugg EA and signal, add dialog box to chart
Nguyen Minh Tri Ha publicado el producto

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