無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
simple csv2fxt - MetaTrader 4のためのスクリプト
- ビュー:
- 25103
- 評価:
- パブリッシュ済み:
- 2006.07.21 17:22
- アップデート済み:
- 2014.04.21 14:53
- このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
The script allows conversion CSV tick data into FXT data format. The corresponding HST file can be created at the same time. The file can be imported into the Client Terminal History Center.
The csv file record must be of the following format:
YYYY.MM.DD HH:MI:SS;1.2345
The FXTHeader must be preliminarily downloaded from the Libraries section.
MetaQuotes Ltdによってロシア語から翻訳されました。
元のコード: https://www.mql5.com/ru/code/8658
FXTHeader
Description of the FXT file header, functions of reading and writing of the header.
Fisher org v1Fisher_org_v1 Indicator.
FXTticksCollector
Tick Collector in the FXT File
StringArraySuite.mqhFunctions for handling two dimensional string arrays. Usefull for prototyping.