Quote from MACD_addy:
How would one go about buying a stock on one exchange and immediately selling on another. For instance, there are several stocks listed on the Canadian TSE that are also listed on Nasdaq or NYSE. I have observed many instances where because of currency rates an interlisted stock is mis-priced in one market relative the other.
So how would I go about buying it on say the TSE using $CDN and then immediately selling it on the Nasdaq for $US and taking advantage of currency rates? Can this be done? Is the stock bought in one market fungible in another? Would this require a special clearing arrangement? Any info is greatly appreciated.
MACD
MACD_addy,
SET-UP
1) TSE quoted stock $CDN:
BIDtse($cdn) ASKtse($cdn)
2) TSE quoted stock $US:
BIDtse($us) ASKtse($us)
[ 2) obtained by writing a link into Excel and applying a streaming $cdn:$us exchange rate... ]
3) NYSE American Depositary Receipt (ADR) $US quotation:
BIDadr($us) ASKadr($us)
If mod[BIDtse($us), ASKtse($US)] < > mod[BIDadr($us), ASKadr($us)], where 'mod' is the spread modulus, then there may be scope for profitable arbitrage...
Only play this game on relatively liquid stocks... execution issues on either or both of the legs is the BIGGEST risk to this strategy... precise execution on the less liquid ADR leg is the most frequent cause of difficulty... exchange rate risk is not a significant risk, if your trades are closed out by the end of the day (so there is no practical need to add a further layer of costs by hedging out the exchange rate risk)...
Ensure that the arbitrage opportunity > 3 x commissions... can write an additional piece of code in Excel VBA and translate that to a real time commission-inclusive arbitrage channel line graph... this yardstick keeps you in the game (what's left of it anyway... ROFL!
)... the big boys have muscled in on this game, and the scope in this game is not as great as it used to be i.e. international pricing has gotten much more efficient...To quote rharp from a previous post:
"arbing has a limited reward
the more who do it.........the smaller the window.
So I doubt you'll see anything of value here for the thread. What incentive does anyone have of making the window smaller?"
My incentive in giving you this basic method is that I fully agree with rtharp... I have found the scope for the above strategy has shrunk bigtime... given that this is not my bread and butter strategy, I don't particularly care if more people play this specific game...
Hope this helps,
Candle