is there any way to sort stocks according to the number of days the close is below the open over any given period of time, like in a column?
|
Is there a way to make an indicator based on a ratio of two symbols such as XLY / XLP?
|
Correction: Above I stated "new release patch notes" was at the top left, and I meant to say it was at the top right.
|
"New release patch notes" was at the top left corner of my version 12.3 up through this past Monday. Now its gone. As for opening htm files with my operating system, I never had a problem opening this worden link before and I don't have any problem opening htm links with any other program. Nevertheless, since the link is now gone from ver 12.3, how do I find the most recent release notes?
|
I'm using xp, but I think I really just failed in being more specific. I know how to get to folder options in control panel. What I don't know is how to create a file association for Worden. Suppose I want the file to open as a simple txt document. How to associate that with Worden's file is what I don't know about. I suppose I'm too used to these files just opening up automatically with every other program on my computer
|
When I attempt to access "new release patch notes" I get a popup that says "This file does not have a program with it for performing this action. Create an association in the folder options control panel."
While I can find the folder options in the control panel, I'm not sure how to create an association for it. Does anyone have any idea how this is done?
|
I know I can set up an indicator that will keep a cumulative score of data of some sort. Is there a way to set up an indicator or condition that counts how many days a certain condition occurred in a given time frame?
|
I was attempting to find stocks that have hit a new high in the last week which hadn't hit new highs anytime in the month before. In putting together the formula below I've found that each part of the formula (that which is between each 'or') works as a separate pcf but taken together it only produces results for the formula before the first 'or'. What's up with that?
H=maxh30 and H1<maxh28.2 and H2<maxh27.3 and H3<maxh26.4 and H4<maxh25.5 and H5<maxh24.6 and h6<maxh23.7 and h7<maxh22.8 and h8<maxh21.9 and h9<maxh20.10 and h10<maxh19.11 and h11<maxh18.12 and h12<maxh17.13 and h13<maxh16.14 and h14<maxh15.15 and h15<maxh14.16 and h16<maxh13.17 and h17<maxh12.18 and h18<maxh11.19 and h19<maxh10.20 and h20<maxh9.21 or
H1=maxh29.1 and H2<maxh27.3 and H3<maxh26.4 and H4<maxh25.5 and H5<maxh24.6 and h6<maxh23.7 and h7<maxh22.8 and h8<maxh21.9 and h9<maxh20.10 and h10<maxh19.11 and h11<maxh18.12 and h12<maxh17.13 and h13<maxh16.14 and h14<maxh15.15 and h15<maxh14.16 and h16<maxh13.17 and h17<maxh12.18 and h18<maxh11.19 and h19<maxh10.20 and h20<maxh9.21 or
H2=maxh28.2 and H3<maxh26.4 and H4<maxh25.5 and H5<maxh24.6 and h6<maxh23.7 and h7<maxh22.8 and h8<maxh21.9 and h9<maxh20.10 and h10<maxh19.11 and h11<maxh18.12 and h12<maxh17.13 and h13<maxh16.14 and h14<maxh15.15 and h15<maxh14.16 and h16<maxh13.17 and h17<maxh12.18 and h18<maxh11.19 and h19<maxh10.20 and h20<maxh9.21 or
H3=maxh27.3 and H4<maxh25.5 and H5<maxh24.6 and h6<maxh23.7 and h7<maxh22.8 and h8<maxh21.9 and h9<maxh20.10 and h10<maxh19.11 and h11<maxh18.12 and h12<maxh17.13 and h13<maxh16.14 and h14<maxh15.15 and h15<maxh14.16 and h16<maxh13.17 and h17<maxh12.18 and h18<maxh11.19 and h19<maxh10.20 and h20<maxh9.21 or
H4=maxh26.4 and H5<maxh24.6 and h6<maxh23.7 and h7<maxh22.8 and h8<maxh21.9 and h9<maxh20.10 and h10<maxh19.11 and h11<maxh18.12 and h12<maxh17.13 and h13<maxh16.14 and h14<maxh15.15 and h15<maxh14.16 and h16<maxh13.17 and h17<maxh12.18 and h18<maxh11.19 and h19<maxh10.20 and h20<maxh9.21 or
H5=maxh25.5 and h6<maxh23.7 and h7<maxh22.8 and h8<maxh21.9 and h9<maxh20.10 and h10<maxh19.11 and h11<maxh18.12 and h12<maxh17.13 and h13<maxh16.14 and h14<maxh15.15 and h15<maxh14.16 and h16<maxh13.17 and h17<maxh12.18 and h18<maxh11.19 and h19<maxh10.20 and h20<maxh9.21 or
H6=maxh24.6 and h7<maxh22.8 and h8<maxh21.9 and h9<maxh20.10 and h10<maxh19.11 and h11<maxh18.12 and h12<maxh17.13 and h13<maxh16.14 and h14<maxh15.15 and h15<maxh14.16 and h16<maxh13.17 and h17<maxh12.18 and h18<maxh11.19 and h19<maxh10.20 and h20<maxh9.21 or
H7=maxh23.7 and h8<maxh21.9 and h9<maxh20.10 and h10<maxh19.11 and h11<maxh18.12 and h12<maxh17.13 and h13<maxh16.14 and h14<maxh15.15 and h15<maxh14.16 and h16<maxh13.17 and h17<maxh12.18 and h18<maxh11.19 and h19<maxh10.20 and h20<maxh9.21
|
Oops! I'm sorry. I missed the second parentheses.
|