- ago
I have a metastrategy that I want to use to start trading. Is there any way to get a metastrategy to start trading on a specific day? For example, I want to start trading on 12/22/2023. In the future I need it to always start trading on this date to ensure mirroring my actual trades. I can set a date range but when I run it seems to adjust the date, presumably based on the indicator periods used within each strategy.
0
151
4 Replies

Reply

Bookmark

Sort
Glitch8
 ( 13.81% )
- ago
#1
Is it a C# or Building Block Strategy?

Either way, the solution would be to add a condition that only processes after a specific calendar date. Easy enough to do in C# and in Blocks you could use the PowerPack Condition "Date Filter"

0
- ago
#2
@Glitch, I believe that topic starter is not after the calendar date rules. What he's rather talking about is when his strategy starts to trade live - and this date needs to be the starting point.

@hiker360, what's "multi-trade strategy" in WL terms?
0
- ago
#3
Sorry, I meant MetaStrategy.
0
Glitch8
 ( 13.81% )
- ago
#4
Right, I would accomplish it using the starting date rule inserted into each component strategy.

That way you could load as must indicator data you need and still control the date that the strategies start trading.
0

Reply

Bookmark

Sort