FransA
 Regular
  Posts: 61
Joined: 9/3/2010
Location: Zevenaar, Nederland
User Profile |
#indicator
'MyRelMomInd
#PARAM "pPds", 30, 5, 100
Dim fRetVal, fhelp1, fIndex , fhelp2, as Single
fhelp1= GetClose("$DJI")
fhelp2= GetClose(SPY)
'fRetVal= RelMom( pPds,SPY )
Return fRetVal
I would like to create a moving average of the Secret Sauce RelMom indicator return value. It is impossible to get a return value of the RelMom indicator because SPY is not good defined. Also not, to put SPY in a variable. I have done some experiments but no results. Is there somebody who can help me?
Thank you in advance.
Frans
[Edited by FransA on 11/26/2014 12:52 PM]
|