Watch how to download trading robots for free
Find us on Facebook!
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
Views:
4946
Rating:
(37)
Published:
2014.08.06 15:34
Updated:
2016.11.22 07:32
\MQL5\Indicators\ \MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Exp_KaufWMAcross trading system is based on change of the trend direction displayed by the KaufWMAcross indicator.

The signal is formed when a bar is closing if there has been the emergence of the next indicator arrow.

The Expert Advisor requires the compiled file of the indicator KaufWMAcross.ex5. Place it to terminal_data_folder\MQL5\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 The instances of history of deals on the chart.

Fig. 1 The instances of history of deals on the chart.

Testing results for 2013 at GBPUSD H6:

Fig. 2. Chart of testing results

Fig. 2. Chart of testing results

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/11418

BvsB_HTF BvsB_HTF

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

Exp_BvsB Exp_BvsB

The Exp_BvsB Expert Advisor is based on the signals of the trend indicator BvsB.

Simple ZigZag Simple ZigZag

Another zigzag version with a simple code that correctly determines peaks.

Exp_SimpleBars Exp_SimpleBars

The Exp_SimpleBars Expert Advisor is based on the signals of the trend indicator SimpleBars.