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 | Buying_Selling_Pressure

Buying/Selling Pressure indicator displays the strength of buys and sells pressure.

There are five inputs:

  • Period - calculation period
  • Smoothing period
  • Smoothing method
  • Pressure filter - pressure types filter
    • Both pressures - display both pressure types
    • Buying pressure - display buys pressure
    • Selling pressure - display sells pressure
    • Prevailing pressure - display prevailing pressure
  • Smoothing filter
    • Both - display both types
    • Only unsmoothed - display only unsmoothed
    • Only smoothed - display only smoothed

Buys pressure:

BP = High - Open

Sells pressure:

SP = Open - Low

Prevailing pressure:

If BP > SP, то PP = BP If SP > BP, то PP = SP

Smoothed values:

SBP = MA(BP,Smoothing period,Smoothing method) SSP = MA(SP,Smoothing period,Smoothing method) SPP = MA(PP,Smoothing period,Smoothing method)

Various data display filters:

MetaTrader Experts, Indicators, Scripts and Libraries

MetaTrader Experts, Indicators, Scripts and Libraries

MetaTrader Experts, Indicators, Scripts and Libraries

MetaTrader Experts, Indicators, Scripts and Libraries

MetaTrader Experts, Indicators, Scripts and Libraries

MetaTrader Experts, Indicators, Scripts and Libraries

MetaTrader Experts, Indicators, Scripts and Libraries

22344