forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:adx

Table of Contents

ADX

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

  • Smoothing method (Exponential). The Moving Average method used for smoothing the ADX value. Options: Simple, Weighted, Exponential, Smoothed.
  • Base price (Bar range). ADX uses current and previous bar ranges. Options: Bar range.

Numeric box parameters

  • Period (14). The period of ADX. Minimum: 1, Maximum: 200.
  • Level (0). A critical level (for the appropriate logic). Minimum: 0, Maximum: 100.

Implementation

C# source code: ADX.

MQL source code: ADX.