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 Brevo, Today, 01:45 AM
    0 responses
    6 views
    0 likes
    Last Post Brevo
    by Brevo
     
    Started by aussugardefender, Today, 01:07 AM
    0 responses
    3 views
    0 likes
    Last Post aussugardefender  
    Started by pvincent, 06-23-2022, 12:53 PM
    14 responses
    241 views
    0 likes
    Last Post Nyman
    by Nyman
     
    Started by TraderG23, 12-08-2023, 07:56 AM
    9 responses
    384 views
    1 like
    Last Post Gavini
    by Gavini
     
    Started by oviejo, Today, 12:28 AM
    0 responses
    6 views
    0 likes
    Last Post oviejo
    by oviejo
     
    Working...
    X