New databank column problem
3件の返信
https://strategyquant.com/codebase/return-max-drawdown-max-intraday-drawdown-or-trade-drawdown/
私はそれをコードダイエッターを使ってsqxに入れ、コードのコンパイルに成功しました。.
そして、データバンクでその列を開いてみたのですが、なぜProfitMaxDDのデータがすべて0になっているのでしょうか?
どなたか助けていただけませんか?本当にありがとうございます
1
<article class=”text-token-text-primary w-full focus:outline-none [–shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(–shadow-height) has-data-writing-block:pt-(–shadow-height) [&:has([data-writing-block])>*]:pointer-events-auto [content-visibility:auto] supports-[content-visibility:auto]:[contain-intrinsic-size:auto_100lvh] scroll-mt-[calc(var(–header-height)+min(200px,max(70px,20svh)))]” dir=”auto” tabindex=”-1″ data-turn-id=”request-690c6575-b828-832d-b368-a849422e6060-17″ data-testid=”conversation-turn-208″ data-scroll-anchor=”true” data-turn=”assistant”>
</article>
0
I had the same problem!
It seems the compute() function only updates when you force the strategy to be backtested again (retesting it or generating a new strategy). Instead, getNumericValue() and getValue() functions does not need it.
Hope this helps! 😉
1
3件の返信を表示中 - 1 - 3件目 (全3件中)