Nguyen Van Luong
Nguyen Van Luong
  • 情報
4 年
経験
0
製品
0
デモバージョン
0
ジョブ
0
シグナル
0
購読者
nicholish en
nicholish en
トピックに対するコメント NumbersSeparator() function for Print big numbers
Late to the party... Here is a template function that can handle whatever number you throw at it. [MQL4/5] void OnStart () { double num = - 134523349345.23452345 ; Print (NumberToString(num, 4
Anthony Garot
Anthony Garot
トピックに対するコメント NumbersSeparator() function for Print big numbers
Converted whroeder1's code to MQL5. I noted the max numbers that work for each function in the comments. Note: I'm actually switching over to nicholishen's code. // Adapted from
Automated-Trading
Automated-Trading
Experts: ChartBrowser
ChartBrowser : This is an utility which allows you to list all open charts, indicators, expert advisers, and scripts in alphabetic order, and switch between them. Author: Stanislav Korotky
Experts: ChartBrowser
Vladimir Karputov
Vladimir Karputov
トピックに対するコメント Partial close tickets separately
Lorentzos Roussos : Does the Partial remaining order get a new ticket in MT5 as in MT4 ? Example: //+------------------------------------------------------------------+ //|
共有済みの作者のoschenkerコード
 Simple ZZ 保合領域
これは Simple ZigZag 指標を利用したさらなる実験です。この小規模なアップグレードでは、指標は価格の統合領域を見つけて色付きの長方形でマークすることができるようになりました。
共有済みの作者のAndre Engerコード
 ハーモニックパターンファインダー・バージョン2
既存および新しいハーモニックチャートパターンを表示するための指標です。
Xử lý ZigZag
Vladimir Karputov
Vladimir Karputov
トピックに対するコメント How to start with MQL5
An example of working with the ZigZag indicator Code: ZigZag Example.mq5 Pay attention to the extremum search algorithm: if the value in the indicator buffer is not equal to "0.0" and not equal to
How to start with MQL5
シェアされた作者Dmitriy Gizlykの記事
Sync các đối tượng trong nhiều chart
1つのツールで複数のチャートを異なる時間枠で同期させる
1つのツールで複数のチャートを異なる時間枠で同期させる

取引の決定を行う際に、取引の過程で複数の時間枠でチャートを同時に分析する必要があることが多々あります。また、チャート上にはグラフィック分析のオブジェクトがあるため、すべてのチャートに同じオブジェクトを適用するのは不便です。この記事では、チャート上のオブジェクトの複製の自動化をご紹介したいと思います。

Bắt sự kiện SL và TP để gửi thông báo qua các kênh thông tin.
Vladimir Karputov
Vladimir Karputov
トピックに対するコメント How to start with MQL5
Example: tracking the triggering of Stop Loss or Take Profit Code: SL TP Triggered.mq5 //+------------------------------------------------------------------+ //|
Cộng thêm nhiều ngày vào ngày hiện tại
Fernando Carreiro
Fernando Carreiro
トピックに対するコメント add day to datetime variable
You should consult the documentation when in doubt: https://docs.mql4.com/basis/types/integer/datetime Datetime Type The datetime type is intended for storing the date and time as the number of
シェアされた作者Dmitry Fedoseevの記事
Đọc để hiểu về Time()
MQL5 プログラミング基礎:時刻
MQL5 プログラミング基礎:時刻

本稿は時間と連携する標準的 MQL5 関数に着目します。また、プログラムテクニック、Expert Advisors およびインディケータを作成する際必要となる時間と関連する実践的に便利な関数も取り上げます。特に注意を払うのが時間測定の一般的理論です。本稿はまず MQL5 の初心者プログラマーに興味を持ってもらえる内容です。

leoa451
leoa451
トピックに対するコメント How to check Market Open/Closed in MT5 ?
The method I use: bool Status() { trade.OrderDelete( 0 ); switch (trade.ResultRetcode()) { case 10017 : return
Kiểm tra xem thị trường có mở cửa hay không?
MassimoMondo
MassimoMondo
トピックに対するコメント Market Open or Close - how can I find it?
Gustavo Hennemann : Hi guys, There is no MarketInfo() in MT5. Also, this kind of solution works for holidays and days off? Thanks Hello, I found a simple solution with OnTimer routine. Let's see the
共有済みの作者のNikolay Kositsinコード
 Heiken_Ashi_Smoothed_HTF
入力パラメータに時間枠選択オプションを備えたHeiken_Ashi_Smoothed指標です。
共有済みの作者のNikolay Kositsinコード
 Heiken_Ashi_Smoothed_Chl
指標ローソク足のHighとLowからの標準偏差に基づいた2つの色付きチャネルを持つHeiken_Ashi_Smoothed指標です。
共有済みの作者のMladen Rakicコード
Xu hướng của Stochastic (Rất hay). Kết hợp với BB Stop RSI
 BBストップ - ストキャスティクス
BBストップ - ストキャスティクス指標です。
共有済みの作者のMladen Rakicコード
Xu hướng của RSI (Rất hay). Kết hợp với BB Stop Stochastic.
 BB ストップ-RSI
ストップの計算にRSIを使用するBB ストップ