Yuriy Bykov / プロファイル
- 情報
12+ 年
経験
|
12
製品
|
40
デモバージョン
|
3
ジョブ
|
0
シグナル
|
0
購読者
|
An Expert Advisor that works on one or two currency pairs simultaneously for major currencies (EUR, GBP, USD, CAD). For trading, the price movement and the combination of opening signals for several strategies are analyzed. For position opening signals, indicators based on moving averages with various parameters that change during the work on the market situation are used. The preferred periods of the adviser's work are when there is no strong trend, but the volatility is high enough. The
Expert Advisorを使用すると、別のエキスパートによって行われ、csvファイルに保存されたトランザクションの実行をシミュ これは、別のサーバー上の取引戦略の結果を確認するのに役立ちます。 Account History Exporterなどの別のプログラムを使用して、アカウントの取引履歴を目的の形式のcsvファイルにエクスポートしたり、Expert History Exporterからexpertにプログラムコードを接続して履歴をエクスポートしたりすることができます。 ファイルの先頭に次のような行があるはずです: DATE,TICKET,TYPE,SYMBOL,VOLUME,ENTRY,PRICE,STOPLOSS,TAKEPROFIT,PROFIT,COMMISSION,FEE,SWAP,MAGIC ,COMMENT つまり、他の情報がその前にある可能性があります。 それらの後とファイルの最後には、1つのトランザクションのコンマ区切りのフィールド値を持つ行があります。 行内のフィールドの値: DATE - date in the format YYYY.MM .DD
現在の取引口座の取引履歴のエクスポートを実行します。 ファイルはデータフォルダに保存されます。データフォルダは、ターミナルのメインメニューから開くことができます。 ファイル->データディレクトリを開く (Ctrl + Shift + D)そしてフォルダに移動します MQL5/Files 。 ファイル名は自動的に生成されるか、スクリプトパラメータを使用して手動で設定されます。 履歴ファイルを使用して、Excelで履歴を分析したり(インポートウィザードで開く必要がある場合があります)、エキスパートアドバイザーを使用して別の取引サーバーで同じ取引シーケンスをシミュレートしたりできます。 シンプルヒストリーレシーバー 。 ファイル形式 見出しが最初に来る DATE,TICKET,TYPE,SYMBOL,VOLUME,ENTRY,PRICE,STOPLOSS,TAKEPROFIT,PROFIT,COMMISSION,FEE,SWAP,MAGIC,COMMENT
An Expert Advisor that works from one to six currency pairs simultaneously for major currencies (EUR, GBP, USD, CAD). For trading, the price movement and the combination of opening signals for several strategies are analyzed. For position opening signals, indicators based on moving averages with various parameters that change during the work on the market situation are used. The preferred periods of the adviser's work are when there is no strong trend, but the volatility is high enough. The