forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:percent_change

Table of Contents

Percent Change

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

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

Numeric box parameters

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

Implementation

C# source code: Percent Change.

MQL source code: Percent Change.