Search results

  1. O

    If I use a Canadian broker as American do I pay taxes twice?

    National Bank only accepts Canadian residents
  2. O

    how is centerpoint for pink sheet stocks?

    Anyone used them for pink sheet buying/selling ? Any excessive fees?
  3. O

    So nike bought a company that makes digital sneakers for the hyped up metaverse

    second life gone mainstream. Now with more buzzwords https://www.nytimes.com/2006/10/19/technology/19virtual.html
  4. O

    Not getting filled on OTC stocks

    What do you mean different to your limit? if it's a limit order it will not fill below that price. It works like any regular market except it's very thinly traded.
  5. O

    Not getting filled on OTC stocks

    You could probably sell to an other IB client or an other broker that offers pre-market trading but 95% of brokers that offer OTC don't place trades until 9:30AM
  6. O

    Not getting filled on OTC stocks

    OTC doesn't open until 9:30 AM
  7. O

    I just need a dma broker that allow trade OTC stocks at any price. Why is so hard do find ?

    It's too expensive and there isn't that much money in it for brokers, hence why they don't really offer it.
  8. O

    NSCC illiquid charges for buy or sell many otc stocks. Is a real risk ? Brokers really impose fees ?

    I only got one charge like that back in 2012 with a small brokerage firm. I don't think this will be an issue going forward because most illiquid and non-reporting companies have been delisted to the "expert market" which isn't tradeable on 99% of broker platforms anyway.
  9. O

    Tesla's hidden billionaire: How a retail trader made US$7 billion

    He was already a billionaire before he started doing his own investing in 2019.
  10. O

    Tesla's hidden billionaire: How a retail trader made US$7 billion

    The headline of the article is misleading. also
  11. O

    13% tax on self-employed professionals in Italy

    Well one of the few good things about Italy is E-trade allows accounts from Italy.
  12. O

    Tesla's hidden billionaire: How a retail trader made US$7 billion

    More like bored billionaire buys shitload of Tesla and gets lucky
  13. O

    How to profit from Polexit ?

    They are not leaving. Same with Hungary. The two countries are the biggest beneficiaries of Eu money. UK was a net payer.
  14. O

    OTC markets - Why some brokers like IB blocked ``unsolicited quotes`` stocks ?

    Apparently you can trade expert market stocks with Canadian Brokers but I don't know any that accept International Clients.
  15. O

    ThinkOrSwim Realtime for Canadians

    You have to ask for the commission discount. They will give it to you if you do enough trades.
  16. O

    Can't connect to API interactive brokers

    You are welcome! If you are starting out and wanting to send trade orders, I would recommend opening a paper trading account (it's free) and trying the API through that.
  17. O

    Can't connect to API interactive brokers

    Do you have a paper trading account or real account @ iB? From the code you pasted it looks like it's trying to connect to TWS on port 7497 Port 7497 is for connection to TWS using paper trading account Port 7496 is for connection to TWS using real trading account Port 4002 is for connection...
  18. O

    storing level 2 data

    You are right I did miss timestamp. It would be for display only (vuejs web app) and only 1 client would be fetching the data from db. Would Redis be better? I was thinking of using a combination of the pub/sub feature of Redis and socket.io to stream from the C# API into my web app. (each...
  19. O

    storing level 2 data

    I was thinking using the following structure: symbol, mmid, bid_price,bid_size,ask_price,ask_size
  20. O

    storing level 2 data

    What would be the best way to store Level2 data in mysql/postgres ?
Back
Top