Recent content by snorton

  1. S

    Stock Watch Pro

    The new version (2.4) has been out for more than a month. As promised, it fixes stability issues some of you experienced. As of the new release, we haven't received any complaints about stability. You can download it from http://www.crontech.com/swp/download.html CronTech.com Support
  2. S

    Stock Watch Pro

    We traced the lockups that some of you experience to an issue in Quote.com data feed layer. We came up with a workaround which is currently being tested. If your workspace locks up, please email it to support@crontech.com for testing. Regards, CronTech.com Support
  3. S

    Detecting Unusual Volume in Real-Time

    This can be done with Stock Watch Pro. For example, the following formula detects when 30-minute volume is 50% above average 30-minute volume during the last 5 days, during the same time of the day: Bar[Volume,30] >= 1.5 * (Bar[Volume,30,13] + Bar[Volume,30,26] + Bar[Volume,30,39] +...
  4. S

    Stockwatch Pro vs. Investor RT

    Quote.com allows multiple logins from the same IP. Therefore, you can run QCharts & SWP concurrently from the same computer.
  5. S

    Stockwatch Pro vs. Investor RT

    bungrider, I suggest you email your workspace to support@crontech.com. Our developers will investigate all issues you mentioned and will fix them if they indeed exist. Without your workspace, they can't reproduce the problem and therefore can't fix it. As far as the Quote.com issue with...
  6. S

    StockWatch Pro comments & ideas

    SWP screener works on HotLists by scanning the new set of symbols from each update. To setup a screener on HotLists, open that HotList in Level I window, then add the screener. Screener dialog will show up with the current symbols from the hot list. It doesn't really matter what shows up in the...
  7. S

    StockWatch Pro comments & ideas

    corvus, I see you tried this around 3am. Quote.com resets daily bars after midnight, so you won't get Bar[Open,D] (and other daily bar values) until 9:30am when the regular session starts.
  8. S

    StockWatch Pro comments & ideas

    fleance, - You can control the frequency of hot list updates via Edit -> Preferences -> Misc tab. - You can adjust candlestick spacing by clicking on "SP" buttons with horizontal arrows on chart toolbar (see http://www.crontech.com/swp/demo3.html for Horizontal Scaling buttons) - You...
  9. S

    StockWatch Pro comments & ideas

    1Reason, What you described under "crashes/locks up" sounds more like a Quote.com server disconnect. If it actually crashes, I suggest you get the new version 2.3.1 just released. You can download it from http://www.crontech.com/swp/download.html Issues with trendlines are already fixed...
  10. S

    StockWatch Pro comments & ideas

    George, SWP developers are working on eSignal support. That's a big project, so I don't have a timeline for you yet. Steven Norton Cron Technologies http://www.crontech.com/swp snorton@crontech.com
  11. S

    StockWatch Pro comments & ideas

    I gave a simple example, just to give an idea. Provide your definition of correlation and I'll show you how to implement it in Stock Watch Pro.
  12. S

    StockWatch Pro comments & ideas

    Yes, you can find correlated stock using Stock Watch Pro. For example, to find stocks which had the closest 3-day percentage change to MSFT, you can setup a screener with the following formula (based on %change ratio): MomentumROC[Momentum,Close,3,1,D] /...
  13. S

    StockWatch Pro comments & ideas

    As far as the crashes, email support@crontech.com with your workspace. The new build coming out in a few days will solve stability issues. As far as the scanner issues, are you sure you set it up correctly? Email support@crontech.com with your scanner formula and describe what you expect it...
  14. S

    StockWatch Pro comments & ideas

    We identified the problem causing stability issues. A new release (coming out in a few days) should solve this issue. If you are currently experiencing shutdowns, please send your workspace to support@crontech.com Steven Norton Cron Technologies http://www.crontech.com/swp snorton@crontech.com
  15. S

    Web site with premarket gap info?

    You should be able to scan for premarket gaps using Stock Watch Pro (it's a QCharts add-on). The scanner formulas will look something like this: 1 point gap-up: Bid > Bar[Close,D,1] + 1 1% gap-down: Bid < Bar[Close,D,1] * .99 1 point gap-up: Ask > Bar[Close,D,1] + 1 1% gap-down: Ask <...
Back
Top