PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Perhaps this is what you are looking for:
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>delay = 1;
<FONT face=Arial color=#0000ff
size=2>InLong = ref(Flip(Buy,Sell),-delay);
<FONT face=Arial color=#0000ff
size=2>InShort =
ref(Flip(Short,Cover),-delay);
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>herman
<FONT face=Tahoma
size=2>-----Original Message-----From: reyloufi
[mailto:etrel@xxxxxxxxx]Sent: Monday, July 05, 2004 4:16
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
market positionHiBeing a TS trader on e-minis
futures, I plan to use AB to get better backtesting optimization...I
have some difficulties to jump from TS to ABHaving several buy/sellshort
entry conditions in my strategy (ies), I use to have a very basic
condition to control if you are already into the marketIn
EasyLanguage, it is the MarketPosition function How does it work in
AB?Thanks to helpPhilippeCheck
AmiBroker web page at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|