Search results

  1. D

    Data provider for real time tick-by-tick data

    API means that you receive the raw quotes only. The opposite is Display qoutes where an application, either provided by the quotes vendor or some other well known company (i.e. not a custom app), receives the quotes and displays it on a screen. Some quote vendor charge more for the raw (API)...
  2. D

    Data provider for real time tick-by-tick data

    How much is the monthly pricing for dxfeed, Nasdaq and NYSE equities only, Level I, using an API?
  3. D

    Can this trading system be sold?

    My two questions would be: 1) How scalable is the system? You say it works for a 6 figure account. Will it work for an account 10 or 100 times that size? 2) If the system requires only 10 minutes set up a day why on earth would you want to sell it?
  4. D

    Vanguard

    Details please
  5. D

    Vanguard

    I also have my IRA at Vanguard. They are definitely not for frequent traders, but for IRAs I am satisfied with their platform. Superb customer service.
  6. D

    How Ark ETFs are up 31% per year, yet investors still lost money

    https://www.wsj.com/articles/cathie-wood-ark-innovation-performance-11642175833?mod=tech_lead_pos12 THE INTELLIGENT INVESTOR How a Flood of Money Swamped Cathie Wood’s ARK The ARK Innovation ETF posted big returns, and big money followed. Now it’s the latest example of what happens when a fund...
  7. D

    Inverse Jim Cramer?

    Cramer may not make great stock picks, but he knows his political math. The other 50 senators no votes don't matter because VP Harris's vote breaks any 50-50 ties.
  8. D

    Newbie Help

    I agree with the other replies. Stay away from penny stocks. A penny stock is far more likely to go to zero than to double. If you don't have much money, it is better to buy a fraction of a good stock than to buy a penny stock.
  9. D

    Question about wash sale rules....

    https://greentradertax.com/how-to-avoid-taxes-on-wash-sale-losses/
  10. D

    Where would you park $800k?

    I am interested to hear your recommendation for how to achieve this.
  11. D

    Where would you park $800k?

    Have you done any basic research before recommending these securities, or are you just guessing that based on the ETF name, they will do for the OP? For example, QRMI (Global X NASDAQ 100 Risk Managed Income ETF) is already down 2.4% YTD and only has a 1.3% dividend yield; for comparison, SPY is...
  12. D

    Highest traded stock volume day ever nasdaq

    I can think of several good reasons for knowing -- Estimating max database requirements to store daily transactions; How many spaces to pad on report columns; Determining how many bits are needed for volume variables when coding, etc.
  13. D

    ETF Correlation Tool

    a) If you go to any of the popular ETF websites, such as etfdb.com or etfchannel.com, and search for an ETF, it usually will also display a list of similar ETFs. b) If the ETF is based on a specific index, google ETFs that use that index.
  14. D

    Getting HTML via Browser OK, via wget ERROR. Why?

    I webscrape over 2,000 web pages a day to update my database. In the past I used Selenium, but switched two years ago to Google's Puppeteer. I have yet to find a webpage that Puppeteer cannot handle. I even have one site where I have to click 4 buttons, then simulate a Save-As to get the data.
  15. D

    Getting HTML via Browser OK, via wget ERROR. Why?

    Yahoo is probably trying to prevent webscraping. Try adding the wget option "--user-agent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" to trick Yahoo that the request is coming from a browser.
  16. D

    6 reasons why Americans aren’t returning to work

    You actually listed 5 reasons, not 6. But good points. I would also add that workers in some industries, especially restaurant and retail, have decided that they are not going back to their old crummy job and are searching for a different career with better pay and benefits.
  17. D

    In MySQL, how to switch a table to do an inner join ?

    Try this: SELECT gr.* , if( gr.language = 1, english.greet, spanish.greet ) as `Greet` from greeting gr left join english_greet english on gr.greeting.id = english.greet_id left join spanish_greet spanish on gr.greeting.id = spanish.greet_id;
  18. D

    Hello, any Independent (Professional / Prop) Equity Traders that trade off analyst research ?

    i disagree. It is true that no one knows the future, but successful trading, or investing, is not about knowing the future. It is about estimating probabilities, and placing your money on the highest probability outcomes. While Goldman Sachs analysts may not know the future, an upgrade of a...
  19. D

    WHAT are the chances that Bitcoin will hit $100,000 by end of December?

    President Biden just nominated a well-known crypto critic, Saule Omarova, to be the Comptroller of the Currency. Don't expect any Bitcoin love from the Biden administration.
  20. D

    If I buy a stock in one account and short same stock in another account...

    This is wash sale. Not allowed by IRS. If you plan to hold the shares forever, then why are you worried about taxes?
Back
Top