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

Recreating an indicator available only on Bloomberg

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

    Recreating an indicator available only on Bloomberg

    Hello Every One,

    Currently there is an indicator which is only availabe only on Bloomberg. This is a third party indicator. Can some one be kind enough to code this on Ninjatrader? More importantly, I am uploading a document which talks about this indicator. It should be self explanatory.

    Also please let me know whether if you have all the information which is necessary to codet this indicator on Nijjatrader.

    Thanks & Regards,
    Attached Files

    #2
    Hello agassi,

    You can also look into our Certified NinjaScript Developers to develop this indicator: http://www.ninjatrader.com/Ecosystem/NonBroker.php#81

    Comment


      #3
      Thanks. Would you or some one know if there is enough information to code this indicator? You can refer to the pdf document which I have uploaded.

      Comment


        #4
        Originally posted by agassi View Post
        Thanks. Would you or some one know if there is enough information to code this indicator? You can refer to the pdf document which I have uploaded.
        There is not enough information in the file. It is just a description, with no in-depth details of how the lines are being calculated.

        Comment


          #5
          Based on what I have read and seen, it looks like a moving average of "Bids" and "Asks". The default is 5 meaning.

          1) Take the last 5 bids
          2) Calculate a simple moving average
          3) Plot a line at the bottom of the chart.
          4) Take the last 5 asks
          5) Calculate a simple moving average
          6) Plot a line at the bottom of the chart

          Now to have this indicator working, you would need real time tick data. I am aware that NT does not save this as and when it is drawn. I think there is a way to record it. Please let me know if this helps? or not?

          Comment


            #6
            I am aware that the bids and asks keep changing all the time. So I am not sure on what basis they are calculating the moving average of the bids and asks. Say I am looking at a 1 minute chart. If I had this indicator on Bloomberg, it would automatically calculate the moving average of the last 5 1 minute bars of both bids and asks and plot it below.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Tim-c, Today, 03:54 AM
            0 responses
            3 views
            0 likes
            Last Post Tim-c
            by Tim-c
             
            Started by FrancisMorro, Today, 03:24 AM
            0 responses
            2 views
            0 likes
            Last Post FrancisMorro  
            Started by Segwin, 05-07-2018, 02:15 PM
            10 responses
            1,772 views
            0 likes
            Last Post Leafcutter  
            Started by Rapine Heihei, 04-23-2024, 07:51 PM
            2 responses
            31 views
            0 likes
            Last Post Max238
            by Max238
             
            Started by Shansen, 08-30-2019, 10:18 PM
            24 responses
            945 views
            0 likes
            Last Post spwizard  
            Working...
            X