Le Minh Duc / Profile
- Information
|
2 years
experience
|
2
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Hello!
Le Minh Duc
Added topic Efficient Way To Work With CopyBuffer() From Other Timeframes
Hello everyone, I'm learning how to get indicator data from another timeframe. Currently I'm still copying data one by one in a loop. // Call this function in a loop double CopyDataHandle( int &handle, datetime startTime, int bufferIndex= 0 ) {
Le Minh Duc
Added topic Error 4806 CopyBuffer() With Multi Timeframes
Hello, I want to create an indicator that retrieves multi timeframe data of a custom indicator. Due to the original program is bulky so I have recreated it in a shorter version to reproduce the error, My intention is copy MACD data from different
Le Minh Duc
Added topic MQL5 Storage common error when commit
Hello guys, I got this error when trying to commit the edited file to MQL5 Storage, but it kept getting "Common error" without any other descriptions. I don't know what step I did wrong. It's worked smoothly before My process went like this: - Edit
Le Minh Duc
Added topic TimeDaylightSavings Doesn't Work On Backtesting
As the title, TimeDaylightSavings() doesn't work when I run backtest for a year, it always Print out "true". Expected: I want to detect the time while running the backtest is considered daylight saving time or not int OnInit () { //---
Le Minh Duc
Added topic Is It Possible To Read Data From A File Once When Run Slow Complete Optimization?
Hello, I am currently building an EA and it uses data from an external file, the problem is that when running a single test each time it has to re-read that data file. The question is, is it possible to retrieve data once and save it somewhere to
Le Minh Duc
Published code No Repaint Heiken Ashi
The Heiken Ashi indicator with no repaint or repaint mode input option.
Share on social networks
16122
2508
Le Minh Duc
Added topic MQL5 Helper is useless
When I click on the create a request button, I can only interact between the available options, I cannot send anything like a "create a request " or "open a support ticket " to the admin team. Tried the service desk section in the profile
Le Minh Duc
Added topic Can not launch MQL5 debugger
Hello, I cannot launch the MQL5 Debugger, I tried with script, indicator and EA but it still failed. Is that a bug
Le Minh Duc
Added topic Problem with draw multi color lines
Hi, I'm trying to draw 8 color lines with 8 buffer colors in one day, base on time range, but almost of them are not showed on the chart, it only shows 4 buffers on data window. I spent all day without finding the cause. Where did I go wrong? My
Le Minh Duc
Added topic How to set indicator level color to transparent?
As title, i've already set INDICATOR_LEVELCOLOR = clrNONE but it still show level color on initialize. for ( int i = 0 ; i < 8 ; ++i) { IndicatorSetDouble (
Le Minh Duc
Added topic Can we create an indicator both display on main chart and separate window in one file?
As title, i intend to build an indicator that all-in-one include rsi and moving average and parabolic SAR, like this below. But I know how to to include all the indicators into one file. I dont want to invoke too much files because it affect to
Le Minh Duc
Added topic Add "Collapse Sections of Code" Feature in MetaEditor 5
It would greatly improve the coding experience. The feature allows users to collapse or expand sections of code for easier navigation and readability. And it's available on every IDE. As you may know, large trading systems and complex algorithms
Le Minh Duc
Added topic MQL5 The chart does not show the data
As you can see, my MQL5 can't get chart even though I changed accounts, update to the latest version... And it happens in every pair. I'm using Windows 11 dev. The price at the market watch is still showing correctly, but the chart is not
Le Minh Duc
Added topic Cross MA indicator not auto update value
Hi, i am trying to learn to program indicator and EA. My indicator doesnt work well, it doesn't auto update the new price except i refresh chart or recompile. I dont know why. When the new candle generated, LSMA indicator (the red one) is
Le Minh Duc
Added topic My custom indicator has display incorrectly
Hi guy, i'm writting a LSMA indicator but it display incorrectly, it work well except the at the first bar. here is my plot display *** I find out when i compile the OnCalculate() will be run 2 times, i try to console log the rates_total and
: