Forum

why won't this code work?

the EA should open a new trade when the "ask" price drops below a certain price. however, the EA does not open a trade until it is compiled. i am thinking it should open a trade on its own. where are i going wrong? int start() { int j; if (LotDecimal==0) LotDecimal = LotDecimal(); Information();

EA 2009

I have this EA, but know very little about programming. i would like it to turn on/off long and short orders based upon a certain ask/buy price. i know it is possible but do not know how to accomplish it. any help would be appreciated