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
Visualizzazioni:
7742
Valutazioni:
(14)
Pubblicato:
2019.01.02 14:28
Aggiornato:
2019.01.28 07:19
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Total Power is a power indicator. It displays three lines: Bulls power, bears power, and total power.

It has two adjustable parameters:

  • Power period - power calculation period
  • EMA period - moving average calculation period

Calculations:

BullPower = BullCount * 100 / Power period
BearPower = BearCount * 100 / Power period
TotalPower= Abs(BearCount - BullCount) * 100 / Power period

where:

  • If HighPW > MA
    BullCount = BullCount+1
  • If LowPW < MA
    BearCount = BearCount+1

HighPW, LowPW - High and Low prices within the range of Power period

MA - EMA(Close, Period MA)

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

StepMVA StepMVA

The Moving Average with step indicator

Pivot_Oscillator Pivot_Oscillator

Pivot Oscillator

Average_Change Average_Change

The Average change indicator

BB_ATR_Oscillator BB_ATR_Oscillator

Indicator BB ATR oscillator