Unisciti alla nostra fan page
UpDown - indicatore per MetaTrader 4
- Visualizzazioni:
- 22505
- Valutazioni:
- Pubblicato:
- 2016.03.07 10:22
- Aggiornato:
- 2016.11.22 07:32
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The indicator calculates either the distance of the current price from the opening price, or the distance between the High and Low price, whichever is selected.
The calculation is performed for all pairs available (not hidden) in the "Market Watch" window, then the values are sorted descending/ascending and they are output to the buttons.
Clicking the button opens a chart of the corresponding symbol in a separate window.
Amendments of 2015.06: fixed the error of shifting the button coordinates when switching timeframes.
Settings:
- Method — selection of the calculation method (opening-closing or high-low).
- Number of buttons — the number of currency buttons displayed.
- Pressing the MODE button changes the sorting mode to "ascending/descending".
- To exclude a pair from the calculation it should be removed from the "Market Watch" window.
IMPORTANT:
- Response to pressing the MODE button happens with a delay (the code is heavy).
- The maximum number of pairs to calculate — 50 (in code #define LINES 50).
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/13109
The indicator points at the reverse bars based on the Profitunity system by Bill Williams excluding the angulation relative to the Alligator indicator mouth.
Equivolume and range-bars in the strategy testerThe script inserts the FXT-file of any custom chart, synthesized from real tick flow, into the strategy tester folder.
The indicator shows the identification (magic) number and the profit of the order.
Four_ScreensThe Expert Advisor based on the Heiken Ashi indicator.