PureBytes Links
Trading Reference Links
|
Try adding a time condition to your trade conditions
You can have them both in the same AFL, and have the trade conditions like
Buy = Condition1 OR Condition2;
--
Cheers
Graham Kav
AFL Writing Service
http://www.aflwriting.com
On 25/02/2008, vishy_sharma <vishy_sharma@xxxxxxxxx> wrote:
> I have got hourly bars in my real time chart. Since bars occur at an
> interval of 60 mins, I want my exploration to work once for that new
> bar and as quickly as possible after that bar is finished.
> I have got the code which shows the buy and sell signal in the
> automatic analysis window but the problem is that at present I run
> exploration every 1 min. So there are spurious signals which get
> generated before the actual close of the hourly bar.
> pls suggest some code which can help me overcome this problem.
>
> Also I have 2 uncorelated strategies for the real time chart. I want to
> run both of them at the same time and get the real time signals
> displayed in the AA window. I have been told that this is possible
> through OLE automation? Never done that before. Any help from some one
> who has done it before will be very much appreciated.
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/
|