Forum

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 past I use it and had no trouble, Earlier this

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

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 the trend, but I need the value also in a bear

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

EA within an EA

Hi Is it possible to call an EA inside an EA? Thanks

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

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); stoch1=iStochastic(Symbol(),time_period,PeriodsK,PeriodsD,SmoothD,MODE_SMA, 1

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

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

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 it keeps on returning a value of 0 and not the specific pair