MT4: Different result from MODE_STOPLEVEL in Live-Trading and StrategyTester

 

Hello

I'm having the following problem on twovdifferent brokers with demo account (don't know about real account):

When I attach my EA to a Live-Trading-Chart, the following function returns 0 (what is correct and I can do orders with 1 Point Entry/SL difference).

MarketInfo(Symbol(), MODE_STOPLEVEL)

When I run my EA in the StrategyTester, I get 30 and when EA executes OrderSend(), it really has this limitation.

Can you tell me why there is this difference between Live-Trading und StrategyTester and how I can change it to 0 also in StrategyTester?

Best Regards

 
If another one has this problem, it's because of Tickstory. There is an export setting where you can set stop level. By default it's 30.