Forum

DBL_MAX bug

Hello. I call Fractal buffer on MT5 With Handle. while (FractalBufferUp[c] == EMPTY_VALUE || FractalBufferUp[c] == DBL_MAX || FractalBufferUp[c] == DBL_MAX_10_EXP || FractalBufferUp[c] == DBL_MAX_EXP ) { ++c; } if

Minimum project price decreased to 20 ?(freelance)

Why minimum project price is decreased. Thats ridiculous. Normally it have to be increased. Because Since few years it been at lowest of 30. I think it have to be atleast 60 currently. If you are dev here please support with your comment

Can minimum freelance cost get upgraded with the new year?

Hello, For couple years minimum freelancing cost remains 30$ , I think it will be better if it get an upgrade. What do you think about its consequences

Question about Alert Window

Hello, Is there anyway to get access of Alert Window through code and read the last printed alert

14 days clearence.

Hello, Today one of my closed job i realised it have waiting of 14 days to be funds freed. Is that something new or kind of bug ? The lock period was 7 days previously

How to get rid of the object info on CPANEL Library

Hello, Im stuck with this. I am using CPANEL Library and created labels. But i cannot get rid of the info when i drag my mause above of it. Could you please help me if its possible or not ? I want to hide the info window. Screen is attached of issue

After progrmatically minimizing CPanel button doesnt update

Hello, calling ExtDialog.Minimize() function after an event. The button doesn't update for the maximization and i have to double click to maximize it back. Is there any way to update it in auto way? I have called ExtDialog.Minimize(); Attaching screenshot of the issue

Once i click button EA Runs in to access violation error.

Hello, Having one issue everything seems ok untill it goes through StringSplit function . Can anyone please help? //+------------------------------------------------------------------+ void OnChartEvent ( const int id, const long &lparam, const double &dparam

If i create an EX4. with MQH can it be protected against decompile ?

Lets assume i want to get full protection. As i heard someone decompiled the locker of account. I may want to prevent client mistake aswell . If client sends the mq4 File instead of ex4. The question is If i create an MQH File and include that in to ex4. Compile. So even if they mistakely send mq4

Qıestion for Slippage Limit on Mql5 Using CTRADE library

Hello, I have readed the documentation but didn't understand. Is there any valid way to set slippage limit using CTRADE library on MQL5 ? Should i edit the function in library? Is that m_request.deviation ? Is that in points or pips any clue ? Regards