You need to set the spread in the Tickstory MT4 Info window – the settings in Metatrader will have no effect once you launch MT4 via Tickstory. You can double-check the spread value by inserting the following code into your EA:
Print("Spread is: " + DoubleToStr(MarketInfo(Symbol(),MODE_SPREAD), 2));