forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:atr_stop

Table of Contents

ATR Stop

FIXME

Parameters

Logical rules for Closing Point of the Position slot.

  • Exit at ATR Stop level;

List box parameters

  • Smoothing method (Simple). The Moving Average method used for smoothing the ATR. Options: Simple, Weighted, Exponential, Smoothed.
  • Base price (Bar range). ATR uses the range of the current bar Options: Bar range.

Numeric box parameters

  • Smoothing period (14). The period of ATR smoothing. Minimum: 1, Maximum: 200.
  • Multiplier (2). Determines the stop level. Minimum: 1, Maximum: 10.

Implementation

C# source code: ATR Stop.

MQL source code: ATR Stop.