forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:previous_high_low

Table of Contents

Previous High Low

FIXME

Parameters

Logical rules for Opening Point of the Position slot.

  • Enter long at the previous high;
  • Enter long at the previous low;

Logical rules for Opening Logic Condition slot.

  • The position opens above the previous high;
  • The position opens below the previous high;
  • The position opens above the previous low;
  • The position opens below the previous low;

Logical rules for Closing Point of the Position slot.

  • Exit long at the previous high;
  • Exit long at the previous low;

Logical rules for Closing Logic Condition slot.

  • The bar closes above the previous high;
  • The bar closes below the previous high;
  • The bar closes above the previous low;
  • The bar closes below the previous low;

List box parameters

  • Base price (High and Low). Used price from the indicator. Options: High and Low.

Numeric box parameters

  • Vertical shift (0). A vertical shift above the high and below the low price. Minimum: -2000, Maximum: 2000.

Implementation

C# source code: Previous High Low.

MQL source code: Previous High Low.