Thread: ASCTrend system
View Single Post
  #497 (permalink)  
Old 08-09-2006, 12:19 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 16,292
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by ValeoFX
Newdigital, I just have AbsoluteStrength_v1(1).1.mq4 and as a result the colours don't change when I use either No.1 or No.5.mq4. Would you mind sending / posting the one you refer to for me? Thanks very much.
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.
Attached Files
File Type: mq4 AbsoluteStrength_v1.mq4 (4.8 KB, 183 views)
Reply With Quote