Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
AI Creates Small-Cap Convertible Bond Multi-Strategy Operation Interface Discussion
Although I graduated in Electronic Information Engineering, I haven’t done any programming in over ten years of working. Recently, taking advantage of my company’s AI Excel training, I had a sudden idea: I tried building a multi-strategy interface for small-cap convertible bonds using Python. The core of the strategy is based on the “Three Low” logic (currently working on real-time data retrieval for the interface; future plans include exploring strategies and interface based on real-time conditions). However, I encountered some issues during debugging: automatic login with username and password always fails, so I had to write fixed cookies from the browser into the program to get data properly. But fixed cookies expire after a while, requiring re-crawling and code modifications each time, which is very troublesome.
I would like to ask everyone:
Is there a way to get real-time convertible bond quotes stably without fixed cookies? For example, fully automatic login with username and password, or using other free data source APIs. I hope to achieve long-term stable operation without frequent code changes.