Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 3/10/2005 Posts: 7
|
Is it possible to to set rsi up with the numeric values present on the chart.
How can I draw trendlines on the indicators in the lower frames.
Is it possible to adjust the screen to the left so that the right side is open with just time represented.
Thanks
dcan4
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
QUOTE (dcan4) Is it possible to to set rsi up with the numeric values present on the chart.
For most settings of RSI, yes. If Use Wilders Smoothing is checked and the Avg Period is not one, the formulas quickly become too long to be practical however (but Avg Periods greater than one are not generally used when Use Wilders Smoothing is checked).
- RSI Period: 14
- Use Wilders Smoothing: Unchecked
- Avg Period: 5
- Average Type: Simple
RSI14.5
- RSI Period: 7
- Use Wilders Smoothing: Unchecked
- Avg Period: 3
- Average Type: Exponential
XAVG(RSI7,3)
- RSI Period: 5
- Use Wilders Smoothing: Checked
- Avg Period: 1
- Average Type: Doesn't matter (because the Avg Period is 1)
50 * (C - XAVGC9.1) / 5 / (.20001701556587 * (ABS(C - C1) + .8 * (ABS(C1 - C2) + .8 * (ABS(C2 - C3) + .8 * (ABS(C3 - C4) + .8 * (ABS(C4 - C5) + .8 * (ABS(C5 - C6) + .8 * (ABS(C6 - C7) + .8 * (ABS(C7 - C8) + .8 * (ABS(C8 - C9) + .8 * (ABS(C9 - C10) + .8 * (ABS(C10 - C11) + .8 * (ABS(C11 - C12) + .8 * (ABS(C12 - C13) + .8 * (ABS(C13 - C14) + .8 * (ABS(C14 - C15) + .8 * (ABS(C15 - C16) + .8 * (ABS(C16 - C17) + .8 * (ABS(C17 - C18) + .8 * (ABS(C18 - C19) + .8 * (ABS(C19 - C20) + .8 * (ABS(C20 - C21) + .8 * (ABS(C21 - C22) + .8 * (ABS(C22 - C23) + .8 * (ABS(C23 - C24) + .8 * (ABS(C24 - C25) + .8 * (ABS(C25 - C26) + .8 * (ABS(C26 - C27) + .8 * (ABS(C27 - C28) + .8 * (ABS(C28 - C29) + .8 * (ABS(C29 - C30) + .8 * (ABS(C30 - C31) + .8 * (ABS(C31 - C32) + .8 * (ABS(C32 - C33) + .8 * (ABS(C33 - C34) + .8 * (ABS(C34 - C35) + .8 * (ABS(C35 - C36) + .8 * (ABS(C36 - C37) + .8 * (ABS(C37 - C38) + .8 * (ABS(C38 - C39) + .8 * (ABS(C39 - C40) + .8 * (ABS(C40 - C41) + .8 * (ABS(C41 - C42)))))))))))))))))))))))))))))))))))))))))))) + 50
QUOTE (dcan4) How can I draw trendlines on the indicators in the lower frames.
While it is possible to use the Drawing Tools in any Pane in StockFinder, the Drawing Tools in TeleChart are linked to the Price Scale and can only be drawn in the Top Pane.
QUOTE (dcan4) Is it possible to adjust the screen to the left so that the right side is open with just time represented.
This is not possible in the current version of TeleChart. The closest workaround I can think of in TeleChart would be to Plot a Days Ago version of Price as a Custom Indicator (this would be a Line Chart only) with the built in Price Plotted in the background color. This would allow you to have usable space on the right beyond the most recent Price Value.
There is an example near the end of the RealCode Programmers Reference called Using RealCode to extend the chart forward X number of Bars that should allow you do what I think you want in StockFinder.
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF)
Plotting Custom Indicators with Examples
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
Cascades of Moving Averages
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 3/10/2005 Posts: 7
|
Thanks Bruce. Yea I've looked at stockfinder and it looks great. I am considering the switch, I'm just not sure I want to live without the Worden report and Knight's submissions.
|
|
Guest-1 |