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

InvestorsVsSpeculators - indicatore per MetaTrader 5

Visualizzazioni:
4894
Valutazioni:
(13)
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 displays the ratio of major players' actions (Investors) to the actions of market traders (Speculators).

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 - SMA(VOL, Period)

VOL - tick volume


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

Constituents EA Constituents EA

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

InvestorsVsSpeculatorsDelta InvestorsVsSpeculatorsDelta

Investors vs Speculators Delta indicator

EWO EWO

EWO indicator

ADX_Trend ADX_Trend

ADX Trend indicator