CSV file reader for MQL5This 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.
Trend Line"Trend Line" EA draws Trend Line on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
Daily Pivot Points shifted for different day start timeThis indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
PivotPointThis indicator draws pivot points, resistances and supports.
Volume Profile + Range v6.0Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram.
Volume Profile + Range v6.0Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram.
PivotPointThis indicator draws pivot points, resistances and supports.
Export trade history to CSV v2This is the version 2 of my script to export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. More columns were added and fixed minor errors. The code for processing and exporting data was rewritten.
Andrews Pitchfork"Andrews Pitchfork" EA draws Andrews Pitchfork on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
Multi Forex ScannerInstead of having to analyze each pair individually, you can see at a glance what are the most promising pairs according to your own criteria.
Gann Fan"Gann Fan" EA draws Gann Fan on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.
Engulfing StochasticDetect bullish and bearish engulfing candles when entering the overbought or oversold territory. We have all seen a currency pair enter the overbought or oversold territory and stay there for long periods of time. What this indicator does is gives you the emphasis. So if you are looking for reversals then you may want to take notice when oversold territory is entered into with a bullish engulfing candle or if the trend is your thing then check for bearish engulfing candles while entering oversold.
Export trade history to CSVThis script will export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.
Current version 1.0 does not add the takeprofit and stoploss. Any advice to improve this is welcomed.
Linear Regression ChannelLinear Regression Channel EA draws "Linear Regression Channel" on chart and trades with its trend,has Trailing Stop Loss &Take Profit works best on all time frames major forex pairs and stocks NASDAQ.