無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
スクリプト

Account History Export - MetaTrader 4のためのスクリプト

ビュー:
5722
評価:
(28)
パブリッシュ済み:
2022.04.18 23:34
アップデート済み:
2022.06.29 11:49
\MQL4\Include\
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

Exports the transaction history of the current trading account.

The file is saved in the terminal folder MQL4/Files or in common folder for terminals Common/Files.

The file name is generated automatically or set manually via script parameters.

The history file can be used to simulate the same sequence of transactions on another trading server using the Simple History Receiver Expert Advisor or its open source version.

Parameters:

  • Name for file: Set name for file or leave it blank for auto-generating filename.
  • Separators: Set separators for data parts in CSV-file (comma ',' or semicolon ';') and sign for decimal point (dot '.' or comma ',')
  • Save file to Common Folder: If True, file will be saved into Common/Files folder

ADXm (experiment) ADXm (experiment)

ADXm experiment (metatrader 4 versions)

Real Trade Copy MT4 Real Trade Copy MT4

Adviser-Utility for copying transactions from one MT5 account or MT4 account to another MT4 account.

How to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. How to Disable/Enable Auto/Algo-Trading in both MT5 and MT4.

Just simple codes to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. Of course, DLLs must be allowed, This cannot be done without DLLs

Listing all MT4 Signals' properties to a CSV file Listing all MT4 Signals' properties to a CSV file

This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL4 Trade Signals functionality.