Thank you everyone for your responses. Late night at work but I 
intend to try some of the suggestions and post to the group later 
this week. 

George
--- In [email protected], "directaim" <[EMAIL PROTECTED]> wrote:
>
> 
> //
####################################################################
> ######
> 
> Title = Name ( ) + "   " + Date ( ) 
> + EncodeColor( colorLightOrange  )
> +"     MACD=" + WriteVal ( MACDlast )
> + EncodeColor(colorOrange )
> +"  SIGNAL=" + WriteVal ( SignalLAST ) 
> //+ EncodeColor(colorOrange ) +
> //"\nThe nextMACD will be higher if the next ROC will be > "
> //+ WriteIf ( NextRoc2 >= 0.1 , "+" , "" ) + WriteVal ( NextROC2 , 
> 1.2 ) + "%" + "\nThe nextMACD will be above the lastSIGNAL if the 
> next ROC will be > " + WriteIf ( NextRoc1 >= 0.1 , "+" , "" ) + 
> WriteVal ( nextROC1 , 1.2 )+"%" 
> + "\nTh MAC will Xs th Sig Line if th NextClose is higher than " 
> + EncodeColor(colorLightOrange  )
> + WriteVal ( Clast * ( 1 + 0.01 * NextROC1 ) ) + "  " ;
> 
> //PLOT ZERO
> Plot ( 0 ,"", colorBlack ,styleLine ) ;
> 
> Plot ( MACD ( ) , "" , colorLightOrange  , 1 + styleThick) ; 
> Plot (Signal ( ) , "" , colorOrange  , 1 + styleThick + styleThick
 ) ;
>


Reply via email to