Topic: Bug report using Spread and Break Even
Using Strategy builder version 3.0.1
On daily time frame with 1 minute 100% intrabar scanning so data isn't a problem
I notice something strange when using spread and break even, I didn't get in depth analyzing of that but it is noticeable when you have system who has lots of trades and on longer time period so when you just look at it logic says that something is not right without looking deeper so for this purpose I created example strategy just so you can look and see what i see and i was using time period on eurusd from 1.1.2005 till 12.9.2011 and 4 digit data.
The problem is that when changing spread it seems that there are two different calculations going for two different group of spread data and what i mean by that is that for spread increment of 0,01 to 0,49 is one calculation and for 0,50 to 1,00 second, meaning one group spread is from :
0,01 - 0,49
1,01 - 1,49
2,01 - 2,49
3,01 - 3,49 etc
and second group
0,50 - 1,00
1,50 - 2,00
2,50 - 3,00
3,50 - 4,00 etc
to elaborate further i will write approximate range results in points (in brackets range result for that spread range) for above groups for selected strategy
group one
0,01 - 0,49 (10431 - 9644)
1,01 - 1,49 (8620 - 7863)
2,01 - 2,49 (7056 - 6299)
3,01 - 3,49 (5400 - 4535)
second group
0,50 - 1,00 (6942 - 6220)
1,50 - 2,00 (5181 - 4446)
2,50 - 3,00 (4064 - 2923)
3,50 - 4,00 (2430 - 1165)
Sum result without spread is 7851 points (Ambiguous 0 bars )
group one had 0 Ambiguous bars
group second had 1 Ambiguous bars
So you see a pattern difference from group one and second group thats cca 2000-3000 points difference from two groups and 1 Ambiguous bar cant get that kind point difference.Apparently Break Even is making this kind of problems.Cheers