Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

InvestorsVsSpeculatorsDelta - indicatore per MetaTrader 5

Visualizzazioni:
4015
Valutazioni:
(12)
Pubblicato:
2018.12.18 19:11
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Investors vs Speculators Delta - yet another version of Investors vs Speculators - displays the ratio of major players' actions (Investors) to the actions of market traders (Speculators) as a colored histogram.

It has two configurable parameters:

  • Period - calculation period
  • AD method - accumulation/distribution calculation method
    • Classical MT - standard as in MetaTrader
    • Trade Station - as in Trade Station

Calculation:

Delta = Investors - Speculators

where:

  • If VOL > AVG
    Speculators = PrevSpeculators
    Investors = PrevInvestors + AD
  • otherwise
    Investors = PrevInvestors
    Speculators = PrevSpeculators + AD
  • If AD method = Classical MT
    AD = ((Close - Low) - (High - Close)) / (High - Low) * VOL
  • If AD method = Trade Station
    AD = (Close - Open) / (High - Low) * VOL

AVG - SUM/Period

VOL - tick volume

SUM - VOL sum with the exception of the current one (starting from PrevVOL) in the Period range

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22599

MaDev MaDev

Deviation from MA indicator

MaDevOsc MaDevOsc

Deviation from MA oscillator indicator

Constituents EA Constituents EA

At the specified hour, the Expert Advisor analyzes OHLC of the previous bar and sets pending orders

InvestorsVsSpeculators InvestorsVsSpeculators

InvestorsVsSpeculators indicator