forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:aroon_histogram

Table of Contents

Aroon Histogram

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

  • Base price (Close). The price the Aroon is based on. Options: Open, High, Low, Close, Median, Typical, Weighted.

Numeric box parameters

  • Period (9). Period used to calculate the Aroon value. Minimum: 1, Maximum: 200.
  • Level (0). A critical level (for the appropriate logic). Minimum: -100, Maximum: 100.

Implementation

C# source code: Aroon Histogram.

MQL source code: Aroon Histogram.