mt4 - mql4のまとめ。作成したインジゲータやEA公開中

sitemap
世界最強のFXキャッシュバックサイト
TOP > MQL LIST > OrdersHistoryTotal()
OrdersHistoryTotal()
OrdersHistoryTotal()の説明
口座履歴の決済された取引の総数を取得する。
int OrdersHistoryTotal();
ソースコード例
 int OnInit()
  {
  
  int total = OrdersHistoryTotal();
  
  Comment("取引履歴の総数:"+total);

  return(INIT_SUCCEEDED);
  }
表示例
関連ページ
スポンサードリンク
Twitter