Jump to content
Software FX Community

Indicators of Indicators


dssayer

Recommended Posts

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.

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...