Search results

  1. V

    How do you evaluate Nadella's work at MSFT?

    Win 10 is maybe good idea for entertainment devices, but the result is extremely bad and it may push more people and businesses to Apple. If after all win 10's trouble businesses start switching to Apple it will be extremely difficult to get them back from there - it is difficult to get a...
  2. V

    Historical Market Data - Where can I get a better format?

    For 15 years I am using SQL starting from SQL 2000 to store and analyze market data and I do not regret it, and I would never go back to excell. There could be other DB solutions like mySQL or Python and etc., Yet, if you want to work with excell (why to pay for Ms Office if SQL is free) good...
  3. V

    Historical Market Data - Where can I get a better format?

    If there is a lot of data I would go with SQL: https://www.microsoft.com/en-us/download/details.aspx?id=42299 1. it is FREE 2. IT is fast and handle well big sets of data 3. IF you get handy with SQL queries (very easy language) you may set different views for your needs 4. If you not familiar...
  4. V

    Need help setting up VWAP

    Define WVAP, and SD and why youe WVAP has upper and lower bands?
  5. V

    FED's rate meeting - What is it going to be now?

    Last two days of the past week brought bearish sentiment into the market. Many investors are asking themselves whether this is beginning of something serious or it is just pre - FED's meeting fever. Next week Fed's meeting regarding a rate increase definitely has some impact on the market...
  6. V

    Need help setting up VWAP

    Does not look like VWAP at all - should be one line. Whatever you posted looks more like Moving Average envelopes.
  7. V

    FED and Banks

    If the Government starts printing $$$ to pay off national debt, inflation would go up. 1. value of bonds will go down 2. Then investors will not want to hold bonds because their value is falling. 3. Then it will be difficult for the Government to sell bonds to finance the debt. 4. Then the...
  8. V

    Need help setting up VWAP

    I guess under VWAP you understand Volume Weighted Average price. It is calculated from the begining of a trading session, See http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:vwap_intraday and http://www.marketvolume.com/technicalanalysis/vwap.asp and it does not have...
  9. V

    FED and Banks

    For war you need to borrow more money for military. It will bring only profit to corporations, more debt for the Government and more dead and disabled war victims for people. Unless a war is used as a reason to increase taxes on the general population it will not solve the problem but bring more...
  10. V

    FED and Banks

    By reding the article at: http://finance.yahoo.com/news/the-federal-reserve-s--4-3-trillion-ticking-time-bomb-121801977.html let me get it straight: During financial crisis in 2008 the FED borrowed money from Banks at 0.5% rate just to lend the same money back to the Banks at 0.25% rate so the...
  11. V

    How to crawl historical intraday charts

    I guess you have to buy intraday historical data, create (if you have the right background) a charting soft which will auto-build historical charts and auto-save them as an image. You still will have to set an instruction (input data) for this soft. Then you still have to "enerate LaTeX code to...
  12. V

    How to crawl historical intraday charts

    Print Automation could be a problem. Never heard about anything like that. The only close thing comes to my mind is something like 1. Open a Microsoft Word file 2. scroll a chart to a specific day in history 3. press print screen button on a keyboard to take a chart's snapshot 4. Go to Word...
  13. V

    How to crawl historical intraday charts

    1. I can print the chart, I posted above. These stock charts have print option. 2. You can print anything you see on your monitor even if charts do not have print option - use print screen button on your keyboard and paste the screenshot into any redactor which allows you to print... I see no...
  14. V

    Buying a Trading System/Indicators

    1. They selling it because it works only some time. When market conditions are changed the system starts to fail it starts to generate signals either too late or too early. Let's say I have invited a system - you flip a coin and the coin tells you whether buy or to sell. Let's say I start to...
  15. V

    How to crawl historical intraday charts

    stock marker data are stored in a database and not on a web site. You may crawl HTML pages and source code of java scripts but it will give you nothing. You will not be able to get server side scripts and you will not be able to run scripts you got. You may get chart building java scripts but it...
  16. V

    Windows 10

    I have upgraded 2 computers to win 10 and one remain on Win 7. I have constant problem with drivers, onc a month system crashes and etc... Win 7 works perfect. I would say, if you do not do heavy stuff, run a lot of programs, do not have several extra monitors and etc then you may upgrade to...
  17. V

    GOOG

    Number of Advertisers (especially small companies) are abandoning online advertisement due to the high coast - money spent on advertisement are not paid off and for small companies who cannot pay big $$$ for big advertisement it is critical. By saying that I did not notice increase advertisement...
  18. V

    Stop Loss When Selling Put Options

    You can set a stop-loss to close a uncovered options position unless your broker does not allow it. It will be "Buy to Close" order as was mentioned above. There are no penalties for closing the position. You are just buying back the option put contract you previously sold. You may set stop loss...
  19. V

    AAPL

    chart courtesy of http://www.marketvolume.com/
  20. V

    Creating software to predict stock markets

    If you want to do analysis on the fly in real-time, the lowest level language would be recomended: C or C++. If you do not work in real time, then you may even use Java, VB net, C sharp and etc. For 1-2 year history you do need powerfuld database, MySQL or Microsoft SQL should be more than...
Back
Top