Trading options in strategy not showing sessions

John A

Active member
Joined
Dec 16, 2024
Posts
30
Likes
2
Using Motivewave 7.0.18

I have custom strategy in which I have added session support with the parameter support with supportsSessions in the StudyHeader.

Here is my study header:

@StudyHeader(namespace = "test.studies", id = "TRADING_STRTEGY", name = "STRATEGY_NAME", desc = "STRATEGY_DESCRIPTION", rb = "com.test.nls.strings", menu = "MENU_TRADING", overlay = true, signals = true, strategy = true, autoEntry = true, manualEntry = false, supportsUnrealizedPL = true, supportsRealizedPL = true, supportsTotalPL = true, supportsSessions = true, requiresBarUpdates = true, supportsBarUpdates = true, barUpdatesByDefault = true)

Still it is not showing trading sessions.It is not showing session1 and session2 like earlier:

Actual output:
1772696839097.png


Expected output:

1772696869002.png


This used to work earlier, not sure why it is not working now.
 
Top