CSALChartPoints - MetaTrader 5 Library | MT5 EA Download - MetaTrader 5 Resources
CSALChartPoints is a Mql-like rate for extended functionality.
Class advantages:
Example 1 (average of 400 bars with the highest parameter of the candlestick):
CSALChartPoints Points; Point.PointType(HIGH); double m_avg = point.Avg( 400 );
Example 2 (average of 400 bars with the lowest parameter of the candlestick):
CSALChartPoints Points; point.PointType(low); double m_avg = point.Avg( 400 );
Example 3 (processing a set of 100 bars):
Attachment download
📎 salchartpoints.mqh (4.42 KB)
Source: MQL5 #14795
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •