Looking for a solution to automate my trades based on a specific index
I want to set up an automated copy trading system that works as follows: import a CSV file containing the history and composition of an index portfolio, then directly synchronize changes and rebalancing on my trading account.
The ideal workflow would be: CSV data → analysis of portfolio changes → automatic order execution on my platform.
Has anyone already experimented with this kind of integration between an index tracking system and a trading platform? Are there tools or APIs that could do the job?
View Original
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
15 Likes
Reward
15
4
Repost
Share
Comment
0/400
CryptoSourGrape
· 6h ago
If I had known there was such a handy tool, I would have automated it earlier. Now I regret it to death.
View OriginalReply0
GasOptimizer
· 6h ago
Isn't this just wanting an index tracking bot? Just connect the API, like CCXT or the native exchange API, to save trouble.
View OriginalReply0
PretendingSerious
· 6h ago
Isn't this just trying to create an automated index tracking bot... To be honest, the barrier to entry isn't as high as I imagined.
Just use the API interface and CSV parsing to get it done; the key is that the platform itself must support it... But to be safe, it's better to test a few more rounds.
View OriginalReply0
DefiVeteran
· 6h ago
Sounds good, but this kind of automation depends on whether your exchange supports APIs. Some exchanges have very strict restrictions.
Looking for a solution to automate my trades based on a specific index
I want to set up an automated copy trading system that works as follows: import a CSV file containing the history and composition of an index portfolio, then directly synchronize changes and rebalancing on my trading account.
The ideal workflow would be: CSV data → analysis of portfolio changes → automatic order execution on my platform.
Has anyone already experimented with this kind of integration between an index tracking system and a trading platform? Are there tools or APIs that could do the job?