473,387 Members | 1,573 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to continuously capture a candlestick on an online chart?

Couple of alternative ideas would be great!
Apr 10 '19 #1
5 1953
gits
5,390 Expert Mod 4TB
please specify the issue more - as i understand it - the base to build upon would be just some random website that displays some graph which values you basically want to read automatically off that webpage since you dont want to use a backendservice from some provider which basically would deliver you the values right away?
Apr 11 '19 #2
Hi Gits,

Thanks. I want to record the candlestick as graphic/image and store it. The candlestick changes after some specified time like 1 minute, 3 minute, 5 minute etc. I want to record that candlestick for every change based on certain time frame.

Thanks again.
Apr 11 '19 #3
gits
5,390 Expert Mod 4TB
ok - so basically doing a 'screenshot' of the graph on the page according to a specifiable interval?

The problem with that is - that a webpage would have to be in a rendered state for that - meaning you would need to have a browser in which the graph is rendered - since this is usually done (in modern apps at least) by some javascript, websockets and canvas - which only 'live' at runtime and display what you want when the page is rendered. so you might use a PC and automate screenshots somehow or you can build an app for example with node.js and puppeteer or a similar package. basically you could look around website testing tools as well - they often have the ability to produce screenshots automatically - since its one of their purposes to do that for different browsers so that you can see where the page has issues.
Apr 11 '19 #4
Question about trading software?
Apr 15 '19 #5
gits
5,390 Expert Mod 4TB
may be - but - for a trading software it would be absolutely pointless to work with images and polling intervals - for such software a real service provider should be used who delivers the data in realtime if needed - so that actually the values can be used in the software for doing whatever analysis or automatism. with plain images its hardly possible in a useful way.
Apr 15 '19 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Alex Grichener | last post by:
I want to output a graph to the screen (X-axis, Y-axis, and all of the other things that constitute a graph), that will continuously plot something as time goes forward. So I will be constantly...
1
by: Brian Shade | last post by:
Hi all. I am having a bit of a problem with my Perl script and the creation of a chart. I can create the chart and create a new SeriesCollection. I then specify the XValues and the Values parameter...
4
by: David Kuok | last post by:
Dear Experts, In my ASP application, I have a chart that will popup in a new window. From the opener window, I want to add a button that will capture the chart to the clipboard and be able to...
1
by: Chris Ward | last post by:
Capture a client window and save as a file (bmp), WindowsXP platform. Does anyone know how to go about doing this with Managed C++ v7.1? Maybe GDI+? DirectX? IdeasVacuum
4
by: Steve Caliendo | last post by:
Hi, I need a candlestick chart control to use in ASP.NET. Anyone know where I can get one (free would obviously be better!) Thanks, Steve
0
by: Jon Paal | last post by:
To produce 1 dynamic chart, I add a control to my aspx page positioned in a placeholder. I need to have more than one chart and need to capture the chart control output so it can be complemented...
7
by: vbnetdev | last post by:
My boss wants this done in a day. I would be happy with a week! Anyway, I have a dataset filled with data and need to populate an MS word chart with it when writing a report. Any tutorials or...
3
by: bgold12 | last post by:
I'm curious about how websites deal with the problem of continuously growing data. For example, there are many forums that preserve all posts for many years back, and are continuously receiving and...
11
by: amin85 | last post by:
Hello, How can I write a formless application to view images? Thanks
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.