forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:bbp_ma_oscillator

Table of Contents

BBP MA Oscillator

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

  • BBP MA Oscillator rises;
  • BBP MA Oscillator falls;
  • BBP MA Oscillator is higher than the zero line;
  • BBP MA Oscillator is lower than the zero line;
  • BBP MA Oscillator crosses the zero line upward;
  • BBP MA Oscillator crosses the zero line downward;
  • BBP MA Oscillator changes its direction upward;
  • BBP MA Oscillator changes its direction downward;

Logical rules for Closing Logic Condition slot.

  • BBP MA Oscillator rises;
  • BBP MA Oscillator falls;
  • BBP MA Oscillator is higher than the zero line;
  • BBP MA Oscillator is lower than the zero line;
  • BBP MA Oscillator crosses the zero line upward;
  • BBP MA Oscillator crosses the zero line downward;
  • BBP MA Oscillator changes its direction upward;
  • BBP MA Oscillator changes its direction downward;

List box parameters

  • Smoothing method (Simple). The Moving Average method used for smoothing the Bulls Bears Power value. Options: Simple, Weighted, Exponential, Smoothed.
  • Signal line method (Exponential). The Moving Average method used for smoothing the signal line. Options: Simple, Weighted, Exponential, Smoothed.

Numeric box parameters

  • BBP period (13). The period of BBP. Minimum: 1, Maximum: 200.
  • Signal line period (13). The period of signal line. Minimum: 1, Maximum: 200.

Implementation

C# source code: BBP MA Oscillator.

MQL source code: BBP MA Oscillator.