Don't know Pat. The function is intended for a single pair, single trade ea. No idea how it works in a multi-pair, multi-trade ea.patman wrote:Steve
Yea - looks fine now
BTW
I was scrolling through 1j and
bool IsThisPairTradable()
scrolled by. I remembered something i'd seen elsewhere
(Multibob http://www.stevehopwoodforex.com/phpBB3 ... 411#p24411)
the line
Code: Select all
if (c1open == 1 && c2open == 1)
It was suggested to change this to
Maybe this does not apply hereCode: Select all
if (c1open > 1 && c2open > 1)
Apologies if not!
pat
It still needs looking at, but not got my coding head on right now.
