Topic: Monte carlo / Randomize slippage

Hi folks,



I don't know if this topic has already been covered, but I have some doubts about the slippage simulation in EAS.

1- How likely is the simulator to insert slippage in one position?
3- Does slippage occur when entering and exiting positions?
3- Does slippage occur when price have reached Stop loss  or Take profit?

Re: Monte carlo / Randomize slippage

Slippage and requote can happen at any stage of trade depending on the market and the ethics of your broker.

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Monte carlo / Randomize slippage

1 - It is configurable value, look at Monte Carlo settings.

3 - Your question doesn't make sense, if you set max slippage at 20 points, then you can get max slippage of 20 on a trade. It costs and is overall profitability reducer irrespective of entries or exits. Study the program, simulation chart and you'll understand.

3 - Same as 3.

Re: Monte carlo / Randomize slippage

Theoretically, slippage is teh difference between the order price and the actual execution price. It can happen randomly in both directions and the effect of it should be neutralised. However, we know (with proves) that the brokers prefer to "apply" slippage only against your benefit. For example, if you open a Long position, the price may slip up and when closing a long position the price may slip downwards. In both cases, you lose the number of points multiplied by the position size.

The EA Studio's Monte Carlo treats the slippage always against your favour. The actual effect of the slippage is as the spread.
EA Studio applies random slippage on the Entry and Exit orders. The program executes the SL and TP on the exact prices.

Anyway, it is very easy and common to simulate the slippage by increasing the spread with several points.

In most cases the negative role of the slippage is neglectable. The biggest problem of the strategies is curve-fitting.

The Monte Carlo includes possibilities to add random changes of the indicator parameters, and I even consider to make these options switched on by default. However, there is no way the future real trading to change your strategy's parameters.

Testing with higher spread is very useful because it virtually includes the negative effect of the slippage.