In prorealtime is not possible to start in real with 30 tick …
DEFPARAM CumulateOrders = false
defparam flatafter = 210000
defparam flatbefore = 083000
///BILL WILLIAM FRACTAL INDICATOR
//CP=PERIOD
CP=28
if close[cp] >= highest[2*cp+1](close) then
LH = 1
else
LH=0
endif
if close[cp] <= lowest[2*cp+1](close) then
LL= -1
else
LL=0
endif
if LH=1 then
HIL = close[cp]
endif
if LL = -1 then
LOL=close[cp]
endif
Positionsize=1
if (time >=090000 and time < 092000) then
C1 = (close CROSSES OVER HIL)
D1 = (close CROSSES UNDER LOL)
IF c1 and not shortonmarket THEN
BUY positionsize CONTRACT AT market
tp=40
ENDIF
IF D1 and not longonmarket THEN
SELLSHORT positionsize CONTRACT AT market
tp=40
ENDIF
ENDIF
set stop ploss 96
set target pprofit tp
I’m confused what you are asking, but below is what I get with DAX @ 30 tick … is it any help?
And with 30 Seconds! 🙂
Thanks an advance for your reply
The equity with 30tick is different for me , i attach the image as soon
EricParticipant
Master
Tickbars works fine in backtest but not in proorder
you can do semi-automatic trading with tickbars by using alerts
Thansk ERIC ,
Just to alignment my backtest enclosed
EricParticipant
Master
GraHal strange?
I get exactly the same result as JR1976 on 30 tick
i tested also 30 second and from 23 feb its almost the same as with 30 ticks (problem is that history is to short to test on)
EricParticipant
Master
just remember that tickbars has nothing to do with time
if markets move fast a tickbar builds up fast and if markets move slow its take longer time
Well here you are … I did same check @ 30 ticks over 100,000 bars and this time on CFD / DAX 30 Cash (£1) sh should be the same as yours??
Also on 30 Sec CFD / DAX Cash (£1). Both attached are with a spread of 2, but even with spread = 0 it makes not much difference anyway.
Anybody offer any reasons for the difference??
Thanks
GraHal
PS JR’s equity curve looked that good I assumed he must have been running it with the tick by tick box selected ! 🙂
PPS Now I know why I’m not making any money!!!!!!!!!!!! 🙂 🙂 🙂
PS above should have read … JR’s tick by tick box NOT selected 🙂
EricParticipant
Master
maybe its something to do with time?
maybe its something to do with time?
I worked on your strategy on the DAX and I give you below the v1.01.
I got much better results on the DJI and I give you below the v1.01.
I confirm tick by tick has been selected
I set-up the spread at 1 , this should be the different in the equity .
set up the spread at 1 and let me know
Will be interest to check with more backtest histrory
thanks
Aha … I need to move to Sweden / Italy then I make money!!!!!!!! 🙂 🙂
I get same as you now when I change times below by – 1 Hour (you are UCT +1 and I am UCT + 0 )
defparam flatafter = 200000
defparam flatbefore = 073000
if (time >=080000 and time < 082000) then
Sorry to be as always the bad news messenger with my 200,000 bars backtests but it seems that there is an over-optimisation in the tested period…