High Low Scalper
- Experts
-
Volodymyr Hrybachov
안녕하세요, 트레이더 여러분! 🚀
제 이름은 볼로디미르이며, 39세, 우크라이나 출신입니다 🇺🇦.
저는 11년 이상 MetaTrader 플랫폼에서 거래 시스템, 지표, 전문가 조언자(EA)를 개발해왔습니다. 제 접근 방식은 인공지능, 알고리즘 전략, 그리고 실제 시장 경험을 결합한 것입니다.
💡 저의 목표는 트레이더가 안정적인 수익을 달성하고 위험을 줄이며 자신 있게 거래할 수 있도록 돕는 도구를 만드는 것입니다.
📊 트레이더가 저를 신뢰하는 이유: - 버전: 1.1
- 업데이트됨: 4 3월 2022
- 활성화: 5
This is a scalping Expert Advisor. The EA strategy applies the range of price deviation from the average high/low values for a specified period. It has a minimum number of adjustable parameters. The EA applies stop loss, take profit, breakeven and trailing stop levels invisible for brokers. The robot is ideal for a trader as an addition to a manual strategy or in conjunction with another EA. The EA distinguishes its trades by a magic number.
Only one market order at a time can be opened on a single currency pair. Grid and martingale are not used. The EA features the built-in protection against spread and requote extensions.
Recommendations
- Before using on a live account, test the EA with minimal risk;
- Use VPS or hosting server with minimal network latency to the broker's server;
- Low spreads = low commission + high quality execution are important when choosing a broker to trade.
Parameters
- StartTradeTime, StopTradeTime - operation by time; 00:00 - not used;
- TimeFrame - working timeframe;
- HLPeriod - average high/low price calculation period;
- HLShift - average calculation shift;
- HLDeviation - deviation from received average prices in pips
- StopLoss - stop loss in pips;
- TakeProfit - take profit;
- RiskPerTrade - trading lot set as risk per trade in % of the balance;
- BreakevenStop - number of profit points for moving a trade to a breakeven as AR ratio;
- BreakevenStep - profit a position is closed at as AR ratio;
- TrailingStop - trailing stop, distance to a stop loss, as AR ratio;
- TrailingStep - trailing step as AR ratio;
- MaxSpread - maximum allowable spread for opening trades;
- MaxSlippage - maximum slippage to open trades;
- MaxAttempts - maximum number of attempts to open an order during requotes;
- MagicNumber - magic number;
- OrdersComment - comment to orders.
