Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: sagargv
About
User Name: sagargv
Groups: Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, April 22, 2010
Last Visit: Saturday, July 31, 2010 5:27:16 AM
Number of Posts: 9
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: normalized linear regression slope of EMA(price) & OBV
Posted: Thursday, July 22, 2010 11:20:38 PM
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.
Topic: normalized linear regression slope of EMA(price) & OBV
Posted: Thursday, July 22, 2010 6:30:32 PM
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.
Topic: normalized linear regression slope of EMA(price) & OBV
Posted: Thursday, July 22, 2010 3:22:09 PM
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.
Topic: setting up automated trades?
Posted: Sunday, May 9, 2010 2:07:45 PM
Hi, Is it possible to setup automated trades via RealCode or some other mechanism based on rules? Thanks.
Topic: error with saving charts
Posted: Friday, May 7, 2010 9:58:00 PM
Thank you... will do.
Topic: error with saving charts
Posted: Friday, May 7, 2010 4:52:11 PM
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.
Topic: Trouble saving chart
Posted: Friday, May 7, 2010 2:28:01 PM
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.
Topic: 1 min charts with Stockfinder (Platinum service)
Posted: Thursday, May 6, 2010 1:56:46 AM
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.