PureBytes Links
Trading Reference Links
|
If you have the professional version and your broker provides
intraday data, such as Interactive Broker, you can collect tick or 5
second data and play that back into your formula using
Tools>BarReplay. When your formula generates a signal either dump the
time, trade price, whatever, to Trace or to a file with the time of
the trade, the price and so on. If you dump it to a txt or csv file
you can analyze the results in Excel.
If all you have is static data the best you can do is set buyPrice,
SellPrice... and the back tester will display that but not the time.
There is no way in the bar to tell how the price moved or when your
trade took place.
Barry
--- In amibroker@xxxxxxxxxxxxxxx, "cadvantag" <cadvantag@xxx> wrote:
>
> I am looking for a way to find the time in a formula that the
trigger
> is found the first time in the string/secquence.
>
> Not like using the HHV or LLV, but for a formula that uses a cross
> (xx,yy) that is triggered for the first time.
>
> Thanks
>
------------------------------------
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|