+1 888 340 6572

SetTrailingStop pt: Difference between revisions

From MultiCharts
Line 22: Line 22:
SetStopPosition;  
SetStopPosition;  


SetDollarTrailing_pt(50); </syntaxhighlight>
SetTrailingStop_pt(50); </syntaxhighlight>


Generate an exit order for the entry if per entry profit drops by 10 ticks:  
Generate an exit order for the entry if per entry profit drops by 10 ticks:  
Line 28: Line 28:
SetStopContract;  
SetStopContract;  


SetDollarTrailing_pt(10); </syntaxhighlight>
SetTrailingStop_pt(10); </syntaxhighlight>


[[Category:Strategy Orders]]
[[Category:Strategy Orders]]