question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Service of chart ( data history with timeframe ) provider

See original GitHub issue

Regarding the XChange API, we lacks of some interfaces to fetch chart history ( ticker data ) on differents timeframes.

Some exchanges provide this kind of data. As example Bittrex provides chart data. A method already exists in BittrexMarketDataServiceRaw : List<BittrexChartData> getBittrexChartData

This method is never used, i guess there are some other in others exchanges.

So, why not creating a method in MarketDataService ?

List<ChartData> getChartData(ChartParams)

ChartData
  private final Date timeStamp;
  private final BigDecimal open;
  private final BigDecimal close;
  private final BigDecimal high;
  private final BigDecimal low;
  private final BigDecimal volume;
  private final BigDecimal baseVolume;
  private final String timeframe 

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
timmoltercommented, Jan 10, 2019

Yeah, we could add a timeframe to Ticker where 24 Hr is the default.

0reactions
timmoltercommented, Mar 15, 2019

yes. And just set it to 24hr as default

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sierra Chart Real Time and Historical Forex and CFD Data ...
Sierra Chart offers a high quality real-time and historical Forex and CFD (Contract for Difference) Data service. The service is supported by redundant...
Read more >
History Center - Tools - MetaTrader 4 Help
In the "History Center" window, the available data can be changed. For this, it is necessary to select the desired symbol and timeframe...
Read more >
Timeline chart options | Looker - Google Cloud
Timeline charts help you visualize the relationship between groups of events and compare the timespans over which these events took place.
Read more >
How to Download MetaTrader 4 Historical Data
Then download timeframe you need in the History Center. This post will show you exactly how to do this.
Read more >
What are Timeline Charts and How to Use Them?
1. Choose an event or process you’d like to represent with your timeline. 2. Collect all relevant information, such as dates, tasks, descriptions,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found