Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Pubblicati da::
- Inovance
- Visualizzazioni:
- 26433
- Valutazioni:
- Pubblicato:
- 2015.03.24 13:52
- Aggiornato:
- 2016.11.22 07:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Author:
Inovance
Easily save your indicator values and the Open timestamp, Open, High, Low, Close, Volume data to a csv file. To find the saved file open the MetaTrader 4 directory, open the "MQL4" folder and your file will be in the "Files" folder.
It will capture both all the historical data in your chart and changing values with every new tick.
To use:
- Input your indicator periods;
- Re-name the indicator buffers;
- Define your indicators;
- Name the column headers;
- Identify indicator buffers to be written to file;
- Enjoy!
Example:

This indicator is used to monitor the movement of the previous candle from 1m to 1D timeframe.

ForexLine indicator provide signals for trade, white line (sell signal) and the blue line (buy signal).

Saves all historical bar data (Open timestamp, Open, High, Low, Volume) and every new tick to CSV of your choice.

The script reverses all the orders of the actual chart symbol.