Domysee / BittrexSharp

C# Api Wrapper for Bittrex
MIT License
30 stars 16 forks source link

Add continuous Checking for open Order to BittrexOrderSimulation #3

Open Domysee opened 7 years ago

Domysee commented 7 years ago

BittrexOrderSimulation is a Bittrex api implementation that simulates all aspects of orders, so that it is possible to test trading algorithms without actually executing them. The last bit of simulation, continuously checking if the open orders are executed in another thread, is what this issue refers to.

BrewDawg commented 6 years ago

Hope this isn't too far off topic but brings up a interesting question. Bittrex states that you should only hit each of their rest API's once a minute of you could end up getting your IP address banned.

Domysee commented 6 years ago

Thank you @BrewDawg, I did not know that. This is definitely something that has to be considered.