SetStopLoss(string fromEntrySignal, CalculationMode mode, double value, bool simulated)
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
SetStopLoss- meaning of bool simulated
Collapse
X
-
SetStopLoss- meaning of bool simulated
Can you dumb this down for me, for the SetStopLoss statement below it says "If true, will simulate the stop order and submit as market once triggered". I'm not quite understanding what that means. And if set to false what will it do and does it make a big difference?
SetStopLoss(string fromEntrySignal, CalculationMode mode, double value, bool simulated)Tags: None
-
Hello Zachj,
Setting the bool "simulated" to true will make NinjaTrader use a Simulated Stop order which is a conditional locally held (PC simulated) order type that allows you to execute a market order once the market touches your order price. So one of the major benefits for this is that it will hide your stop loss order from the market, but since it is locally held there are some risks that your order may not be filled if your PC crashes or you have internet trouble.
Here is a link that goes over Simulated Stop Orders that you may view for more information.
JCNinjaTrader Customer Service
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by r68cervera, Yesterday, 02:22 AM
|
4 responses
18 views
0 likes
|
Last Post
by r68cervera
Today, 05:09 AM
|
||
Started by several, Yesterday, 11:02 AM
|
6 responses
24 views
0 likes
|
Last Post
by several
Today, 04:58 AM
|
||
Started by JohnLlivingstone, Today, 04:07 AM
|
0 responses
3 views
0 likes
|
Last Post Today, 04:07 AM | ||
Started by JohnLlivingstone, Today, 04:05 AM
|
0 responses
4 views
0 likes
|
Last Post Today, 04:05 AM | ||
Started by Gilbertohjryor, Today, 03:23 AM
|
0 responses
4 views
0 likes
|
Last Post Today, 03:23 AM |
Comment