Binance Futures Tracker
Budget: €30 – €250 EUR
In the Binance exchange, for futures trading, there is a ranking of the top traders and traders have the ability to share their open positions.
So anyone can select a trader (who shares their positions) and see the details (long / short, price, quantity, profit in USD, profit in%…), without having to log in.
The only information that is not there is at what time a position was opened.
By logging in, there is the possibility to follow the trader profiles and there is the possibility to receive a notification every time the trader applies a change to his positions/trades (without specifying however which position/trade has changed).
In summary, I would need a script / automation / bot to replace this process:
Open the page https: //.www.binance.com/it/futures-activity/leaderboard, filter the traders who share their positions, select the top 20 traders (Or a other number) who have obtained the highest return (ROI) or PNL (depends on what I Want) in the ranking on different time frames, understand which positions they have opened At which price and white the date and stay constantly updated on changes.
I would also need to obtain these data (open futures positions, closed positions, ...) in an .xls (or .txt)
simple example to better understand:
Trader1 - time 0
- long BTC / USDT
- long ETH / USDT
- long ADA / USDT
- short XRP / USDT
- short BTS / USDT
Trader 1 - time 1
- long ETH / USDT
- long ADA / USDT
- long XRP / USDT
- long LTC / USDT
script (output in excel):
"The positions of trader 1 have changed as follows:
- BTC / USDT -> position closed at price X at date 01/09/2021 at 07:00PM
- XRP / USDT -> from short to long at price Y 01/09/2021 at 09:00PM
- BTS / USDT -> position closed at price Z 01/09/2021 at 10:00PM
- LTC / USDT -> long opened at price P 01/09/2021 at 10:00PM
I would like to:
- the possibility to choose how often to be updated: seconds/minutes/hours/ days
- the possibility to choose how many traders which I get the data from (top 5, top 10, top 20 on leaderboard...)
- The possibility to choose between the ROI and the PNL ranking, or to get data from both if I choose to
This tracker can be on excel or custom python code as your comfort may be.
So anyone can select a trader (who shares their positions) and see the details (long / short, price, quantity, profit in USD, profit in%…), without having to log in.
The only information that is not there is at what time a position was opened.
By logging in, there is the possibility to follow the trader profiles and there is the possibility to receive a notification every time the trader applies a change to his positions/trades (without specifying however which position/trade has changed).
In summary, I would need a script / automation / bot to replace this process:
Open the page https: //.www.binance.com/it/futures-activity/leaderboard, filter the traders who share their positions, select the top 20 traders (Or a other number) who have obtained the highest return (ROI) or PNL (depends on what I Want) in the ranking on different time frames, understand which positions they have opened At which price and white the date and stay constantly updated on changes.
I would also need to obtain these data (open futures positions, closed positions, ...) in an .xls (or .txt)
simple example to better understand:
Trader1 - time 0
- long BTC / USDT
- long ETH / USDT
- long ADA / USDT
- short XRP / USDT
- short BTS / USDT
Trader 1 - time 1
- long ETH / USDT
- long ADA / USDT
- long XRP / USDT
- long LTC / USDT
script (output in excel):
"The positions of trader 1 have changed as follows:
- BTC / USDT -> position closed at price X at date 01/09/2021 at 07:00PM
- XRP / USDT -> from short to long at price Y 01/09/2021 at 09:00PM
- BTS / USDT -> position closed at price Z 01/09/2021 at 10:00PM
- LTC / USDT -> long opened at price P 01/09/2021 at 10:00PM
I would like to:
- the possibility to choose how often to be updated: seconds/minutes/hours/ days
- the possibility to choose how many traders which I get the data from (top 5, top 10, top 20 on leaderboard...)
- The possibility to choose between the ROI and the PNL ranking, or to get data from both if I choose to
This tracker can be on excel or custom python code as your comfort may be.