you don't have a shift parameter.

Look in help files for Plot() function ... it has an optional shift parameter
  ----- Original Message ----- 
  From: Joris Schuller 
  To: [email protected] 
  Sent: Thursday, October 15, 2009 10:42 AM
  Subject: RE: [amibroker] how to shift indicator?





  Try:  Plot (Ref (MA (C,5),3), "MA5", colorRed, styleLine); Shifts to the left 
not the right

  Use:  Plot (Ref (MA (C,5),-3), "MA5", colorRed, styleLine); (minus sign)

   

   

  From: [email protected] [mailto:[email protected]] On Behalf 
Of Kaushik Surti
  Sent: Thursday, October 15, 2009 2:06 AM
  To: [email protected]
  Subject: Re: [amibroker] how to shift indicator?

   

    

  HI ... PLEASE SEND ME SOME GOOD AFL COLLECTION ... I M DAILY USER OF 
AMIBROKER...

   

   THANKS 

   KAUSHIK SURTI


   

   


------------------------------------------------------------------------------

  From: James <[email protected]>
  To: [email protected]
  Sent: Wed, October 14, 2009 11:30:47 PM
  Subject: Re: [amibroker] how to shift indicator?

    

  Try:  Plot (Ref (MA (C,5),3), "MA5", colorRed, styleLine);


   

   


------------------------------------------------------------------------------

  From: asitasu <asit...@hotmail. com>
  To: amibro...@yahoogrou ps.com
  Sent: Wed, October 14, 2009 7:53:46 AM
  Subject: [amibroker] how to shift indicator?

    

  dear all,

  i want to plot 5 perid ma on price chart shifted to right by three bars.
  how to put it on chart?

  asit.

   

   


  No virus found in this incoming message.
  Checked by AVG - www.avg.com
  Version: 8.5.421 / Virus Database: 270.14.18/2437 - Release Date: 10/15/09 
03:57:00




  

Reply via email to