Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Scripts

Export Indicator's Values - script pour MetaTrader 5

Publié par:
NFTrader
Vues:
18773
Note:
(45)
Publié:
2011.01.21 10:31
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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).

Export Indicator's Values

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).
Any suggestions are welcomed.
The "New bar" event handler for the indicators The "New bar" event handler for the indicators

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

MQL5 Wizard - Trade Signals Based on Reversal Candlestick Patterns MQL5 Wizard - Trade Signals Based on Reversal Candlestick Patterns

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.

Synchronized Charts Synchronized Charts

This Expert Advisor performs the synchronization of charts.

Hash functions library Hash functions library

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