Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Increase position when I get a objetive

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

    #16
    Hello ziquillo,

    Thanks for your reply and clarification.

    So your situation is that you enter a position and you have no stop. When your profit reaches +1% of your entry then you want to apply a trailing stop of 0.1%.

    To do that you will have to use your logic to calculate the 1% level and once price has reached that level, in OnBarUpdate() you would have to enable the SetTrailStop.

    You see, when you put the SetTrailStop in the initialize method it immediately places the trailstop as soon as you enter but this is not what you want. So you will have to apply the SetTrailstop in the OnBarUpdate when price reaches the +1% level.

    You can certainly tie each trailstop with each entry by using the signals names.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    388 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    260 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    218 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    302 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    268 views
    0 likes
    Last Post CarlTrading  
    Working...
    X