Nguyen Van Luong
Nguyen Van Luong
  • Informazioni
5+ anni
esperienza
1
prodotti
1
versioni demo
0
lavori
0
segnali
0
iscritti
codice Andre Enger condiviso dell'autore
 Harmonic Pattern Finder V2
Indicator to display existent and emerging harmonic chart patterns.
Xử lý ZigZag
Vladimir Karputov
Vladimir Karputov
Commento all'argomento 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
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
Commento all'argomento 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
Commento all'argomento 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
codice condiviso dell'autore Dmitry Fedoseev
Đọc để hiểu về Time()
Forum sulla programmazione MQL5 Ora
Forum sulla programmazione MQL5 Ora

L'articolo si concentra sulle funzioni MQL5 standard per lavorare con il tempo, nonché sulle tecniche di programmazione e sulle funzioni praticamente utili per lavorare con il tempo richiesto durante la creazione di Expert Advisor e indicatori. Particolare attenzione è rivolta alla teoria generale della misurazione del tempo. Questo articolo dovrebbe essere di interesse principalmente per i programmatori MQL5 alle prime armi.

leoa451
leoa451
Commento all'argomento 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
Commento all'argomento 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
codice Nikolay Kositsin condiviso dell'autore
 Heiken_Ashi_Smoothed_HTF
Indicator Heiken_Ashi_Smoothed with the possibility of changing its timeframe in its input parameters
codice Nikolay Kositsin condiviso dell'autore
 Heiken_Ashi_Smoothed_Chl
Indicator Heiken_Ashi_Smoothed with two color-filled channels built on mean-square deviations from the High and the Low of the indicator candles
codice Mladen Rakic condiviso dell'autore
Xu hướng của Stochastic (Rất hay). Kết hợp với BB Stop RSI
 BB stops - stochastic
BB stops - stochastic indicator.
codice Mladen Rakic condiviso dell'autore
Xu hướng của RSI (Rất hay). Kết hợp với BB Stop Stochastic.
 BB Stops - RSI
BB Stops using RSI for stops calculation.
codice extern.fx condiviso dell'autore
 Heiken Ashi sulla media mobile adattiva
Indicatore Heiken Ashi, basato non sui prezzi reali, ma sulle letture della media adattiva applicata ai prezzi Open, High, Low, Close.
codice Mladen Rakic condiviso dell'autore
Tính trung bình của 200 nến Up|Dn để đánh giá sức mạnh của nến Heiken Ashi (những nến lớn (nhỏ) hơn giá trị trung bình thì chỉ lấy giá trị trung bình để tính.
 Heiken Ashi Oscillator
Instead of using "pure price" this indicator uses Heiken Ashi values to determine the trend as well as the "strength" of the trend.
codice Mladen Rakic condiviso dell'autore
 Heiken Ashi Smoothed
Instead of using "raw" prices" for calculations, Heiken Ashi Smoothed indicator is using smoothed/filtered/averaged prices instead.
codice Mladen Rakic condiviso dell'autore
 Heiken Ashi Smoothed - Binary
Unlike the Heiken Ashi Smoothed, this indicator is displaying 2 values only: +1 for trend up and -1 for trend down, thus making it suitable for usage from experts.
codice Mladen Rakic condiviso dell'autore
 Heiken Ashi Zone Trade
Heiken Ashi Zone Trade indicator is based on 3 indicators: Heiken Ashi, Accelerator Oscillator, and Awesome Oscillator.
codice Mladen Rakic condiviso dell'autore
 Heiken Ashi Zone Trade - Separate
This version of Heiken Ashi Zone Trade indicator is made to display values in a separate window - that way it will not interfere with the other on-chart indicators and can be easier to read the states in some cases.
codice MetaQuotes condiviso dell'autore
 Heiken-Ashi
L'indicatore Heiken-Ashi assomiglia al grafico a candele, ma ha qualche differenza. Il vantaggio dei grafici Heiken-Ashi è una semplice determinazione del trend, le candele del trend al rialzo sono blu, le candele del trend al ribasso sono rosse.
codice Nikolay Kositsin condiviso dell'autore
 Heiken Ashi Smoothed
Standard Heiken Ashi calculated using smoothed price time series.