Yerim Rayann Gon Diarra / Publications
Forum
Modify strategy tester export file
Hi fellow trader, I'm trying to export trading report after optimisation. But the data in the report are from enough; i only see order. Not the position, not the result of the trade, and it's quiet a headache to work with such thing. According to the the documentation, i should be able to find the
Alert on new freelance job
Hi ! Does the website have a built in function to notify me each time a new job offer appears
Can't open buy stop
hi mates. Can't open buy stop on NZDUSD. Get the following message : 2025.01.21 21:53:59.860 Trades '408387842': failed buy stop 0.01 NZDUSDz at 0.56782 [ Invalid stops ] (bad stops) While the price is around : 0.56750 My broker doesn't have stop level, even the symbol specification state that stop
Pending order execution
Hi fellow traders. Let's say I'm trading EURUSD . I put a buy stop at 1.03005. Option A : MT5 will wait until the price match or go above 1.03005, and will then send a market Buy to the trading server. Option B : The buy stop is immediately sended to the trading server. Then it's the trading server
Potential security issue
Hi fellows, coders. A while back i download the following indicator. [redacted] And since then my MT5 platform can't stop doing some weird things. First my platform start crashing for no reason, even thought i didn't change anything, nor use something i didn't use before. In short nothing changes
Different result from non visual to visual mode.
Hi fellow dev! I stumble apon something quiet disturbing concerning the strategy tester. I test the same EA with the same parameters twice. First test was with visual mode and the second was without visual mode. Both result where completely different. I made an hypothesis, since my strategy use
Calendar Issue
Hi, fellow coders, I just experienced something quiet unusual with the calendar. A news was released, but the calendar didn't display the actual value for at least 7mn, i had to close MT5 and re-open it for the news actual value to show up. Even thought the news was already available on MQL website
Fastest way to get news data
Hello follow coders, What the fastest way to get news data? I tried the native calendar because I thought it would be the best, but I experienced a 26s delays Is it me or such delays is usual? If so what are the fastest alternatives available
Make rectangle label object opaque
Hi fellow coder, I created a rectangle label, but i struggle to make it opaque. Its transparent and i don't know how change that. You help would be welcome, THANKS
Shared memory issue
Hi fellows coders, I tried to use Shared memory (through File Mapping), by first setting up the required space using CreateFileMapping. But i kept getting error 6 <=> INVALID_HANDLE ( the error is collected through the following function kernel32::GetLastError() ). Even tho i tried multiples