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:

Expected output:

This used to work earlier, not sure why it is not working now.
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:

Expected output:

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