PureBytes Links
Trading Reference Links
|
I am still having the same problem with the backtester and different
timeframes. My code reads a predicted high from a data file with
daily data into the main chart, which is 1 minute. The daily data
displays properly in the chart, changing by day. The backtester
however always uses the most current data in the daily file. In short,
when backtesting, the value of PHigh does not change every day.
Thanks again
THigh = Foreign("Daily Data File", "H", 1);
THighD = TimeFrameCompress(THigh, inDaily);
PHigh = TimeFrameExpand(THighD, inDaily, expandFirst);
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a difference. Find and fund world-changing projects at GlobalGiving.
http://us.click.yahoo.com/PcNrnD/PbOLAA/cosFAA/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/
|