PureBytes Links
Trading Reference Links
|
Thanks Dimitris. That's now very clear.
Regards,
Alan
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx>
wrote:
> Alan,
> it would be easier to give an example.
> There are many cases with 0.00 and N/A output.
> Example
>
> d=Optimize("d",20,20,120,20);
> Buy=Cross(StochD(),d);
> Sell = Cross(d,StochD());
> Short=Sell;
> Cover=Buy;
>
> The d=120 line is full of zeros and N/A. The reason here is the
Stochd
> (), it never crossed 120 in the past history of any stock [and
never
> will AFAIK...]
> Dimitris Tsokakis
> --- In amibroker@xxxxxxxxxxxxxxx, "alan_davidson2"
> <alan_davidson2@xxxx> wrote:
> > In the optimizer, how should I interpret a row in which all
values
> > are either "0.00" or "N/A"?
> >
> > Is it because a trade was executed, but the absolute value of the
> > profit or loss was less than 0.01 (two places of decimals)?
> >
> > Regards,
> > Alan
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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/
|