Trade Analyzer -- 2
Budget: $10 – $50 USD
Project is connected to website bscscan.com. We need a program which will analyze trader decisions. Variables: BscScan account Username and Password (if required) Wallet Address List Timeframe - (days and hours) for example, transactions that happened in the last 2 days and 5 hours. Exchange Names (Examples, Pancake Swap, Uniswap and etc...). At the moment we need only Pancake Swap. *Percentage Difference Between Purchased and Sold Tokens - check only those token transactions that have percentage more than it's indicated in this field. The program should do the following with the indicated wallet addresses: Check Buy and Sell transactions in the indicated timeframe. - 1) Create each .csv file for each wallet (set wallet address as file name). Transactions should be grouped by Token Names. In the .csv file there should be the following data on each row: Token Name, Wallet Address, Transaction Time, Received Token Amount, Purchased BNB value, Purchased USD value, Sold Token Amount, Sold BNB Value, Sold USD Value, Percentage Difference Between Purchased and Sold Tokens, Profit/Loss BNB, Profit/Loss USD. (Use only those token transactions which had both buy and sell transactions.) - 2) Create .csv file (set "all" + current time as file name). (for example, all_13-08-2021_22-08.csv). Transactions should be grouped by wallet addresses. In the .csv file there should be the following data on each row: Wallet Address, Purchased BNB value, Purchased USD value, Sold BNB Value, Sold USD Value, Profit/Loss BNB, Profit/Loss USD. (Use only those token transactions which had both buy and sell transactions.) - 3) Create .csv file (set current time as file name). Transactions should be grouped by Token Names. In the .csv file there should be the following data on each row: Token Name, Number of Buyer Wallets, Purchased BNB value, Purchased USD value, Number of Seller Wallets, Sold BNB Value, Sold USD Value, Difference Between Buyer Number and Seller Number, Difference Between Purchased and Sold BNB, Difference Between Purchased and Sold USD. (Use only those token transactions which had both buy and sell transactions.) (Use ALL token transactions.)