Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

stochastics from diferent time frames

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

    stochastics from diferent time frames

    how do i get 5min stochastics on say a 1 minute or a 5 tick chart ?

    #2
    Originally posted by price777999 View Post
    how do i get 5min stochastics on say a 1 minute or a 5 tick chart ?
    Hello,

    Thank you for your post.

    Unfortunately that is not supported, but is on the list of possible future considerations.

    I suggest checking the indicator file sharing section as there is at least one custom multi-time frame indicator in there. Not sure it will work with other indicators like stochastics.
    Ray S.NinjaTrader Customer Service

    Comment


      #3
      Go to reference samples and look for:
      Strategy: Plotting from within a NinjaScript Strategy

      It is a PITA (Pain In The A$$) method but it works. Drawbacks of doing it this way is that you can not run Chart Trader and a Strategy on the same chart. Also there is no AutoScale(True/False) control over the plots ( or I should say that I have not figured it out). If you are doing a Multi TimeFrame SMA and the SMA Val on a 60 Min chart is 40 points above the most recent close on a 1 Min Chart it makes the bars look really really small. There is a work around but it requires a lot of coding and then the plots look dysfunctional. Also pay attention to the CalculateOnClose (True/False) setting in the protected override void Initialize() of the base indicator, in your case the Stochastics. It will determine if the value plotted is for the most recent closed bar or the most recent tick on the faster chart. Try both.

      Hopefully NT 7.0 will take care of this problem.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by fx.practic, 10-15-2013, 12:53 AM
      5 responses
      5,404 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by Shai Samuel, 07-02-2022, 02:46 PM
      4 responses
      95 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by DJ888, Yesterday, 10:57 PM
      0 responses
      7 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by MacDad, 02-25-2024, 11:48 PM
      7 responses
      159 views
      0 likes
      Last Post loganjarosz123  
      Started by Belfortbucks, Yesterday, 09:29 PM
      0 responses
      8 views
      0 likes
      Last Post Belfortbucks  
      Working...
      X