Tinashe Chipomho
Tinashe Chipomho
  • Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Tinashe Chipomho
Added topic Invalid pointer access (the object is not null)
Ok I have had it with the error coming up in my EA. I am getting ' invalid pointer access' here is the what happening.. 1. before i use any obbject is use if ( CheckPointer (obj)== POINTER_DYNAMIC )||( CheckPointer (obj)== POINTER_AUTOMATIC ) the
Tinashe Chipomho
Added topic Stack overflow error - help?!
Hi I have an indicator that is stopping with a stack overflow error. I thought maybe because i am using a recursive function so i rewrote it removed the recursive function and i am still getting the overflow error. instead of just using an indicator
Tinashe Chipomho
Added topic EA stacksize
So there is a preproccessor called stacksize, the documentation says: MQL4 program stack size. The stack of sufficient size is necessary when executing function recursive calls. When launching a script or an Expert Advisor on the chart, the stack of
Tinashe Chipomho
Added topic MetaTrader - My Christmas wish!!!
Dear Santa I wish I could have one installation of the MetaTrader  platform on my PC and VPS into folder c:\ForexTrading\MyBroker   and run multiple instances  for my multiple accounts like this:  
Tinashe Chipomho
Added topic Asynchronous Web Request
I would like to make some HTTP from an EA or even an indicator, the challenge is I want it to be asynchronous, the new WebRequest function is good but it is not asychronous and cannot be called from an indicator. Is there a way to do this even using
Tinashe Chipomho
Added topic Replace Chart frame with customised frame with custom components
I know there are classes that can be used to draw graphics on the chart, I am developing an indicator that will have lots of graphics and trying to run it becomes very slow, its not an option. So I need to know how I can use if possible the windows
Tinashe Chipomho
Added topic Fibonacci OBJPROP_RAY_RIGHT property
Hi I am currently looking for help on how to draw a Fibonacci object on the chart with levels drawn starting from a specific time on the chart to another specific time on the chart. I noticed I can use the OBJPROP_RAY_RIGHT property but this is not
Tinashe Chipomho
Added topic Can someone help with this code, been driving me nuts
So this is what I have: a custom indicator displaying on a chart the values of two standard indicators ATR and MA. MA on the current chart time frame,  no problems, but the ATR is supposed to be for the higher timeframe i got it this far
Tinashe Chipomho
Added topic GetPrivateProfileStringW in MQL4 bytes read is just 1.
   string Section= "Trading" ;    string Key = "Slippage" ;    string DefaultValue= "NotFound!" ;    string FileName = "c:\\Temp\\Trading\\settings.ini" ;    ushort buffer[ 4096 ];    uint
Tinashe Chipomho
Added topic Access violation write to 0x33000004 when calling the delete operation
Can someone help why I am getting the Access violation write to 0x33000004 in my program tthis is the code inside the OnTimer event. //create the signal pointer CSignalData *signal = new CSignalData(); //read and populate the values
Tinashe Chipomho
Added topic Timer function in EAs and Indicators
Ok i have a question regarding the timer function , when a timer elapses the OnTimer function is called, suppose i have a timeout of 3seconds and the timer is triggered and my EA takes more than 3seconds to run, is the timer function going to trigger
Tinashe Chipomho
Added topic GetPrivateProfileStringA strange behaviour
I have a great EA only to be let down by the strange behavoir of the kernell function: GetPrivateProfileStringA here is what is happening exactly documented here: https://www.mql5.com/en/forum/56876 in the code below: when the function is called for
Tinashe Chipomho
Added topic Creating a DLL with Visual Studio 2010
Hi guys I have successfully created a DLL for MT4 in VS2010. When i try to call a function I get "cannot call function 'xxxxx' from dll 'xxx.dll' ( error 127 )" Are there any settings/configuration that I must be aware of? Is it even possible to
Tinashe Chipomho
Added topic Installing Meta Trader 5 on Windows 7 64 bit
I am trying to run Meta Trader 5 on my 64bit Windows 7 Laptop and after installing I am getting a DLL error any ideas how I can fix this? "The procedure entry point could not be located in the dynamic link library ole32.dll"
Tinashe Chipomho
Registered at MQL5.community