Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Determining the InstrumentType in order to set IsExitOnSessionCloseStrategy

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Determining the InstrumentType in order to set IsExitOnSessionCloseStrategy

    how can I write this code correctly?

    it works... but the help documentation makes me a bit worried about it.


    else if (State == State.Configure) {
    IsExitOnSessionCloseStrategy = Instrument.MasterInstrument.InstrumentType == InstrumentType.Future;

    }

    I want to disable IsExitOnSessionCloseStrategy for Forex or CFDs but leave it enabled for Futures

    HELP:

    IsExitOnSessionCloseStrategy

    Warnings:

    •This property should ONLY bet set from the OnStateChange() method during State.SetDefaults or State.Configure

    Instrument
    Warning: The properties in this class should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded


    #2
    Hello NinjaCustomer,

    Thank you for the post.

    You are correct to be worried here, the note is warning that this property may not be populated before DataLoaded so what you are trying may not work in all use scenarios.

    While you can use this if it works for what you are doing if you find this does not work in one of the tools you would likely need to just use the standard option in the user interface to turn this on or off manually.

    I look forward to being of further assistance.

    Comment


      #3
      and I guess that setting IsExitOnSessionCloseStrategy in OnDataLoaded is not an option?

      Comment


        #4
        Hello NinjaCustomer,

        That is not specifically suggested no, you can certainly try that and see what the result is for you however that would not be the general help guide suggestion. This property only mentions it is best set from SetDefaults or Configure, there is currently no documented expectation past those points.

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        87 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        132 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        118 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        67 views
        0 likes
        Last Post PaulMohn  
        Working...
        X