I have a strategy that utilizes 8 different Long Entries each with a different signal name. Each exit corresponds with a specific entry signal.
When I back test the strategy in the strategy analyzer, the exit match up with the entries. (See below)
Entry name Exit name
LEn1 LEx1
LEn8 LEx8
LEn5 LEx5
LEn6 LEx6
LEn5 LEx5
LEn4 LEx4
LEn4 LEx4
LEn1 LEx1
LEn9 LEx9
LEn1 LEx1
LEn9 LEx9
LEn5 LEx5
LEn8 LEx8
LEn5 LEx5
LEn8 LEx8
LEn4 LEx4
LEn9 LEx9
LEn9 LEx9
LEn5 LEx5
LEn5 LEx5
LEn5 LEx5
LEn6 LEx6
LEn6 LEx6
When I open a chart (same settings as back test) and enable my strategy, I get a different results. The exit signal names don't match up with the entry signal names. (See below)
Entry name Exit name
LEn8 LEx1
LEn1 LEx8
LEn5 LEx5
LEn4 LEx6
LEn4 LEx5
LEn6 LEx4
LEn5 LEx4
LEn1 LEx1
LEn9 LEx9
LEn1 LEx1
LEn9 LEx9
LEn5 LEx5
LEn8 LEx8
LEn5 LEx5
LEn4 LEx8
LEn8 LEx4
LEn9 LEx9
LEn9 LEx9
LEn4 LEx5
LEn5 LEx5
LEn4 LEx5
LEn6 LEx6
LEn4 LEx6
LEn6 LEx6
I would like to understand why my strategy works as expected in backtesting mode, but not when enabled on a chart.
Thanks,
eleven

Comment