Very confused... When I run a strategy with pyramiding options selected (regardless of signal), very frequently, the strategy will draw several duplicated buy/sell signal on the same bar. See the chart.
When I write the code, TS requires that each trading signal must have different name, it means that non of the trading signals is executed twice inside one bar, but why did I get that visual result...
And If I track the change of netposition, it is correct on the same bar, it seems although TS draw several signals on the chart, it actually did only one execution.
But, some other times it just not working as intended. The netposition after buy/sell is wrong and the signal is not there on the chart
This does not happen on everybar, thus it becomes very difficult to track...
Anyone could give some light?
When I write the code, TS requires that each trading signal must have different name, it means that non of the trading signals is executed twice inside one bar, but why did I get that visual result...
And If I track the change of netposition, it is correct on the same bar, it seems although TS draw several signals on the chart, it actually did only one execution.
But, some other times it just not working as intended. The netposition after buy/sell is wrong and the signal is not there on the chart
This does not happen on everybar, thus it becomes very difficult to track...
Anyone could give some light?