dssayer Posted July 23, 2009 Report Posted July 23, 2009 Howdo you create an indicator based on another indicators output. Eg, AMoving Average of an ATRVE. I think I need to set the DataSeries forthe second indicator, but to what? Our example code started with this... Dim Custom1 As New AverageTrueRange(5) Financial1.Gallery.Analytical.Studies.Add(Custom1) Dim Custom2 As New ExponentialMovingAverage Custom2.DataSeries = ?????? Financial1.Gallery.Analytical.Studies.Add(Custom2) Is this even close. Please provide code example... I've fired the help file for being useless! Cheers. PS: Posted on wrong forum before...whoops. Quote
rocioZ Posted July 30, 2009 Report Posted July 30, 2009 Please note that financial extension only supports the price and technical studies for one indicator at the time. I strongly recommend you to read the Resource Center that comes with the installation of Chart FX 7: Chart FX Programmer Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.