Forum

Is there anyway to get a more accurate price?

Every time I open a trade using Ask or Bid its at an 11 dollar loss for 1 lot. Is there anyway to open a trade at 0 or at a smaller loss

Compare the current and past price

Would this for loop work? currentask = (MarketInfo(symbol, MODE_ASK)) for(int f=market_refresh; f<=3600; f++) { if (Ask / currentask > 1) { Market = "bear"; break; } else { RefreshRates(); Sleep(1000); } } I want to compare the current ask with the