forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:data_bars_filter

Table of Contents

Data Bars Filter

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

  • Do not use the newest bars;
  • Do not use the oldest bars;
  • Do not use the newest bars and oldest bars;
  • Use the newest bars only;
  • Use the oldest bars only;

List box parameters

Numeric box parameters

  • Newest bars (1000). The number of newest bars. Minimum: 0, Maximum: 50000.
  • Oldest bars (0). The number of oldest bars. Minimum: 0, Maximum: 50000.

Implementation

C# source code: Data Bars Filter.

MQL source code: Data Bars Filter.