Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | ASO

Indicator ASO (Average Sentiment Oscillator) displays the general market climate.

It has four configurable parameters:

  • Range period - range calculation period;
  • Smoothing period - oscillator smoothing period;
  • Method - smoothing method;
  • Mode - calculation mode:
    • Combined - combined mode;
    • Intra-bar - intra-bar mode;
    • Group algorithm - group algorithm mode.

Calculations:

Bulls = MA(BL, Smoothing period, Method)  Bears = MA(BR, Smoothing period, Method)  

where:

Combined Mode:

BL = (IBL+GBL)/2  BR = (IBR+GBR)/2  

Intra-bar Mode:

BL = IBL  BR = IBR  

Group Algorithm Mode:

BL = GBL  BR = GBR  IBL = 50 * (Close - Low + High - Open)/(High - Low)  IBR = 50 * (High - Close + Open - Low)/(High - Low)  GBL = 50*(Close - GL + GH - GO)/(GH - GL)  GBR = 50*(GH - Close + GO - GL)/(GH - GL)  
  • GO - Open within Range period;
  • GL -minimum value of High within Range period;
  • GH - maximum value of Low within Range period.

MetaTrader Experts, Indicators, Scripts and Libraries

Fig 1. Combined Mode

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. Intra-bar Mode

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. Group Algorithm Mode

21159

Best MetaTrader Indicators + Profitable Expert Advisors