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 XXtrader, Yesterday, 11:30 PM
        2 responses
        11 views
        0 likes
        Last Post XXtrader  
        Started by Waxavi, Today, 02:10 AM
        0 responses
        6 views
        0 likes
        Last Post Waxavi
        by Waxavi
         
        Started by TradeForge, Today, 02:09 AM
        0 responses
        11 views
        0 likes
        Last Post TradeForge  
        Started by Waxavi, Today, 02:00 AM
        0 responses
        2 views
        0 likes
        Last Post Waxavi
        by Waxavi
         
        Started by elirion, Today, 01:36 AM
        0 responses
        7 views
        0 likes
        Last Post elirion
        by elirion
         
        Working...
        X