Thread: ASCTrend system
View Single Post
  #498 (permalink)  
Old 08-09-2006, 01:40 PM
ValeoFX's Avatar
ValeoFX ValeoFX is offline
Senior Member
 
Join Date: Jan 2006
Location: Johannesburg, South Africa
Posts: 970
ValeoFX is on a distinguished road
Quote:
Originally Posted by newdigital
No.1 is using AbsoluteStrength_v1 (exact name of the indicator). Name of the indicator was coded inside the No.1:

Code:
double f1u = iCustom(Symbol(),0,"AbsoluteStrength_v1",Mode,Length,Smooth,Signal,Price,ModeMA,0,i);//up
      double f2u = iCustom(Symbol(),0,"AbsoluteStrength_v1",Mode,Length,Smooth,Signal,Price,ModeMA,0,i+1);//up
      double f3u = iCustom(Symbol(),0,"AbsoluteStrength_v1",Mode,Length,Smooth,Signal,Price,ModeMA,0,i+2);//up
No.5 is using AbsoluteStrength_v1 as well.
No.2 is using RSIFilter_v1 and AbsoluteStrength_v1.
No.3: RSIFilter_v1.
No.4: RSIFilter_v1 and ATR ratio.
No.6: RSIFilter_v1 and AbsoluteStrength_v1.

It should be exact name of the indicator because the name of the indicator is coded inside No.1 and so on.
Thank you ever so much, NewDigital. Much appreciated. Yes, I was aware of that fact and really appreciate your posting the correct one for me.

Best regards.
__________________
"Risk comes from not knowing what you are doing" The Tao of Warren Buffett.

"Avoiding mistakes, makes people STUPID and having to be RIGHT, makes you OBSOLETE." Robert Kiyosaki.
Reply With Quote