Jump to content
Software FX Community

Indicator of Indicator


dssayer

Recommended Posts

How do you create an indicator based on another indicators output. Eg, A Moving Average of an ATRVE. I think I need to set the DataSeries for the 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. I've fired the help file for being useless!

 Cheers.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...