473,471 Members | 2,008 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Tracking of Widget changes (Embed Code) - HOW?

1 New Member
Hi,

I have been searching for freelance software developer on different websites for a while but failed to find him for the software I need. Been studying and researching a lot how could i come as close as possible to the solution i am looking for: what needs to be done is changes tracking (monitoring) of graphical widgets (Embed code) that contains speedometers. Similar to the one(s) behind the steering wheel in a car. Each speedometer contains different circular areas and what I want is to track (and get screen pop up alerts) when it graphically travels from one to another circular area. Of course i would want to request where is starting area and where is destination area. If destination area is reached then alert should occur. There are around 500 different Embed Codes (speedometers) to be tracked. Each approximately once per 15 minutes but it would be great if i can define this ''check time'' manually. In order to present my question better, I will use an example:

Lets say I have speedometer on the following website (e.g. one of around 500 different speedometers to be tracked):

https://www.tradingview.com/symbols/AUDCAD/

The widget's Embed Code is here:

https://www.tradingview.com/widget/technical-analysis/

but unfortunately it doesn't seem to contain anything about speedometer's pointer (arrow) dynamic status.

I am wondering if there is any software or any custom solution (ideally service developer to whom i would pay to develop this for me) where would I track the changes in pointer's traveling? I define the condition which must happen in order for alert to occur. E.g. movement from ''Sell'' to ''Buy'' circular area. Or even better: particular pieces of each circular area so from one piece of one circular area to another piece of another circular area?

Is there any such tool, programming solution, freelancer to be hired (i already tried freelance websites!) that could do what i want?

Thank you a MILLION time in advance, your reply would be highly appreciated.
Oct 27 '18 #1
1 1080
gits
5,390 Recognized Expert Moderator Expert
well - i didnt look too deep into that - but basically i would expect that the widget is driven by some data. So the idea would be to hook into that data-stream and then handle the data as you wish. The widget just displays that data - if it has some logic that you want to 'reuse' as well - then you would need to find the entry point for the data and where you want to hook in during the widget's processing. All this would require control over the page and the code tho - which i assume here - you have.

PS: well i did now have a look into that link you provided - so - i assume you probably have a page where you want to include those widgets with the 'embed code'? That embedding creates an iframe in your page which then links to another domain. So any code in your own page is not allowed to access any information within iframes that come from another domain - due to the same origin policy. Otherwise it would be cross-domain-scripting (XSS). So in that case its not really possible to do what you want in a legit way.
Oct 29 '18 #2

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

Similar topics

4
by: Glenn Owens | last post by:
I have a DataGrid web control which I've dynamically populated with template columns to be used for bulk-editting. Generally, all of the columns are textbox and/or dropdownlist child controls. ...
1
by: fred tate via .NET 247 | last post by:
I'm working on a project that will track a great deal of data forindividuals and will keep track of users for a very long time (5- 10) years. I'm looking for options as far as tracking anddisplaying...
1
by: nicholas | last post by:
I use WebMatrix to modifie my asp.NET pages. Now, I noticed that WebMatrix changes the code without saying anything. example: <IMAGE ... is replaced with <img... (this is a specific tag for a...
7
by: Mike McGavin | last post by:
Hi everyone. I'm searching for a quick and dirty way to have psql record the SQL statements that I enter, especially those related to the database structure. My main motivation is to help...
2
by: Jay | last post by:
Is it possible to use the <% %> tag to embed a variable from page_load into a meta tag in the aspx source? Somehow I am not getting the value out of my variable properly - probably not using...
1
by: mcwd | last post by:
Hello, When using innerhtml to grab an embed it's already been run by the browser and most of the properties show up as blank. The result is flash without it's flashVars parameter and WMP...
4
by: gazelle04 | last post by:
I'm trying to track data changes on my database. On form I create a procedure on Before Update event to track data changes, here it is: (It also puts the username who changes the record. Dim ctl...
0
by: Rahul B | last post by:
Hi, I want to track the DML changes that are occurring on important tables. I can create a trigger to track these but how can i get the Ip address and SQl statement executed. Is there a way...
1
by: Becky99 | last post by:
In the database I'm working on (2003) I have a client table that includes a client status field, and I have a linked notes table that includes the note entry date, note type, and note details. Each...
0
by: howa | last post by:
Consider a simple HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>YUI</title> <link rel="stylesheet"...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.