Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

InvestorsVsSpeculatorsDelta - indicateur pour MetaTrader 5

Vues:
4049
Note:
(12)
Publié:
2018.12.18 19:11
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : 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