Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Simple pointers to "virtual" stop-loss and profit-targets during each trade

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

    Simple pointers to "virtual" stop-loss and profit-targets during each trade

    Except for a "failsafe" hard-stoploss, I'm experimenting with using "virtual" SL and PT. Since I use OnEachTick processing in my strategy, I keep track of exactly how many ticks above or beneath the entryPrice we are. I just call it the TickRunningSum: if positive, we are x-ticks in profit, if negative, we are losing that many ticks at the moment. Parameters specify desired stop loss ticks and profit target ticks.

    This has pros and cons, one con being that the SL & PT are no longer visually displayed during each trade. Has anyone coded simple draw objects to visually show the current SL & PT...perhaps with small triangles, or even simpler: "SL------->" and "PT-------->". My stops could get adjusted several times during a trade, and even the PT could be bumped up with runner contracts continuing after the initial contracts hit the original PT, so I'd have to do some "erasing" and "redrawing"....probably no big deal.

    Any ideas on some simple ways t do this? Thanks, -Bill-

    #2
    Hello Bill, thanks for your post.

    The Advance Risk Reward indicator would be a good reference:
    https://ninjatraderecosystem.com/use...ard-indicator/

    If you want to mark where the stop and target will be for the strategy, you would need to use any one of the default drawing tools in the platform by using the Draw class:

    https://ninjatrader.com/support/help...8/?drawing.htm

    Please let me know if I can assist any further.

    The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    81 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    66 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    55 views
    0 likes
    Last Post CarlTrading  
    Working...
    X