Nguyen Van Luong
Nguyen Van Luong
  • 정보
5+ 년도
경험
1
제품
1
데몬 버전
0
작업
0
거래 신호
0
구독자
공유된 작성자의 NickBixy 코드
Scanner
 Multi Pair Pivot Point Scanner Alerts 2.8
Scans multiple symbols looking for when the price crosses a pivot point or when xxPoints Near or bounce off pivot then it alerts the trader.
공유된 작성자의 NickBixy 코드
Scanner
 Multi Pair Pivot Point Scanner Alerts 2.8
Scans multiple symbols looking for when the price crosses a pivot point or when xxPoints Near or bounce off pivot then it alerts the trader.
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 Consolidation Zones
More experiments with the Simple ZigZag indicator. A small upgrade allows the indicator to find and mark the price consolidation areas with colored rectangles.
공유된 작성자의 Andre Enger 코드
 Harmonic Pattern Finder V2
Indicator to display existent and emerging harmonic chart patterns.
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
공유된 작성자의 Vladimir Pastushak 코드
Tương tự Link Ticker trong AmiBroker
 VR Watch List and Linker Lite MT5
Synchronous change of a trading instrument in all charts
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
공유된 작성자의 _nelson 코드
 Free mt5 Copier
Copy trading has become such a critical feature of forex trading. Some people see this as a potential business opportunity, while for opensource die-hards like me, we believe in giving back to the community rather than putting a price tag on everything 'nice'. So here it comes. A free opensource trade copier, which you are freely allowed to modify and distribute according to MIT license terms. It still has limited features, but the essentials like lot normalization are there. Please note that this copier only works for trading terminals installed on the same machine. Please share back any upgrades, enhancements or bug fixes to the discussion. Enjoy!
공유된 작성자의 Nikolay Kositsin 코드
 Heiken_Ashi_Smoothed_HTF
Indicator Heiken_Ashi_Smoothed with the possibility of changing its timeframe in its input parameters
공유된 작성자의 Nikolay Kositsin 코드
 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
공유된 작성자의 Mladen Rakic 코드
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.
공유된 작성자의 Mladen Rakic 코드
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.