Ating for MQL5
Loading...
Searching...
No Matches
LimitsByTimeRange::Prices Struct Reference

Structure to store the upper and lower price limits along with their datetimes. More...

Public Attributes

double upper
 Upper price limit.
 
datetime upperDatetime
 Datetime of the upper price limit.
 
double lower
 Lower price limit.
 
datetime lowerDatetime
 Datetime of the lower price limit.
 

Detailed Description

Structure to store the upper and lower price limits along with their datetimes.

Member Data Documentation

◆ lower

double LimitsByTimeRange::Prices::lower

Lower price limit.

◆ lowerDatetime

datetime LimitsByTimeRange::Prices::lowerDatetime

Datetime of the lower price limit.

◆ upper

double LimitsByTimeRange::Prices::upper

Upper price limit.

◆ upperDatetime

datetime LimitsByTimeRange::Prices::upperDatetime

Datetime of the upper price limit.


The documentation for this struct was generated from the following file: