Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Simulated Trail Stop Sample Code

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

    Simulated Trail Stop Sample Code

    Would someone please post a sample of code that will Compile. Thanks.

    Code:
    SetTrailStop(string fromEntrySignal, CalculationMode mode, double value, bool simulated)

    #2
    Hello mainstream,

    An example of SetTrailStop with all overloads:

    Code:
    SetTrailStop("entryOrderName", CalculationMode.Ticks, 10, false);
    http://www.ninjatrader.com/support/h...ttrailstop.htm
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks Chelsea.

      I reviewed the results using the simulated data feed and the strategy, could you provide some clarification on the following variable and how they will change the behavior of the Simulated Trail Stop -- with examples?

      HTML Code:
      10, false);
      My thought was that at 10 tick profit the Simulated Trail Stop will follow 2 ticks behind market price, I suppose i was wrong in that assumption.

      When you say Overloads, are you inferring Overfills? That was a question, too, I have not reached that benchmark in development to begin researching Overfills.
      Last edited by mainstream; 10-25-2014, 09:33 AM.

      Comment


        #4
        Hello mainstream,

        Thank you for your response.

        The 10 would mean the stop trails behind the market by 10 ticks. The simulated bool allows for a simulated stop loss, if true, will simulate the stop order and submit as market once triggered.

        Overloads are passed to methods, in this case the SetTrailStop() method. The overloads being currency, mode, simulated, value, and fromEntrySignal.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Yesterday, 05:17 AM
        0 responses
        61 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        134 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        75 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        45 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        50 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X