Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

ATM Strategy Method-Drawing Plot Execution Markers

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

    ATM Strategy Method-Drawing Plot Execution Markers

    I'm trying out using the ATM Strategy Methods, rather than using the Managed Methods in my strategy. I was wondering if anyone has developed a work-around for drawing the Execution Markers so that I can see the entry and exit prices of my trades placed with the ATM Strategy Methods?

    Just for reference, here's the script I'm using:

    atmStrategyId = GetAtmStrategyUniqueId();
    orderId = GetAtmStrategyUniqueId();
    AtmStrategyCreate(Cbi.OrderAction.Buy, OrderType.Limit, Low[
    0], 0, TimeInForce.Gtc, orderId, "ES 2/4", atmStrategyId);

    #2
    Hi DenMan,

    Best suggestion is to run the strategy from the NinjaTrader control center, and then monitor orders and trades on another chart with ChartTrader on.

    You can also draw objects from the strategy if you want to go that route. Any of the code based objects could work to mark your entries and exits. The following link takes you to DrawTriangleDown() signature:
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Board game geek, Yesterday, 02:20 AM
    2 responses
    21 views
    0 likes
    Last Post Board game geek  
    Started by jackiegils, Yesterday, 11:05 PM
    0 responses
    5 views
    0 likes
    Last Post jackiegils  
    Started by cre8able, 05-09-2024, 09:15 PM
    2 responses
    17 views
    0 likes
    Last Post cre8able  
    Started by Trader146, Yesterday, 09:17 PM
    0 responses
    10 views
    0 likes
    Last Post Trader146  
    Started by ttrader23, 05-08-2024, 09:04 AM
    9 responses
    44 views
    0 likes
    Last Post ttrader23  
    Working...
    X