See the error in the status bar.
Rename
Thanks for the report.
First thing, this Symbol Rank rule is redundant if you use the same indicator as the indicator for the rotation weight. It might make sense if you change the indicator, period or something else.
That aside, I fixed the potential for that error in Build 108, but something else underneath doesn't allow the condition to work in this rotation context, which is probably why the error occurred in the first place. @Glitch can probably figure it out.
First thing, this Symbol Rank rule is redundant if you use the same indicator as the indicator for the rotation weight. It might make sense if you change the indicator, period or something else.
That aside, I fixed the potential for that error in Build 108, but something else underneath doesn't allow the condition to work in this rotation context, which is probably why the error occurred in the first place. @Glitch can probably figure it out.
Thanks Cone. Yes it does not make sense to use the same rotation indicator. I used different ones in my strategy here I just quickly tested this to confirm it’s a bug. This block is useful if one wants to build a strategy with some prefilters that depend on ranking
If this does not work, I guess I need to go to c#. Is there sample rotation code I can refer to? A simple example of want type of things to implement: rotation weekly based on RSI only for NASDAQ100 stocks in the top 25% based on dollar volume, filters based on trends such as EMA.
Glitch said, "Will need to add a PreExecute to [this type of] strategy".. so he might get it done for Build 108, which we had planned for today. Otherwise 109.
Tactical Asset Allocation in Sample Strategies is a C# Rotation-type strategy. (There'll be a v2 for Build 108 because the sorting was backwards for the strategy though.)
Tactical Asset Allocation in Sample Strategies is a C# Rotation-type strategy. (There'll be a v2 for Build 108 because the sorting was backwards for the strategy though.)
I have it ready to go for the next build 👍
Your Response
Post
Edit Post
Login is required