Yerim Rayann Gon Diarra / Publications
Forum
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
Partially close à pending order
Hey dear, I have been looking for something to reduce the lot of an pending order . Let's say I put the a 10 lot buy limit. Later on I want to reduced it to a 5 lot buy limit, before it got open. It's there a function to do so
Error : Abnormal termination
Hi, i recently wrote 2 complementary EA in order to get familiar with NamePipe. One EA send data and the other one receive. The transfert i made accross platform. SENDER EA is on one plateform and RECEVER EA is on an other platform. Both MT5 1. Each time i delete the SENDER EA from the chart, it
Issue with input parameters
Hello dear Dev. I noticed something with my platform, and I wonder if someone has an explanation. After dropping an EA on the chart, you are asked to fill up the input parameters. Later on you can modify the value of input by following one of the two methods : 1. Re-attach the EA to the chart 2
Issue with input parameters
Hello dear Dev. I noticed something with my platform, and I wonder if someone has an explanation. After dropping an EA on the chart, you are asked to fill up the input parameters. Later on you can modify the value of input by following one of the two methods : 1. Re-attach the EA to the chart 2
Wrong result after subtraction
double n = 2.1; double n1 = 0.01; double r = n - n1; Normally r should return 2.09 but it return 2.0900000000000003. That 3 at the end is messing up calculation. Please help
Mql5, get ticket
Hey dear Dev If I use the trade class to open an order How can I get the ticket of the trade I just open
Platform issue
Hi, I coded an EA that work perfectly fine on my Platform but not on my friend Platform. The Platform have the same version and built. The source code doesn't include or import anything. Just pure MQL4 code. But can figure out why the isn't working properly on my friend Platform. Do you have an