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
Bibliothèque

AdoSuite v 1.0 - bibliothèque pour MetaTrader 5

Vues:
5473
Note:
(47)
Publié:
2010.04.01 12:51
Mise à jour:
2016.11.22 07:32
adosuite.zip (334.28 KB)
samples.zip (20.42 KB)
sources.zip (48.37 KB)
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

When it comes to processing of large data amounts, it is not very rational to use files. For this purpose database management systems (DBMS) have been developed. There are already some solutions written in mql4 for interacting with different DBMS'es, and now I want to share my library written in mql5.

It allows you to:

  • Work with most of the popular databases using built-in ODBC and OLE DB providers
  • Write data providers for specific databases to extend the functionality or increase the perfomance
  • Catch exceptions and provide the error information into the calling code
The library is provided with documentation and some sample code. Hope, it will help you to make a startup.

Install:

AdoSuite: from AdoSuite.rar
  1. Copy Ado folder into MQL5\Include
  2. Copy AdoSuite.dll into MQL5\Libraries
  3. Optionally read the documentation in AdoSuite.chm

Samples: from Samples.rar

  1. Copy AdoSamples folder into MQL5\Scripts
  2. Copy adotest.mdb into MQL5\Files

Additional information:

  • Sources.rar contains source codes for the library without styler formatting
  • The library is based on ADO.NET 2.0 technology and it's required to have Misrosoft .NET Framework 2.0 installed
  • Connection strings for some popular databases you can find here: http://connectionstrings.com Look for ".NET Framework data provider for OLE DB" or ".NET Framework data provider for ODBС"
  • Use OLE DB instead of ODBC when it is possible

If you have any questions or suggestions, dont hesitate to tell me

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/93

WoodiesCCI WoodiesCCI

Indicator for Woodie’s CCI trading strategy.

Color Parabolic SAR Color Parabolic SAR

Added colors to Parabolic SAR.

PivotPoint PivotPoint

This indicator draws pivot points, resistances and supports.

iMovment iMovment

The indicator plots the candles with different colors depending on the trend direction and price movement.