<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Has my strategy been rejected from Q23?]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/12">@support</a></p>
<p dir="auto">My strategy q23_4 would have made the 3rd place in the Q23 contest but now instead of the allocation there is a red dot whose mouseover reads "The strategy uses manual asset selection or has very high correlation with standard templates; therefore, it has been rejected."</p>
<p dir="auto"><img src="/community/assets/uploads/files/1773788614896-screenshot-2026-03-17-at-23-55-47-quantiacs-the-leading-platform-for-quantitative-trading-and-algorithmic-strategy-development.png" alt="Screenshot 2026-03-17 at 23-55-47 Quantiacs - The Leading Platform for Quantitative Trading and Algorithmic Strategy Development.png" class="img-responsive img-markdown" /></p>
<p dir="auto">There is definitely no manual selection in any of my strategies and the ones that took part in the contest had to pass the correlation check which also checks against templates.</p>
<p dir="auto">Could you please tell me what's going on there?</p>
]]></description><link>http://quantiacs.com/community/topic/777/has-my-strategy-been-rejected-from-q23</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 19:00:47 GMT</lastBuildDate><atom:link href="http://quantiacs.com/community/topic/777.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Mar 2026 23:06:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Has my strategy been rejected from Q23? on Wed, 18 Mar 2026 20:06:34 GMT]]></title><description><![CDATA[<p dir="auto">And what if a strategy uses the following rules to select assets to trade:</p>
<ul>
<li>the primary exchange is NAS</li>
<li>the sector is not finance</li>
<li>has price data for at least the previous 3 months</li>
<li>has an average daily trading volume of at least 200 k based on the previous 3 months</li>
<li>belongs to the top 100 of the thus far selected assets in terms of market capitalization</li>
</ul>
<p dir="auto">Would you say any of these rules violate the contest rules?</p>
<p dir="auto">Because these are the selection criteria for the N100 constituents. The only difference in my strategy is that I'm using <code>qnt.data.stocks_load_ndx_data.sel(field='is_liquid')</code> instead.<br />
Sure, the first of the rules above manually selects the exchange and the second one manually excludes a sector. But still none of these manually select <em>assets</em> and neither does the filter <code>is_liquid</code> from another dataset.</p>
<p dir="auto">Also, lets take a look why you prohibited manual asset selection in the first place. Wasn't this to avoid lookahead bias? And isn't this also the reason for the existence of the field <code>is_liquid</code> in any of your datasets? Are you saying that the exact field you introduced to avoid lookahead bias is now the reason you disqualify a strategy because of lookahead bias just because it's from a dataset other than the one for the contest?</p>
]]></description><link>http://quantiacs.com/community/post/2112</link><guid isPermaLink="true">http://quantiacs.com/community/post/2112</guid><dc:creator><![CDATA[antinomy]]></dc:creator><pubDate>Wed, 18 Mar 2026 20:06:34 GMT</pubDate></item><item><title><![CDATA[Reply to Has my strategy been rejected from Q23? on Wed, 18 Mar 2026 16:02:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/12">@support</a><br />
Thanks for your reply.</p>
<p dir="auto">My strategy trades a subset of assets from the S&amp;P 500 universe, selected with certain filter rules. Most are technical and one of them is that they also belong to the Nasdaq 100 index.<br />
Which contest rule would be violated when a strategy selects stocks which are part of the contest universe and also part of another index?</p>
<p dir="auto">Is selecting assets based on them being part of an index considered as "manual selection"? This would mean every strategy for all the Nasdaq 100 and S&amp;P 500 contests is against the rules and the contest rules would contradict themselves.</p>
]]></description><link>http://quantiacs.com/community/post/2111</link><guid isPermaLink="true">http://quantiacs.com/community/post/2111</guid><dc:creator><![CDATA[antinomy]]></dc:creator><pubDate>Wed, 18 Mar 2026 16:02:29 GMT</pubDate></item><item><title><![CDATA[Reply to Has my strategy been rejected from Q23? on Wed, 18 Mar 2026 09:58:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/20">@antinomy</a> Dear antinomy, thanks for the comment. We believe that there is a problem with the asset selection in your submission. The Q23 contest is aimed to trade assets belonging to the full SP500 universe, it is not a Nasdaq-100 contest.</p>
]]></description><link>http://quantiacs.com/community/post/2110</link><guid isPermaLink="true">http://quantiacs.com/community/post/2110</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Wed, 18 Mar 2026 09:58:31 GMT</pubDate></item><item><title><![CDATA[Reply to Has my strategy been rejected from Q23? on Wed, 18 Mar 2026 00:15:40 GMT]]></title><description><![CDATA[<p dir="auto">Out of curiosity I just cloned the strategy to run it again and see if I get any correlations. And yes:</p>
<pre><code>WARNING! This strategy correlates with other strategies and will be rejected.
Modify the strategy to produce the different output.

The number of systems with a larger Sharpe ratio and correlation larger than 0.9: 2
The max correlation value (with systems with a larger Sharpe ratio): 0.9818594562862993
</code></pre>
<p dir="auto">Then I wanted to know to which strategies it correlates and simply put a <code>print(json.dumps(cr_list, indent=4))</code> inside <code>qnt.stats.check_correlation</code> and got this:</p>
<pre><code>[
    {
        "id": 18701501,
        "name": null,
        "my": false,
        "template": false,
        "cofactor": 0.9818594562862993,
        "sharpe_ratio": 2.364183164325061
    },
    {
        "id": 18701502,
        "name": null,
        "my": false,
        "template": false,
        "cofactor": 0.9559821139736059,
        "sharpe_ratio": 2.49988419656187
    }
]
</code></pre>
<p dir="auto">The first one is my q23_4 and the other one is my q23_4a (funny that it correlates with itself by 0.98 and not 1.0). However, no correlation with any template is showing up there.</p>
]]></description><link>http://quantiacs.com/community/post/2108</link><guid isPermaLink="true">http://quantiacs.com/community/post/2108</guid><dc:creator><![CDATA[antinomy]]></dc:creator><pubDate>Wed, 18 Mar 2026 00:15:40 GMT</pubDate></item></channel></rss>