hi,
I am doing some backtests to finetune the entries
of an EOD system. Therefor I generate the signals using EOD data and use these
signals to find an intraday entry. I use the mixed intraday/EOD mode
(eSignal data). The EOD data show up nicely in the chart however for the
calculations the are not used. So if I implement in the code:
TimeFrameSet( inDaily
):
the do my EOD signal calculations here
TimeFrameRestore();
continue in the intraday timeframe. When in the
intraday timeframe it can however not see the signals calculated in the Daily
timeframe. I use a moving average with a long period and therefor it does not
find signals because the intraday data not have enough days. The EOD data have
enough days but apparently they are not used in the calculation.
Is there a trick so that they will be used in the
calculation also and not just for display purposes in the chart?
thanks, Ed
__._,_.___
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
__,_._,___
|