Registered User Joined: 8/14/2009 Posts: 4
|
Hello
I would like to create a line that gives me the following
indicator=last price*(1+0,05)
This is to be used for selecting exit/target price, 0,05 is a 5% apreciation over current price and I don't mind adjusting this manually if needed. How would I go about creating this so that it can be used as a child plot to price history.
Thankfully accepting assistance
/HH
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The following RealCode Indicator should work (note that my example uses US Regional settings):
RealCode for Real People: Indicators
Plot = Price.Last * 1.05
You can just Drag and Drop it onto Price History (not just into the Price History Pane) and select Overlay with Price History to get it Scaled with Price History.
Working with Indicators
-Bruce Personal Criteria Formulas TC2000 Support Articles
|