당사 팬 페이지에 가입하십시오
Trading signals module based on Karacatica indicator - MetaTrader 5용 라이브러리
- 조회수:
- 5940
- 평가:
- 게시됨:
- 2012.02.29 15:29
- 업데이트됨:
- 2016.11.22 07:32
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The signal is formed when a bar is closing. Karacatica indicator's color arrow serves as a market entry signal.
Place Karacatica.ex5 compiled file to the terminal_data_folder\MQL5\Indicators.
Creation of a trading robot based on this trading signals module has nothing special in it. It has been described in details in the article "MQL5 Wizard for Dummies". The general idea of creating a trading signals module has been described in the article "Simple Trading Systems Using Semaphore Indicators".
Default Expert Advisor's input parameters have been used during the tests shown below. Stop Loss and Take Profit have not been used during the tests.
Fig.1. Deals examples on the chart
Testing results for 2011 at XAGUSD H4:
Fig.2. Test results chart
Note:
The Expert Advisor generated using MQL5 Wizard chooses the moments for opening and closing positions based on the results of the "voting" of trading signals added during the Expert Advisor creation. The main trading signals module (containing all added ones) also takes part in the "voting" but its LongCondition() and ShortCondition() methods always return 0.
Since the smoothing by the number of present modules (basic one + one additional module) is performed during the "votes" calculation, threshold values should be indicated considering this fact. For this reason, Signal_ThresholdOpen and Signal_ThresholdClose values must be set to 40=(0+80)/2 and 20=(0+40)/2, respectively, after creation of the Expert Advisor code using MQL5 Wizard.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/834
Trading signals module for MQL5 Wizard. BykovTrend indicator's color arrow serves as a market entry signal.
Trading signals module based on LeManSignal indicatorTrading signals module for MQL5 Wizard. LeManSignal indicator's color dot serves as a market entry signal.
Trading signals module for MQL5 Wizard. The moment, when the oscillator line formed by ColorLaguerre changes its color, indicates the time for market entry.
Trading signals module based on NonLagDot indicatorTrading signals module for MQL5 Wizard. The moment, when NonLagDot indicator changes its color, indicates the time for market entry.