Join our fan page
- Views:
- 10329
- Rating:
- Published:
- 2017.01.18 09:12
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The indicator displays the total number of deals by symbol in real time. Red line of deals is for SELL, blue line is for BUY.
If the size of the actual history in indicator buffers is 0, then all available history equal to the number of bars on the chart will be available (may affect the indicator operation speed).
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16210

A simple trend indicator with calculation of rise and fall in Close prices.

The ZZ Fibo Trader is a simple illustration of the use of the Simple ZZ Fibo, which plots Fibonacci lines on long impulse waves of the ZigZag. In addition, the algorithm illustrates operation of the parabolic system for moving the stop loss.

The Expert Advisor plots a Fibonacci based on the standard ZigZag indicator and traded rectracements from all levels. The levels are fixed and cannot be customized by the user.

Semaphore signal indicator based on the code of the RVIDiff indicator.