Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Intra-day ATR - indicator for MetaTrader 5

Views:
15094
Rating:
(21)
Published:
2019.02.24 14:24
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Theory :

This is an ATR (Average True Range) that resets itself on the start of a new period. New periods are :

  • daily (for all time frames less than daily
  • weekly for daily time frame chart
  • monthly for weekly time frame chart

Usage :

It can be used as any regular ATR


CSV file reader for MQL5 CSV file reader for MQL5

This class was developed to exchange data between MetaTrader 5 and CSV files. It converts the strings read from the CSV file to double and integer values depending of the type of the columns. Two producers of CSV files are most important for me. The most important producer are spreadsheet programs, i.e. LibreCalc. Manually entered CSV are the other kind of CSV files I had in mind. Be aware that this class do not use the standard library FileCsv.mqh etc. Instead it works with text files. It splits text lines into fields. Maximum speed and low memory usage were no development goals. This class may not be suited for large datasets or time critical operations. I would not use CSV files if speed was my main goal.

Adaptive moving average - double smoothed Adaptive moving average - double smoothed

Adaptive moving average - double smoothed

Intra-day Keltner channel Intra-day Keltner channel

Intra-day Keltner channel

Intra-day Keltner channel extended Intra-day Keltner channel extended

Intra-day Keltner channel extended