Join our fan page
- Views:
- 3003
- Rating:
- Published:
- 2017.01.19 16:57
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The WPR_Histogram_Round indicator with the timeframe selection option available in the input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires WPR_Histogram_Round.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. WPR_Histogram_Round
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16784

This Expert Advisor closes all positions if the total loss/profit exceeds a predefined limit.

The Expert Advisor is based on a standard trend strategy and the two-layer neural network that is trained to enter the market against a trend.

The Exp_CenterOfGravityCandles Expert Advisor is based on signals of the CenterOfGravityCandles indicator.

Non-indicator system based on the analysis of the four previous bars. Implemented partial closing.