Forum

Stack damaged, check DLL function call in 'MyExpert.mq4 "

I am trying to call a function from dll written in C# named bool CyboLoadBuffer(double &buffer1[], int size, double &buffer2[], double &buffer3[], string symbol, double a, double b, double c, double d, double e, double f, double g ); from my expert it shows error Stack damaged, check DLL function

Is there any way we can know which chart is visible ??

I have multiple charts open at a time and many objects are attached to each chart , because of too many objects are updated on all the charts results into to much use of my CPU cycles almost 25% of CPU , with the help of IsChartVisible() , I want to limit object to update on chart which is visible

Access violation write to 0x769896FB in ...indy.ex4

#property version "1.00" #property strict #property indicator_chart_window #property indicator_buffers 1 //+------------------------------------------------------------------+ //| Custom indicator initialization function |

Subscribed to a signal but the currency doesn't exist in my broker

hello guys, I'm having a very strange issue, I've subscribed to a paid signal but one of the currency doesn't exist with my broker. So the subscription gets disabled. Please let me know if the subscription account can be changed, or I can delete the subscription (without paying since it's not

How can we get selected object reference on chart..... ???

I have searched for the solutions and find solution but not satisfactory.... I have to get reference of selected object on chart... I know there is no any method in mql 4 to get selected object , and handlling on chart event as well .... But there must be solution , and I know there are many

how to load a custom indicator with another custom indicator data set

I have a custom indicator with only one buffer inside it, I want to run another indicator on the first indicator data set ... is any one help me out

Hello anyone know how to load custom indicator with previous indicator data.

Hello MQL4 coderz, One problem is troubling me very much, when I load standard Moving Average Indicator, It ask for "apply to" option, where we can select previous indicator data, But same I tried with my custom indicator , there was no such option, can any one suggest me how to achieve such

how to get real time streaming of trade from terminal or data server.

Hello MQL Coderz, please help My idea is, I want to show current trades in real time to my webpage, But when I try to get trades details using detailed statement it takes time of 10 to 20 second to process, and it wont work for me. I there any way I can read trades when they are executed and show in

taking input to EA from a pop up window , is anyone implemented it before ???

hello mql coderz , my client require me to implement pop up window , showing two input boxes and two button for auto trading enabling and disabling.. also an apply button... is anyone implemented such things before ?? ... please show me a way to do so... thanks in advance. Jeet

Is any one know how to synchronise the trades on every tick!!!

Hello All , I am Jeet , I need to synchronise the trades , I have my EA running on 4 to 5 currency pair , I want only one pair can trade at a time , my condition is if any pair let say EUR USD is open in position , no other Symbol should open trade containing EUR or USD in it . Synchronization