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

Candlestick models for GBP/JPY for 9 years - MetaTrader 4용 expert

조회수:
15946
평가:
(9)
게시됨:
2009.11.11 10:41
업데이트됨:
2016.11.22 07:32
\MQL4\Include\
Kimiv.mqh (169.77 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author:

Kontra

Description:

An Expert Advisor uses the Candlestick Models for trading: Blending Candlesticks (Engulfing) and Hammer(inverted Hammer)/Shooting Star models

It has been tested at GBP/JPY, M15. The extended 9 year trading report can be found here.

Parameters:

extern int bTp = 100; // Profit for buy
extern int sTp = 100; // Profit for sell
extern int zazor= 1; // Distance from the previous bar High/Low (for orders)
extern int Max_Search = 100; // Bars count for the price extremum search
extern int OrderExp = 8; // Life time (in hours) for pending order
extern int MagicType1 = 11111; // Magic number for the first type of deals
extern int MagicType2 = 22222; // Magic number for the second type of deals
extern int MagicType3 = 33333; // Magic number for the third type of deals
extern double StartLot = 0.1; // Deal volume

extern bool TSProfitOnly = True; // Trailing stop for profit only
extern int TStop.Buy = 50; // Trailing stop for buys (in points)
extern int TStop.Sell = 35; // Trailing stop for sells (in points)
extern int TrailingStep = 3; // Trailing stop step (in points)
extern int LevelProfit = 25; // Profit (in points)
extern int LevelWLoss = 1; // Without Loss level (in points)

I have some improvement ideas, the comments are welcome.

I would like to ask you to add a confirmation of the next candle closing price to the conditions of orders opening:

If a buy signal - the closing price of the candle, crossed the entrance level in the old scheme, should be above the old level of the entrance. Buy immediately after such closing. This candle does not necessarily have to be exactly next. As it has illustrates at figure. Main confirmation is close above the old entrance.

If a sale signal - then the closing price of the candle, crossed the old entrance level, should be below the old entrance level. Sell immediately after such close!


History backtesting results:





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

Informer Informer

Indicator shows entry and exit points for all deals and account statistics on the chart. It is very useful for trade analysis.

Time, Forex sessions and Trade Hours monitor Time, Forex sessions and Trade Hours monitor

Indicator shows a different Forex sessions and the market hours of the exchanges.

Best MACD final Best MACD final

Classical MACD with Impulse System.

LineMA LineMA

Indicator shows color lines between two MA crosses