Exchange Fees are Assumed Leading to Incorrect Purchase Quantities
Steps were provided in a detailed email, bug identified was that the exchange fee of 0.5% was assumed. As a Systems Engineer and Developer for 17 years, this is lazy development. All exchanges have the API command of "GET /fees" which returns a JSON message like this:
[
{
"maker_fee_rate": "0.0008",
"taker_fee_rate": "0.0012",
"usd_volume": "1784369.21"
}
]
Add this line of code so that each individual profile is populated with the current fee as a dynamic variable as opposed to a lazy static variable. 3Commas has it, Quadency has it, no reason why Altrady can't have it.
Suggested almost 5 years ago
1 comment
Benoist
Thank you for your kind encouragement. We will see what we can do.
almost 5 years ago