• Ask a question
  • Spaces
    • TT® Platform
    • Autospreader®
    • Autotrader™
    • Charting & Analytics
    • Options
    • ADL®
      • ADL Samples
    • RTD
    • APIs
      • TT .NET SDK
      • TT API & XT API
      • TT REST API
    • Cryptocurrencies
    • Topics
    • Questions
    • Articles
    • Ideas
    • Badges
  • Sign in
  • Home /
  • ADL® /
avatar image
1
Question by AndrewR · Sep 27, 2018 at 09:34 PM · ADL®

The TT ADL Analytics block is underway!

Stay tuned to this thread for further information. As we make progress, I'll post pics, videos, etc.

Regards,
Andrew Renalds,
Product Manager, ADL

Comment
Add comment Show 1
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image rguha · Oct 22, 2019 at 02:18 PM 0
Share

Is the Analytics block enabled in prod-live environment? If not, what is the timetable. Thank you.

45 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by AndrewR · Jun 04, 2019 at 09:31 PM

ADL Analytics block 1.0 has been enabled on all production Algo Servers. Specifically, the first version supports time bars (historical + live). Documentation can be found here.

As noted above, the first set of time-based analytics is now available in our test environment - https://adl-tt-accept.trade.tt/. We are targeting to release this in our next major deployment. Stay tuned for further details...

Regards,
Andrew

Comment
Add comment Show 4 · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image dojo44 · Sep 21, 2020 at 05:07 PM 0
Share

Concerning "historical data". How exactly does this work. It seems to me that if I specify 1 min interval with 15 bars that in 15 minutes i will have 15 pieces of minute bar data, OR is it that I will instantly have a history of data 15 minutes in the past?

avatar image russelltromans-1 dojo44 · Sep 22, 2020 at 03:50 PM 0
Share

You will immediately have access to the last 15 bars of 1 minute data. You access the data for each bar by amending the index value.

avatar image dojo44 russelltromans-1 · Sep 22, 2020 at 04:05 PM 0
Share

Thanks for getting back to me. Just to be clear, I will always get the last 15 bars of data as specified by the intervals. i.e. if I specify and interval of 1440 then I will get 15 daily bars instantly?

Show more comments
avatar image
1

Answer by harpreetsachdev87 · Aug 29, 2019 at 06:35 PM

Believe me Daniel, I understand how complex software projects such as this can be. But we're still paying customers (more than 10 years here) and just in the last few weeks I've had to open incident tickets that I am surprised I had to even open for a software that's been many years in the making. Between that, the almost daily bugs I find during trading and non responsive account managers at TT, things are getting a bit annoying now.

I don't want to sidetrack this thread, so will just get back on topic...

Any update on the analytics block? Also, when will it support spreads?

Comment
Add comment · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by AndrewR · Oct 04, 2018 at 03:10 PM

Preview...


screen-shot-2018-10-04-at-100908-am.png (215.4 kB)
Comment
Add comment · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by akanawati101 · Oct 08, 2018 at 10:15 PM

I am so excited! LET'S GET THAT DOUGH!

Comment
Add comment · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by bg111 · Oct 26, 2018 at 03:57 PM

Any picture or video to keep us... excited for the end of the month?!

Comment
Add comment · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by jcassidy · Nov 29, 2018 at 04:39 PM

update on analytics block?

Comment
Add comment · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by rossaymami · Nov 30, 2018 at 10:07 PM

Will it be here for Christmas?

Comment
Add comment · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by AndrewR · Dec 05, 2018 at 10:02 PM

We are targeting to start a beta with a small set of users beginning Dec 15. After we get some traction to shake out any issues, we'll open this up to all users to have a look. Stay tuned for further information. But in the meantime, here's a preview of how it will look and function.

The Analytics block will offer time and volume bars. In this example, we are specifying one minute bars. Notice that the interval is an input so it can be set at start time but cannot be changed afterwards.


The top bar is the one which is currently in progress. The start time ("start_0") for this bar is expressed as seconds since epoch. You can pick and choose which bar outputs that you want to display. When the bar closes, a discrete event is fired from the OnBarComplete output port.

When the algos starts, it will load historical data based on how you've set the parameters, subscribe for live prices, and then stitch these together to form a continuous stream. In this example, we have chosen to store four 1-minute bars with Data Access Method = "ALL". As you can see, this means that the outputs for all bars are displayed as output ports. (Our code name for this internally is called "totem pole mode".) As the top bar completes, the data for the bars will shift down.

You can also choose Data Access Method = "Index". This effectively a data retrieval style similar to the Value Bucket block. A new input port called "Index" becomes visible that drives which bar's values will appear in the bottom set of output ports. The Index value can change at any point.


This example only shows bar data for the Analytics Type. But we will be adding a whole array of analytics which, when selected, will provide their results via additional output ports.


screen-shot-2018-12-05-at-33340-pm.png (247.1 kB)
screen-shot-2018-12-05-at-33359-pm.png (220.0 kB)
Comment
Add comment Show 3 · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image carlosbahiabr · Feb 09, 2019 at 08:38 PM 0
Share

What kind of interval type will be available ?

What about renko chart ?

thank you

avatar image Damon ♦ carlosbahiabr · Feb 11, 2019 at 02:22 PM 0
Share

The Intervals are in Time (minutes) and Volume bars. The various Technical Indicators are currently being worked on to be implemented at a later date.

avatar image aaronlee8038 Damon ♦ · Feb 12, 2019 at 05:46 PM 0
Share

How do we get access to this, or is it not available yet.

avatar image
0

Answer by JFP · Dec 13, 2018 at 01:10 PM

Count me in. Would LOVE to play around with this

Comment
Add comment · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by aaronlee8038 · Jan 11, 2019 at 11:54 PM

Any update on this?

Comment
Add comment · Share
10 |1800 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • 3
  • 4
  • 5
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Community

Ask questions and share ideas about the TT® and X_TRADER® platforms.

First time here? See our Getting Started Guide and FAQs.

Follow

Follow this Question

Answers Answers and Comments

48 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

GeneratorBlock inside virtualised block 1 Answer

Search String on ADL Instrument - Option Underlying and Strike 1 Answer

Value Bucket Update Only on Matching Hole Value 2 Answers

Same Algo/Buy or Sell Entry as Alternative to Flip For Sell Logic 2 Answers

range value store,range 1 Answer

Trading Technologies Home - Legal - Privacy - Contact

© 2017 Trading Technologies International, Inc. All rights reserved.

Powered by AnswerHub

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Create an article
  • Post an idea
  • Spaces
  • TT® Platform
  • Autospreader®
  • Autotrader™
  • Charting & Analytics
  • Options
  • ADL®
    • ADL Samples
  • RTD
  • APIs
    • TT .NET SDK
    • TT API & XT API
    • TT REST API
  • Cryptocurrencies
  • Explore
  • Topics
  • Questions
  • Articles
  • Ideas
  • Badges