Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

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

Views:
15911
Rating:
(9)
Published:
2009.11.11 10:41
Updated:
2016.11.22 07:32
for_max_v2.mq4 (5.78 KB) view
\MQL4\Include\
Kimiv.mqh (169.77 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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:





Translated from Russian by MetaQuotes Ltd.
Original code: 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