| sagargv |
|
Member, Platinum User, TeleChart
|
| Registered User |
|
|
|
|
| Unsure |
|
| Thursday, April 22, 2010 |
| Saturday, July 31, 2010 5:27:16 AM |
9 [0.00% of all post / 0.00 posts per day] |
|
|
I am trying to understand the code snippet above. Does this calculate the ExpMA of Price first and then calculate the LRS off the ExpMA? I am not able to spot the calculation of ExpMA of price in code. I can however see that you eventually divide the LRS value with the ExpMA of Price. Plz clarify. Thanks again.
|
|
Thanks. Is there a way to 'chain' indicators. For eg: Price -> Exp MA -> LRS : This would essentially give me LRS of Exp MA of Price. Thus I dont have to re-write library indicator code (as above) every time I need to customize further. Thanks again.
|
|
Hi, I would like to create an indicator which calculates the normalized linear regression slope (LRS) of Exp moving avg of price (LRS as a % of EMA(price)).How can i do that in real code. I can import LRS into realcode, however cant seem to understand how to feed in EMA(price) as input for LRS calculation.Similarly I would like to create an indicator for normalized LRS of OBV (LRS as a % of OBV). How can i achieve this in Realcode.Thanks.
|
|
Hi, Is it possible to setup automated trades via RealCode or some other mechanism based on rules? Thanks.
|
|
Thank you... will do.
|
|
I seem to be hitting into error when i do 'save chart' on the chart tab. I get the following error:System.NullReferenceException: Object reference not set to an instance of an object. at WBI.Workspace.Nodes.NamedNode.SaveMetaFile (FileMetaData meta, FileInfo aFile, String XML)at WBI.Workspace.Widget.SaveWithMeta(FileMetaData meta, FileInfo aFile)at WBI.Workspace.Nodes.WindowNode()I have couple of std. indicators on my chart like: BB, Stochastics, MACD.Any suggestion to resolve this?Thanks.
|
|
I seem to be getting similar error message when I try to 'Save Chart' from the Chart tab. I am using StockFinder 4.x."System.NullReferenceException: Object reference not set to an instance of an object.at WBI.Workspace.Nodes/NamedNode.SaveMetaFile(.........)........."Any suggestion? Thanks.
|
|
Is it possible to view charts with 1min bars for a day in the past. For eg: I am trying to view 1min chart for Apr 30th (2010). 1min charts only seem to go upto May 4th (a day prior to today). Similarly 5min charts are only available for upto Apr 28th. Is this a restriction in what data is available? I have subscribed to Platinum suite.Also will this be a restriction with BackScanner not being able to access 1min charts in the past (beyond 1 or 2 days)? Thanks.
|
|