[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Trade stop after GapUp or GapDown



PureBytes Links

Trading Reference Links

Hi Ronald,

 

You could use something like this to delay your system’s entry time:

 

SessionStart = 100000;

SessionEnd = 154500;

 

BarTime = TimeNum();

bSession = BarTime >= SessionStart AND BarTime <= SessionEnd;

 

Buy = <your logic> AND bSession;

Sell = <your logic> AND bSession;

 

 

Regards,

 

David

 


From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of optiekoersen
Sent: 03/06/2007 2:47 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Trade stop after GapUp or GapDown

 

Hello,

Is there anyone who can help me with the following problem. I have a 5
minuts trading system, but when the day starts with a Gapup or Gapdown,
this messes up my indicators. So I am wondering if it is possible to
program something so that I don't get any signals for 1 or 2 hours
after a gap. If this is programmable, then I will be able to get a
clear insight in the effects of such a gap on my results.

I hope someone can help me out.

Greets Ronald

__._,_.___

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
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___