forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:rsi

Table of Contents

RSI

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

  • Smoothing method (Smoothed). The Moving Average method used for smoothing RSI value. Options: Simple, Weighted, Exponential, Smoothed.
  • Base price (Close). The price RSI is based on. Options: Open, High, Low, Close, Median, Typical, Weighted.

Numeric box parameters

  • Smoothing period (14). The period of smoothing of RSI value. Minimum: 1, Maximum: 200.
  • Level (30). A critical level (for the appropriate logic). Minimum: 0, Maximum: 100.

Implementation

C# source code: RSI.

MQL source code: RSI.