forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:bulls_bears_power

Table of Contents

Bulls Bears Power

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

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

Numeric box parameters

  • Smoothing period (13). The period of smoothing of the Bulls Bears Power value. Minimum: 1, Maximum: 200.
  • Level (0). A critical level (for the appropriate logic). Minimum: -100, Maximum: 100.

Implementation

C# source code: Bulls Bears Power.

MQL source code: Bulls Bears Power.