PureBytes Links
Trading Reference Links
|
Missing data can always be detected using something like this:
valuewhen(datenum()==yymmdd,C);
or
valuewhen(cross(datenum(),yymmdd),C);
Even in AB's poor cousin, missing data can always be detected:
http://www.metastocktools.com/MetaStock/Missing.txt
To illustrate why padded data is not useful, take a look at simple
EMA/price crossover signals. You'll find that sometimes the signals
will appear when the instrument is not trading.
Another reason for avoiding padded data, is that smoothing-type
indicator values are skewed by data that does not exist in reality.
jose '-)
http://www.metastocktools.com
--- In amibroker@xxxxxxxxxxxxxxx, "wizard_inetsys" <wizard@xxxx>
wrote:
>
> Hi Jose,
>
> So padded data is no good then? But doesn't the fact that you have
> missing days with unpadded data affect you system also? For example,
> if you want your system to alert you when a stock hasn't been traded
> for a couple of days so you can get out, you couldn't do that with
> unpadded data as easily. Or am I thinking about this all wrong?
>
> So, does Amibroker have a problem using one or the other? And, what
> is recommeded - padded or unpadded?
>
> Thanks,
> Andrew.
>
> -- In amibroker@xxxxxxxxxxxxxxx, "Jose" <josesilva22@xxxx> wrote:
>
> ... and that is a good thing. Padded data destroys the integrity
> of T/A and system testing.
>
> jose '-)
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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/
|