I am trying to make my strategies work a little more realistic in real time as the performance gained in Backtesting. One of the issues I have found especially as it comes to Forex with different spreads, my trading is totally affected by the size of the spread.
Is there a way to change my realtime charts running strategies so that they ignore the ask for fills and only be driven by the BID. It would be similar to how the backtesting fills orders.
I am aware that when I send it into the market, it will then be affected by the ask and the bid, however I am only concerned with when my strategy is triggered on Buystoporder etc.
What files would I need to modify?

Comment