Johan Malan
Johan Malan
Friends

Add friends via their profile or user search and you will be able to see if they are online

Johan Malan
Registered at MQL5.community
Johan Malan
Added topic IBFX Partial Close
Hi I have been using IBFX partial close for more than a year now. Suddenly when I load say @ 30 pips close 50% of position. Suddenly it closes at 15pips 50% of my position. I recently moved my Accounts to AUX, did they changed anything there. In the
Johan Malan
Added topic Slope Directional Line Indicator in an EA
Hi I am trying to use the Slope Directional Line Indicator in an EA. It works great, but when it is in Bullish trend it returns the actual value of the indicator which is great, but when it is in a bear trend it returns the EMPTY_VALUE, which show
Johan Malan
Added topic IBFX USA and IBFX Australia - EA do not want to work on both
Hi I battle to get EA to work on IBFX Australia. I did an EA with just a print statement. It prints in IBFX USA but no reaction on IBFX Australia? Can someone help? Thanks
Johan Malan
Added topic To read if EA is running on Mini or standard account
Hi Can someone help . I am using some scripts to execute trades . Is there a way for the script to see if it is a mini or standard account. My kids trade on mini accounts and I on Standard but always have to keep 2 of everything handy. Thanks
Johan Malan
Added topic IBFX - Partial Close
Hi I use IBFX partial close - where can I get the code? They only gave the executable file and not the code. Thanks
Johan Malan
Added topic EA within an EA
Hi Is it possible to call an EA inside an EA? Thanks
Johan Malan
Added topic iStochastic Problem solved
I replaced the 3rd last paramater and changed it for PRICE_CLOSE to 1 and suddenly perfect answers every time!!!! stoch1=iStochastic(Symbol(),time_period,PeriodsK,PeriodsD,SmoothD,MODE_SMA, PRICE_CLOSE ,MODE_MAIN,1);
Johan Malan
Added topic iStochastic
Hi Frustrating!! When I use iStochastic in my EA it returns a diffirent value of what I read visualy off my chart. Diffirence up to 10 big!!!! I have checked and checked my paramaters and it is correct!! Please help
Johan Malan
Added topic iStochastic
Hi I am using iStochastic and the values it returnes does not match what I have on the indicator on the charts. I have made sure that the all the modes are correct and also compared the indicator on the charts to make sure that all are the same
Johan Malan
Added topic Geeting data from other pairs
I am writing an EA and all works great. I need to get information from other pairs to run my EA on a specific pair. I need the 89sma info from other pairs I use the following - ma=iMA(" EURUSD ",PERIOD_H1,=89,0,MODE_SMA,PRICE_CLOSE,1); but