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
Nguyen Minh Tri
just complete project RSI+Stoch
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