JuDO-dev / AirBorne.jl

AirBorne a complete algorithmic trading framework in Julia.
http://judo.dev/AirBorne.jl/
MIT License
1 stars 1 forks source link

Study how best to handle of dual-listing and determine further actions if any to take #106

Closed brunocastroibarburu94 closed 1 year ago

brunocastroibarburu94 commented 1 year ago

Some companies can list their stocks in many exchanges, this is called dual listing. Which means that a single ticker can be traded at different exchanges at slightly different times.

One can carry stocks bought on one exchange and sell them into another, usually a day needs to pass before one can do that, not sure why though.

Depending on the fee structure this may be a profitable practice. I.e., buy on the cheap one, sell on the expensive one and overnight distribute.

brunocastroibarburu94 commented 1 year ago

Not sure which milestone this would correspond to, nor how it prioritize against other stories. Will leave in the parking lot in the meantime