Unisciti alla nostra fan page
- Pubblicati da::
- NFTrader
- Visualizzazioni:
- 20279
- Valutazioni:
- Pubblicato:
- 2011.01.21 10:31
- Aggiornato:
- 2016.11.22 07:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
After searching for such script, I decided to create mine, and decided to share it with the MQL5 community.
This script exports indicator's values to CSV File along with date and time (you can change the iCustom function parameters to change what indicator to export).
Version 2:
- Enhanced code;
- Values are now exported as numbers in spreadsheets e.g Excel, so you can do calculation on them easily (no need to convert them to numbers in Excel);
- Script now asks for inputs : Indicator Directory and name + Indicator's Period. (see Attached picture);
- Exported file name is now looks like : e.g EURUSD_PERIOD_H1(RSI,14).

This indicator will allow you to perform the recalculation of the indicator's data only when the new bar on the chart has appeared.

Trade signals based on reversal candlestick patterns is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.

This Expert Advisor performs the synchronization of charts.

The library contains the following hash functions: adler32, CRC-32, MaHash8v64. Also it has functions for radix conversion of a number.