Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Question regarding putting a dynamic trailing stop

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

    Question regarding putting a dynamic trailing stop

    Hi,
    I am using a Tick chart.
    I am using setTrailStop in my OnBarUpdate method. I want to make sure that the trailing stop moves along with the price if in favor. What i find with my code is that the trailing stop does move but it sets it based on the closing value. I need to set it within the same bar if price is moving in my direction.

    For example, if i am long at 10231 on the YM and it goes to 10240 on the same bar and the bar has not ended, i want the trailing stop to up by 23 -9 ticks, not wait for the closing bar and then decide.
    (23 is just a number i use for initial trail stop)

    Instead of using Close[0] can i use something else which gives me the current price value at that moment, so i can use that in my setTrailStop method?

    I have a code snippet like:


    SetTrailStop(CalculationMode.Ticks,23 - (Close[0] - Position.AvgPrice));
    ...
    Last edited by tradernith; 11-13-2009, 06:07 PM.

    #2
    never mind, i think the current setTrailStop works for me, i wasn't looking at it the right way

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    72 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    39 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X