Unisciti alla nostra fan page
Pan PrizMA Sin leverage 72 - indicatore per MetaTrader 5
- Visualizzazioni:
- 13768
- Valutazioni:
- Pubblicato:
- 2019.04.06 06:32
- Aggiornato:
- 2020.06.27 13:21
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The indicator builds a sliding line based on interpolation by a polynomial of 4 degrees. The constructed line is extrapolated as a section of a given function by a sinusoid and its axial near the constant line_power = 2, or near the inclined straight line_power = 3 (redrawn to visualize the plot).
From the built sinusoids and axial one value is removed on each bar and a line of extrapolated values is built, which does not redraw .
External variables:
leverage - shoulder removal values for the resulting line. Set from the backward slid first line;
multiplier - multiplier. If it is equal to zero, then the value is removed from the axial, if it is equal to one, then from the sinusoid, if it is equal to minus one, then from the point of the mirror sinusoid through the axial one. May take any values.
line4_SHIFT - offset of the resulting line of extrapolated values;
interval - multiples multiple averaging.
Refinement of the indicator from the topic: Difference calculus, examples.
Possible development of indicator potential
Display interactive HTML graph of the account balance inside the web browser.
CPairedDealInfo ClassA class to reconstruct closed trades (paired in/out deals) from history sorted by close time.