SetTrailStop(string fromEntrySignal, CalculationMode mode, double value, bool simulated)
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Simulated Trail Stop Sample Code
Collapse
X
-
Simulated Trail Stop Sample Code
Would someone please post a sample of code that will Compile. Thanks.
Code:Tags: None
-
Hello mainstream,
An example of SetTrailStop with all overloads:
http://www.ninjatrader.com/support/h...ttrailstop.htmCode:SetTrailStop("entryOrderName", CalculationMode.Ticks, 10, false);Chelsea B.NinjaTrader Customer Service
-
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?
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.HTML Code:10, false);
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
-
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
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
134 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
75 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment