Jump to content
Software FX Community

dssayer

Members
  • Posts

    2
  • Joined

  • Last visited

dssayer's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.
  2. 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.
×
×
  • Create New...