Id Signal ready
- Uzman Danışmanlar
- Chaidir St
- Sürüm: 1.31
- Güncellendi: 30 Eylül 2019
- Etkinleştirmeler: 5
is an Expert Advisor based on Scalping filters such as Stochastic that managed and decided with robot smartly.
The EA works with low margin level and thus has low risk.
The default inputs in this EA is set to 5-digit accounts. If your account is 4-digit use 1/10 values.
Using EA :
The EA is very simple and without complicated input parameters.
These are main parameters must be set :
extern double TakeProfit = 500;
extern double RiskPercent = 1;
extern double TrailingStop = 2;
extern double SL = 300;
extern int Jarak = 5;
extern int Lose = 100 ;
extern int Profit = 50 ;