ronaldlam / Autotrageur

Automated arbitrageur
2 stars 1 forks source link

Map exchange buy order amount to opposite exchange sell amount #236

Closed jaonewguy closed 5 years ago

jaonewguy commented 5 years ago

For #229

jaonewguy commented 5 years ago

This way, some strategy that requires a sell side target price will be able to access the orderbook in the same fashion.

Unsure what you mean by this, you mean a strategy that requires an actual sell target amount and not just an amount to calc spread with?

ronaldlam commented 5 years ago

Yes, but taking a second look, that's not so effective, since execute_market_sell doesn't use the same mechanism anyway. I think it's fine as is for now.