PureBytes Links
Trading Reference Links
|
In studying the directory where composites go, I've noticed something
odd. The data will show up many minutes (as much as 1/2 an hour)
after the exploration or backtest was run.
Is this a Windows operating system issue? Delayed write?? If I'm
patient, it does seem like the data eventually gets there, but I
can't figure out why it is taking so long to get written to the file.
Any ideas?
ts
--- In amibroker@xxxxxxxxxxxxxxx, "techsmart" <mric@xxxx> wrote:
>
> For some reason, making composites has stopped working for me. I
> suspect it is something I'm doing, but I cannot see what.
>
> I'm using the same code as before:
>
> AddToComposite(entryflag,"~Trades","X",1+2+8); //in backtest
>
> or
>
> AddToComposite(Signals,"~Signals","X",1+2+16); //in exploration
>
> But nothing is being put into the composites...they are empty.
This
> worked fine before I upgraded to the new beta, but it seems
unlikely
> it is a beta issue.
>
> Anyone have any ideas what might have gone wrong?
>
> Could this have something to do with local database usage? I'm
using
> QP for data. This didn't seem to be a problem before.
>
> ts
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|