Unisciti alla nostra fan page
- Visualizzazioni:
- 10340
- Valutazioni:
- Pubblicato:
- 2017.01.18 09:12
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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).
Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.