GRat OrderExport 4
- 유틸리티
- Ivan Titov
- 버전: 1.0
- 활성화: 10
The GRat_OrderExport EA exports trades made in the MT4 (manual or any other Expert Advisor), which can later be imported by:
- GRat_BinanceImport or GRat_BybitImport or GRat_Crypto tool in order to copy trades to the crypto exchange.
- using the GRat Order Exchange library (in particular, the GRat_OrderImport EA) in order to copy trades to MT5 terminal;
- GRat_OrderImport (MT4) in order to copy trades to another MT4 terminal or to another correlating symbol of the same MT4 terminal.
To start exporting trades for the required symbol, just launch the EA on the chart of that symbol and set the parameters:
- Magic - the magic number of the exported trades. If set to 0, then all trades will be exported, including manual trades.
- Common - true - export to another terminal (including MT5) on the same computer; false - export to the same terminal.
- KeepSeconds - how many seconds the exported trades are available for import. 0 - unlimited.
To export trades from other symbols, launch other instances of the EA on the required charts.
To export trades from MT5 use GRat_OrderExport (MT5).