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

Bears_Bulls_Impuls - indicatore per MetaTrader 5

Visualizzazioni:
4722
Valutazioni:
(12)
Pubblicato:
2018.07.13 15:58
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Indicator Bears Bulls Impuls displays in a separate window a pulse graph showing the market switches from bullish to bearish, and vice versa.

It has two configurable parameters:

  • Period - calculation period
  • Applied price - calculation price

Calculations:

  • If (BullIndex + BearIndex) > 0
    Bulls = 1
    Bears = -1
    
  • If (BullIndex + BearIndex) < 0
    Bulls = -1
    Bears = 1
    
where

BullIndex = High - EMA(Applied price, Period) BearIndex = Low - EMA(Applied price, Period)

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

Adaptable_RSI Adaptable_RSI

A configurable RSI

AATR AATR

Indicator Average Average True Range

DiffMA DiffMA

Two moving averages on the range of one-direction candlesticks

DiffMA_Histogram DiffMA_Histogram

Difference of two moving averages within the range of one-direction candlesticks