거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

AdoSuite v 1.0 - MetaTrader 5용 라이브러리

조회수:
5430
평가:
(47)
게시됨:
2010.04.01 12:51
업데이트됨:
2016.11.22 07:32
adosuite.zip (334.28 KB)
samples.zip (20.42 KB)
sources.zip (48.37 KB)
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.