//####################################################################
######

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