You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
The algorithm is using the best bid and best ask as input to the graph. However, for most coins, their price is much lower than BTC/ETH, thus the actual filled price will differ from the best bid/ask.
Any plan to support average price rather than best price?
The text was updated successfully, but these errors were encountered:
I had been busy the past few months with work but I will be adding this feature to the project. It will be first developed in the dev branch. To clarify, you do mean the average of the best bid and ask, correct?
@wardbradt do add to his question, does the script, for example use the ask or bid price to find arbitrage opportunities for single exchange multi-currencies?
The algorithm is using the best bid and best ask as input to the graph. However, for most coins, their price is much lower than BTC/ETH, thus the actual filled price will differ from the best bid/ask.
Any plan to support average price rather than best price?
The text was updated successfully, but these errors were encountered: