Forum

Maximum Lots MM

I have nice life problems here. My EA only trade once or twice a week and now I have reached my broker's maximum lots, now I feel like the EA is being limited and no longer performing as it has been for the past months. I am currently thinking of a way to code my new lots management so that it will

Store Bid and update

I want to store current bid price to use later and update stored every specified seconds, Now can anyone tell me why my code does not update the stored price? double time = 1000 ,price; int TimeBar; //Fill price with Bid and record time if (price== 0 ) { if (price= NormalizeDouble (

Help Me Please

Can someone please help me understand how this could happen. On the picture below you would see that 3 long trades open last friday 18, all closes at the open of 00.02 candle which open at 1.07059. But the trades was closed at a price 1.06906 way below the 00.02 candle price 1.07059. What witchcraft

Tick processing... error what is it?

I get a lot of these and I missed a lot of entries and exits points. What are these errors and how to fix them