[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] help me whith small new formula



PureBytes Links

Trading Reference Links

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: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of ziad aljalsi
Sent: Friday, December 29, 2006 13:44
To: amibroker@xxxxxxxxxxxxxxx
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
 


Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.0/609 - Release Date: 12/29/2006 4:48 PM