Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Volumetric Chart with an auto execute feature?

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

    Volumetric Chart with an auto execute feature?

    Does anyone know if there is a way to create an auto execute feature on a footprint type chart that will automatically take trades when a certain number of stacked imbalances occur?

    #2
    Hello andrewtrades,

    Thanks for your question.

    This would be possible with a NinjaScript strategy that is designed to work with the Order Flow + Volumetric bars.

    Accessing Volumetric bars programmatically has to be done through written code and cannot be done with the Strategy Builder, however if you are new to NinjaScript, I suggest using the Strategy Builder to get more acquainted with NinjaScript strategies.

    Here is a link to the Volumetric Bars Data Access documentation - https://ninjatrader.com/support/help...tric_bars2.htm

    Below is some educational information on NinjaScript strategies.

    General NinjaScript education

    Simple NinjaScript strategies can be built using the Strategy Builder and more complex and robust strategies can be written by hand.

    Please see the Strategy Builder 301 and NinjaScript Editor 401 courses to get acquainted with NinjaScript strategies. These videos are publicly available.

    Strategy Builder 301 — https://www.youtube.com/watch?v=HCyt90GAs9k
    NinjaScript Editor 401 — https://www.youtube.com/watch?v=K8v_2ONBbqI

    The Managed Approach documentation explains how Strategy Builder and Managed NinjaScript strategies can be written.

    Managed Approach — https://ninjatrader.com/support/help...d_approach.htm

    NinjaScript strategies are then deployed against one account. The strategy processes historical data to identify past trade signals and to develop the strategy position. This is separate from the Account's Position. The calculated orders from historical data and the strategy position are then used by the Start Behavior to configure how the strategy should handle this position when the strategy is first enabled.

    WaitUntilFlat waits until the calculated position is closed so the strategy only starts trading when it sees itself in a flat position.

    ImmediatelySubmit will allow the strategy to submit historically calculated orders immediately when the strategy is enabled. This would be used when we know where the strategy position is when we enable the strategy, and is used particularly for re-enabling strategies so they can resume positions and orders.

    Sync Account is additional option that has the strategy submit an additional order to sync the strategy position to the account position. This should not be confused with syncing the strategy position to the account position.

    It is important to understand the Start Behaviors and their relation to the Strategy and Account Position. Please see below for more details.

    Strategy vs. Account Position — https://ninjatrader.com/support/help..._account_p.htm
    Start Behaviors — https://ninjatrader.com/support/help..._positions.htm

    When writing more robust strategies in the NinjaScript Editor, please refer to our Educational materials and Reference Samples.

    Educational Materials — https://ninjatrader.com/support/help..._resources.htm
    Reference Samples — https://ninjatrader.com/support/help...ce_samples.htm

    Also to consider, a NinjaScript Consultant could build an automated trading strategy that accomplishes this at your request. If that interests you, please let us know and we can have a representative of our EcoSystem provide additional information.

    We look forward to assisting.
    JimNinjaTrader Customer Service

    Comment


      #3
      Yes im interested in talking to a NinjaScript Consultant that can do what you referenced above.

      Comment


        #4
        Hello andrewtrades,

        This is Chris following up on behalf of Jim.

        You can search our extensive library of NinjaScript consultants through the link below. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more:You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third-party services for NinjaTrader, all pricing and support information will need to be obtained through the consultant.

        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 companies and services 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.

        Let me know if I may be of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Radano, 06-10-2021, 01:40 AM
        19 responses
        606 views
        0 likes
        Last Post Radano
        by Radano
         
        Started by KenneGaray, Today, 03:48 AM
        0 responses
        4 views
        0 likes
        Last Post KenneGaray  
        Started by thanajo, 05-04-2021, 02:11 AM
        4 responses
        470 views
        0 likes
        Last Post tradingnasdaqprueba  
        Started by aa731, Today, 02:54 AM
        0 responses
        5 views
        0 likes
        Last Post aa731
        by aa731
         
        Started by Christopher_R, Today, 12:29 AM
        0 responses
        11 views
        0 likes
        Last Post Christopher_R  
        Working...
        X