tahnk you all for reply.
my problem solved with all your help. jschuller is right by using (-) sign to shift to right. thank you once aganin for help. asit. To: [email protected] From: [email protected] Date: Thu, 15 Oct 2009 12:42:12 -0500 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 _________________________________________________________________ Feel the heat of news, the thrill of sports, the dazzle of Bollywood and much more on MSN India http://in.msn.com
