Hello WL friends, I will use the meta strategy and add 3 strategies together. I set in the position sizing group only 1 open per symbol:
But after run backtest, I get 2 signals for the same stock symbol from different strategies:
Do I use this settings wrong?
Must I use an other way to get only 1 SAME signal symbol when I use more as one strategies?
Regards Christian
But after run backtest, I get 2 signals for the same stock symbol from different strategies:
Do I use this settings wrong?
Must I use an other way to get only 1 SAME signal symbol when I use more as one strategies?
Regards Christian
Rename
First, Signals are not trades. They're actions that occur on the next bar (or next session). Strategies "always" show you all the Signals.
You've selected an option for the backtest's Positions. It's up to the backtest to select the programmed trade (by Transaction.Weight or other logic) for the backtest.
It's up to you to trade the Signal that you want to trade. If you want to trade the highest Transaction.Weight like the backtest, then you should sort the signals and select the right one(s).
You've selected an option for the backtest's Positions. It's up to the backtest to select the programmed trade (by Transaction.Weight or other logic) for the backtest.
It's up to you to trade the Signal that you want to trade. If you want to trade the highest Transaction.Weight like the backtest, then you should sort the signals and select the right one(s).
Your Response
Post
Edit Post
Login is required