Service of chart ( data history with timeframe ) provider
See original GitHub issueRegarding 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:
- Created 5 years ago
- Comments:10 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, we could add a timeframe to Ticker where 24 Hr is the default.
yes. And just set it to 24hr as default