거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

The smart averager - Hello Smart - MetaTrader 5용 expert

조회수:
5333
평가:
(25)
게시됨:
2017.01.18 09:23
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Hello Smart Expert Advisor averages losing positions. The BuySell trading direction is selected in the settings. Then, if the price goes in unfavorable direction, the EA opens an averaging order with a fixed volume of Lot at the Step distance specified in points. Once the EA accumulates positions of BigLot volume, the initial lot size increases by the Mnogitel coefficient. The position is closed upon reaching the Profit or Loss in the deposit currency. All EA operations are performed on the candle open prices.

The EA has been optimized at the interval from 11.01.2013 to 12.09.2016 for the EURUSD currency pair, H1 and Н4 periods.


Settings:

input int BuySell     = 1;    // 1-Only Buy 2-Only Sell
input int Step        = 1000; // Step
input double Lot      = 0.1;  // Volume
input double BigLot   = 0.5;  // Big Lot
input double MaxLots  = 5;    // Maximum lot
input double Profit   = 60;   // Dollars Profit 
input double Loss     = 5100; // Dollars Loss
input double Mnogitel = 10;   // Lots Mnogitel 

Fig1. Results of the EA trading and optimization from 11.01.2013 to 12.09.2016. EURUSD, H1


Fig.2. Results of the EA trading and optimization from 11.01.2013 to 12.09.2016. EURUSD, H4


Tips:

  • Recommended for use as a trading assistant and for developing your own strategies.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/16348

XvaMA_HTF XvaMA_HTF

The XvaMA indicator with the timeframe selection option available in the input parameters.

Exp_ColorXvaMA_Digit Exp_ColorXvaMA_Digit

The Exp_ColorXvaMA_Digit Expert Advisor is based on the ColorXvaMA_Digit indicator color change.

Multi-currency night scalper - Night Scalper Multi Multi-currency night scalper - Night Scalper Multi

Night scalper, trades until 0 am terminal time within a narrow range.

JSatl_HTF JSatl_HTF

The JSatl indicator with the timeframe selection option available in the input parameters.