Im just paper trading. Im trying to figure out the autotrading in amibroker...it';s a bit tricky.
-Dennis
-Dennis
Quote from rasl:
have a password and we can post the password on this thread so only those intrested/trading this system can login..
anyone agree?

Quote from DennisAndLisa:
here is a setup on es for 2-3-2006....
tdh = ... ; // the top line code
tdl = ... ; // the bottom line code
dgap = DateNum() < Ref(DateNum(),1);
Plot( IIf( dgap, Null, tdh ), "tdh", colorYellow, styledots|stylenoline );
Plot( IIf( dgap, Null, tdl ), "tdl", colorYellow, styledots|stylenoline );