Options

live tick value

Good day. Im new in coding and have recently started automating my smart trading. Im using python selenium and have hosted the script on a server with adequate connection speed. My automated trading depends on tick values. I had gone with the method of using webdriver.get(url) and logging in to my personal account and printed the values (as text of an html element) of the ticks from the red and blue small window from SmartTrader page. Problem is there is a lag between the price that appears from the binary personal accounts page and getting it printed to use it on my script., OR maybe its the method that I'm using. So i ask, is there a link, or a web that I can use to get the tick value of V_100(R_100)?

Answers

Sign In or Register to comment.