Originally posted by 1Reason
SWP works for screening hugh amounts of stocks for formulas that you program. I dont know of any other program that does this for the same or even close price.
SWP "crashes/locks up" almost every day at least two or three times. Usually doesnt require a reboot of the computer but sometimes its hard to spot as it just stops doing anything. I have a level II display on it just so I will notice when it stops working.
When it works it works pretty good, especially when you consider the price.
What I would like to see done includes
1. current symbol listed window (upper left) made longer to fit in the whole symbol. usually it says NASDAQ:Q or something like it so you know the current symbol is in the nasdaq but you may not know what the actual stock is. big pain
2. more stable more stable more stable
3. LOTS MORE documentation. I wish the amount of examples and etc. were times by twenty. Should have a 200 page manual to come with. That would be great for us formula guys. - I will say in all fairness that when I have emailed asking how to make a formula they have replied quickly with the correct methods.
4. Fix the trend lines in multiple time charts for the same symbol. The trend lines get messed up if you change the time period and go back to the original time period.( i.e. go from 5min chart to 15 min chart back to 5 min chart)
5. Allow a change in the default time and sales window. I wish everytime I set a new T&S window I did not have to go in and filter for only trades.
6. The formula building is great ( its the main reason I use SWP), one way to make it better is to allow if then statements like tradestation so that I could build better alert formulas. As it stands right now I have to manually do counting of bars that I wish SWP would do for me.
Thanks
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 (as of version 2.3 and above).
If-then statements are available in SWP formula language. Example: If RSI is below 25 plot the low of the price bar, else if RSI is above 75 plot the high of the price bar:
(RSI[RSI,14,D] < 25) * Bar[Low,D] + (RSI[RSI,14,D] > 75) * Bar[High,D]
I noted the rest of your suggestions. Thanks.
Steven Norton
Cron Technologies
http://www.crontech.com/swp
snorton@crontech.com
