<?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[Different Sharpe ratios in backtest and after submission]]></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">The SR of the system "Sun73_Q17_1a" is above 1 in JupyterLab (SR = 1.08), but almost half of it (SR=0.50) after submission to the Q17 contest.</p>
<p dir="auto">Do you have any clue on that? I am using a modified version of the example "Q17 Supervised Learning".</p>
<p dir="auto">Many thanks!</p>
]]></description><link>http://quantiacs.com/community/topic/204/different-sharpe-ratios-in-backtest-and-after-submission</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 10:26:26 GMT</lastBuildDate><atom:link href="http://quantiacs.com/community/topic/204.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Apr 2022 16:49:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Thu, 21 Apr 2022 13:08:25 GMT]]></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">I modified the retraining interval to 1 day and it worked. Thank you for the help.</p>
<p dir="auto">You guys rock!</p>
]]></description><link>http://quantiacs.com/community/post/670</link><guid isPermaLink="true">http://quantiacs.com/community/post/670</guid><dc:creator><![CDATA[Sun-73]]></dc:creator><pubDate>Thu, 21 Apr 2022 13:08:25 GMT</pubDate></item><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Wed, 20 Apr 2022 14:07:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/21">@anshul96go</a> Hi, please check answers to Sun-73. The most likely reason is the retraining option in the backtester. Are you using that version of the backtester?</p>
]]></description><link>http://quantiacs.com/community/post/667</link><guid isPermaLink="true">http://quantiacs.com/community/post/667</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Wed, 20 Apr 2022 14:07:25 GMT</pubDate></item><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Wed, 20 Apr 2022 14:06:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/82">@sun-73</a> Also here, the reason should be the retraining interval. Can you try with retraining_interval=1?</p>
]]></description><link>http://quantiacs.com/community/post/666</link><guid isPermaLink="true">http://quantiacs.com/community/post/666</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Wed, 20 Apr 2022 14:06:19 GMT</pubDate></item><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Wed, 20 Apr 2022 14:05:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/82">@sun-73</a> Ok, thanks, then if you are using the backtester with the retraining option that is the reason. Can you check your notebook run using retrain_interval = 1 day?</p>
]]></description><link>http://quantiacs.com/community/post/665</link><guid isPermaLink="true">http://quantiacs.com/community/post/665</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Wed, 20 Apr 2022 14:05:48 GMT</pubDate></item><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Wed, 20 Apr 2022 11:51:07 GMT]]></title><description><![CDATA[<p dir="auto">By the way, I submitted another system yesterday, called "Sun73_Q17_1b", with an in-sample SR=2, but today the system is online in the website with an in-sample SR=0.7</p>
]]></description><link>http://quantiacs.com/community/post/664</link><guid isPermaLink="true">http://quantiacs.com/community/post/664</guid><dc:creator><![CDATA[Sun-73]]></dc:creator><pubDate>Wed, 20 Apr 2022 11:51:07 GMT</pubDate></item><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Wed, 20 Apr 2022 11:46:59 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/12">@support</a>, I backtested the system in JupyterLab two days ago and submitted on the same day. The submission went online yesterday.</p>
<p dir="auto">Since I am trying to use a multi-pass strategy based on the function "qnbt.backtest_ml", maybe the difference is due to difference parameters of this function considered in Jupyter and the online filters of the quantiacs website.</p>
<p dir="auto">Are the parameters of the function "qnbt.backtest_ml" exactly the same in those cases?</p>
<p dir="auto">For example, I run the code using retrain_interval=90 days. When the system is evaluated online is it retrained every day since 2014 (or every 90 days in this example)? In other words, the parameter "retrain_interval" is forced to 1 when evaluated online?</p>
<p dir="auto">Many thanks again!</p>
]]></description><link>http://quantiacs.com/community/post/663</link><guid isPermaLink="true">http://quantiacs.com/community/post/663</guid><dc:creator><![CDATA[Sun-73]]></dc:creator><pubDate>Wed, 20 Apr 2022 11:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Wed, 20 Apr 2022 09:12:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/21">@anshul96go</a> Thank you. When did you submit the code? Do you see a difference in the current notebook result and current submission result?</p>
<p dir="auto">In other words, how long is the lag between submission time and running the notebook?</p>
]]></description><link>http://quantiacs.com/community/post/661</link><guid isPermaLink="true">http://quantiacs.com/community/post/661</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Wed, 20 Apr 2022 09:12:53 GMT</pubDate></item><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Wed, 20 Apr 2022 09:12:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/82">@sun-73</a> Thanks for the note, we are checking, sorry for the issue. When did you submit the code? Do you see a difference in the current notebook result and current submission result?</p>
<p dir="auto">In other words, how long is the lag between submission time and running the notebook?</p>
]]></description><link>http://quantiacs.com/community/post/660</link><guid isPermaLink="true">http://quantiacs.com/community/post/660</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Wed, 20 Apr 2022 09:12:10 GMT</pubDate></item><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Wed, 20 Apr 2022 00:04:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/82">@sun-73</a> I am also facing the same issue. I checked the submission weights and it seems the number and type of assets used in the submission are different. Also, the data seems to be different on some days.</p>
]]></description><link>http://quantiacs.com/community/post/659</link><guid isPermaLink="true">http://quantiacs.com/community/post/659</guid><dc:creator><![CDATA[anshul96go]]></dc:creator><pubDate>Wed, 20 Apr 2022 00:04:39 GMT</pubDate></item><item><title><![CDATA[Reply to Different Sharpe ratios in backtest and after submission on Tue, 19 Apr 2022 16:51:53 GMT]]></title><description><![CDATA[<p dir="auto">I am using the "in-sample Sharpe" in the comparison above.</p>
]]></description><link>http://quantiacs.com/community/post/658</link><guid isPermaLink="true">http://quantiacs.com/community/post/658</guid><dc:creator><![CDATA[Sun-73]]></dc:creator><pubDate>Tue, 19 Apr 2022 16:51:53 GMT</pubDate></item></channel></rss>