Nguyen Minh Tri
仕事「RSI and Stoch EA to be modified as RSI only」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「An Expert Advisor to receive incoming message from webhook is needed」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「An Expert Advisor is needed which automatically places orders and tries it multiple times」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「MACD + МА strategy to be add on EA」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「Add functions to an exisiting EA」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「Ea to be edit good in edit forex expert adviser」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「Modify existing EA」に対する依頼者に残されたフィードバック
Nguyen Minh Tri パブリッシュされたプロダクト

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 パブリッシュされたプロダクト

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 パブリッシュされたプロダクト

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
仕事「Add spread filter」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「Create MT5 EA and stochastic indicator」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「Changes to how trades EA can do」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「Modification of an existing MQL5 EA」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「I NEED A RSI INDICATOR And VOLUME INDICATOR ROBOT(MT5)」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「Changes to equity and add news filter」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「Optimize EA to major pairs and xauusd」に対する依頼者に残されたフィードバック
Nguyen Minh Tri
仕事「Debugg EA and signal, add dialog box to chart」に対する依頼者に残されたフィードバック
Nguyen Minh Tri パブリッシュされたプロダクト

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