SImple strategy , but low backtest only 100kbar
What do tou think ?
// Work with TF a5min , 15 e 30 min
defparam cumulateorders = false
defparam flatbefore = 163000
defparam flatafter = 090000
//if currentdayofweek <> 0 then
if time = 163000 then
buy 1 contract at high+1 stop
endif
//endif
//set target pprofit 100
//set stop ploss 100
Profit, if any, is determined only by FLATAFTER.
There are no conditions to enter, safe reaching that price level… did you run it in demo?
Did you add spread?
Overnights and weekends fees?
The spread should be 5 overnight, right?
The spread should be 5 overnight, right?
We have to guess that the trades are on Italian time so the pending order lasts for one bar at 1630 which is 1430 GMT and the sell happens at 0900 which is 0700 GMT. At those times the spreads are 1 and 2 respectively.
[attachment file=80420]
Anyhow it is still a lovely piece of data mining over a short time frame!
It’s similar Unger strategy , but if I remember correctly your strategy is on FTSE MIB b( Italy index)
The spread is 2 point because is effective when ask or bid contract .. therefore 16.30 and 9 o’ clock
Could be there is other fee as to maintain the position in overnight or weekends fees as Nicolas said …. and yes too many fees influece all the strategy
High risk , but I think is important about statistic topics and curiously to imrove it , isnt’it?