PureBytes Links
Trading Reference Links
|
Hi,
----- Original Message -----
From: "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, September 30, 2004 11:24 AM
Subject: [amibroker] Re: How does it work IV
> The whole Doji at A [Sept28] was out of the descending parabolic.
> It was a clear indication for a probable change of the trend.
> The trading hint was to Buy at next bar Open.
> The result is already interesting.
> The Doji has transformed into a Morning Star.
> See also
> http://www.elitetrader.com/vb/showthread.php?s=&threadid=37727
> Dimitris
I downloaded your code from the URL, try it in AB 4.60 ( uninstalled Beta ).
And, I got this error :
The text error :
Line 23, Column 12:
Lma=LastValue(MA(C,50));
f1=0;f2=IIf(Lma<100,1,0)+3*int(log10(Lma));
fa=0;fb=0;step=f2/100;
for(f=f1;f {
-----------^
Error 23.
Syntax error
What's wrong ?
Thanks.
Tintin92
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|