Your best bet is to get the latest beta version and use the "bar replay" feature. It walks thru the data as if it were coming in "live", but at faster (user definable) speeds. This way you can see how ZigZag, trough and peak act as if it were real-time.
-- Terry -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ziad aljalsi Sent: Friday, December 29, 2006 13:44 To: [email protected] Subject: [amibroker] help me whith small new formula I need a formula to go back in candel as i want like this formula in zigzag _SECTION_BEGIN(" ZigZag Explorer"); /* Historical ZigZag Explorer. *Use the Parameters Popup to "Look Back" in history & watch the Zig adapt as you progress through. (Hit "CTRL-R" to bring up the Parameters Dialog.) OzFalcon. */ adjz = Param("Zig",10,0,15.0,.1); adjc = Param("Back",0,0,BarCount,1); CAdj = Ref(Close,-adjc); Graph1 = CAdj; Graph0 = Zig( CAdj, adjz ); _SECTION_END(); Send instant messages to your online friends http://uk.messenger.yahoo.com
