Accu Dist for a single currency – indicator MetaTrader 4

Accu Dist for a single currency - indicator for MetaTrader 4
I think it is important to have an idea of a certain currency’s Accumulation/Distribution level. In forex we deal with pairs, and that is how transactions are made, but in the real world there are currencies like USD bills, GBP bills and so on. I hope these indicators will be helpful to have an idea … Read more

Optimize single Moving average trading – indicator MetaTrader 4

Optimize single Moving average trading - indicator for MetaTrader 4
This code is following the idea of MA Profit, except that it is using a single Moving Average instead of the cross moving average system. Using only a single moving average speeds up optimization, it can check all moving averages between 10 and 1000 in nearly no time. Trading with single moving average gives three … Read more

Displaying Several CChartObject Objects in a Single Window – script MetaTrader 5

Drawing several charts in a single window
Description: Sometimes it is necessary to monitor several charts simultaneously to find correlations between changes in the rates of various currency pairs. This script allows traders to do that displaying several subcharts in a single chart window. The script has been developed to create charts for the Championship’s Minutes at the Automated Trading Championship 2012. … Read more

Multiple ZigZags in a single window – indicator MetaTrader 4

Multiple ZigZags in a single window - indicator for MetaTrader 4
For the fans of ZigZag: a small indicator that draws multiple ZigZags from different timeframes on one timeframe. Four ZigZags are implemented (H1, H4, D1, W1). The timeframe should be selected as the minimal of the displayed ones, i.e. here it is H1. On all other timeframes it is drawn incorrectly, there are no timeframe … Read more

Simple Single Layer Perceptron EA – EA MetaTrader 4

The Rule
1. About Perceptrons About Perceptron: Dr. Mark Humphrys Single-layer Neural Networks (Perceptrons) I referred to “Artificial Intelligence” as the logic of Perceptron. 2. Algorithm 2.1. Inputs The w1, w2, w3 and w4 are weights which set the values decided by your optimization. input int    x1 = 0;//weight1 input int    x2 = 0;//weight2 input int    x3 = … Read more

Utility to view the statistics for a Single Bar of any time frame – indicator MetaTrader 5

Display of the Single Bar Values Indicator
The utility will display the high, low, open, close and time statistics for any user selected bar of any timeframe for the symbol of the chart the utility resides on.  The indicator posts an event (EventChartCustom) to process its data collection and display activities, keeping the processing time for those activities outside of the indicator’s … Read more