読み取り専用

フォーラムは現在、読み取り専用のアーカイブとなっています。.

バグ報告やプラットフォームに関する質問はこちら → [email protected]

私たちのコミュニティはDiscordとYouTubeで活動しています。ぜひ参加してください!

ご参加ください Discord YouTube

walk forward method

1件の返信

MimmoDS

Subscriber, bbp_participant, community, sq-ultimate, customer, 27 replies.

プロフィールを表示

9ヶ月前 #292175

Is better test the strategy in WF with original strategy or the optimized? And in the second option, is better simple optimization or the sequencial? Thanks

0

tomas262

管理者、sq-ultimate、2件の返信.

プロフィールを表示

8ヶ月前 #292289

Walk-forward optimization does not validate a single parameter set (original or optimized), but rather the robustness of the strategy across re-optimized parameters over time.

Simple optimization evaluates all parameters at once by searching the full parameter space simultaneously, aiming to find the global best combination in a single pass. It’s straightforward and can capture parameter interactions but it quickly becomes computationally expensive as the number of parameters grows.

Sequential optimization optimizes parameters step by step (or in small groups), fixing previously optimized values before moving on. This makes it much faster and more practical for large or noisy problems but it risks missing the true global optimum because early choices constrain later ones.

0

1件の返信を表示中 - 1 - 1件目 (全1件中)