Nguyen Van Luong
Nguyen Van Luong
  • Information
6+ years
experience
3
products
0
demo versions
0
jobs
0
signals
0
subscribers
Nguyen Van Luong Published product

This is an Expert Advisor (EA) that retrieves events where FTMO will restrict trading for   FTMO Standard   accounts (or high-impact events) and sends them to a Telegram channel of your choosing.     •  Comment the detected events on the chart.     •  Show the events on the chart.     • Notification before a restricted event: 30 minutes (customizable).      • Notification before a High Impact event: 5 minutes (customizable)

Nguyen Van Luong Published product

This is a service that retrieves events where FTMO will restrict trading for FTMO Standard accounts (or high-impact events) and sends them to a Telegram channel of your choosing.       •  Show the events on all charts.     • Notification before a restricted event: 30 minutes (customizable).      • Notification before a High Impact event: 5 minutes (customizable). IMPORTANT! After the purchased please send to me a private message if you need

Nguyen Van Luong
Nguyen Van Luong
Creating an MQL5-Telegram Integrated Expert Advisor (Part 1): Sending Messages from MQL5 to Telegram

https://www.mql5.com/en/articles/15457
Nguyen Van Luong
Added topic Please give me the download link for the portable of version 5 build 5770.
I want to downgrade version 5 build 5770. Please send to me the portable of version 5 build 5770. Thank you so much
Nguyen Van Luong
Added topic The trading was done entirely using an EA, so why does the report show "Manual Trading"?
I used the EA on the new account and did not manually intervene in any trades. But why does the report have "27 Manual Trading "? EAs utilize instant orders, limit orders, Stop-loss, Take-profit and order closure when certain criteria are
Nguyen Van Luong
Added topic Why do these two functions different results?
Why do these two functions different results? I've always used method 1, but I found the results unsatisfactory, so I tried method 2 and it gave me the desired results. Method 1: bool Save_History_StrongConsensus(const char s) {   
Nguyen Van Luong
Nguyen Van Luong
Period Converter Mod - service for MetaTrader 5: https://www.mql5.com/en/code/60406
Nguyen Van Luong
Added topic Unable to display special characters using ObjectSetString() in version 5488
I use the command below to display some special characters. With version 5430, it displays correctly, but when updating to version 5488, it doesn't display as expected. My EA, when compiled with version 5430, had a size of 1.832KB, but when
Nguyen Van Luong
Nguyen Van Luong
Mastering API and WebRequest Function in MQL5 (III): https://www.mql5.com/en/articles/20375
Nguyen Van Luong
Nguyen Van Luong
Calendar-Based Backtesting: an Event-Driven Trading EA - library for MetaTrader 5 - https://www.mql5.com/en/code/55630
Nguyen Van Luong
Added topic Why does the result depend on the condition even though the variable does not change?
Sometimes I can't understand why it is wrong like the example below: if (bb    ) printf ( "@X " + BestEntry + " " + P261_UpDn[tm][SignalIdx].Entry); if (bEntry) printf ( "@Y " + BestEntry + " " + P261_UpDn[tm][SignalIdx].Entry);
Nguyen Van Luong
Nguyen Van Luong
Trading with the MQL5 Economic Calendar (Part 7): Preparing for Strategy Testing with Resource-Based News Event Analysis https://www.mql5.com/en/articles/17603
Nguyen Van Luong Published product

This is a service used to create custom symbols from an existing symbol by adding D2, D3, D4, W2 and W3 timeframes.  List Symbols (Exp: EURUSD,GBPUSD,XAUUSD) : Declare the list of symbols to create the custom symbols. Example: AUDUSD,EURUSD,EURGPB,XAUUSD. Now the service will create the following custom symbols: AUDUSD_D2, AUDUSD_D3, AUDUSD_D4, AUDUSD_W2, AUDUSD_W3  EURUSD_D2, EURUSD_D3, EURUSD_D4, EURUSD_W2, EURUSD_W3 EURGPB_D2, EURGPB_D3, EURGPB_D4, EURGPB_W2, EURGPB_W3

Nguyen Van Luong
Added topic the sort by percent change in Toolbox is not correct
I'm using MT5 version 5.00 build 4410. In Toolbox dialog the sort by percent change is not correct
Nguyen Van Luong
Added topic How to free up memory after the service finishes executing the task?
I created a service to run every 4 hours to analyze 35 currency pairs for all time frames from M30~ MN. After the analysis is complete, the service still takes up 9.5MB of RAM and slows down the computer. I had to Stop and then click Start again to