PureBytes Links
Trading Reference Links
|
Casimir,
Create 2 experts:
For Buy expert:
{Enter your 6 conditions first}
Buy:= Cond1 AND Cond2 AND Cond3;
Sell:= Cond4 AND Cond5 AND Cond6;
Cross(BUY,0) AND BarsSince(Cross(SELL,0)) < BarsSince(Cross(BUY,0))
[If above line doesn't work, modify to:
Cross(BUY,0) AND Ref(BarsSince(Cross(SELL,0)),-1) <
Ref(BarsSince(Cross(BUY,0)),-1)]
For Sell expert:
{Enter your 6 conditions first}
Buy:= Cond1 AND Cond2 AND Cond3;
Sell:= Cond4 AND Cond5 AND Cond6;
Cross(SELL,0) AND BarsSince(Cross(BUY,0)) < BarsSince(Cross(SELL,0))
[If above line doesn't work, modify to:
Cross(SELL,0) AND Ref(BarsSince(Cross(BUY,0)),-1) <
Ref(BarsSince(Cross(SELL,0)),-1)]
Let me know if it doesn't work.
JD
=========================================
From: "Casimir Ostrowski" <cfo@xxxxxxxxxxx>
Reply-To: equismetastock@xxxxxxxxxxxxxxx
To: <equismetastock@xxxxxxxxxxxxxxx>
Subject: RE: [EquisMetaStock Group] How do you prevent multiple buy or sell
arrows?
Date: Wed, 19 Nov 2003 15:40:11 -0000
Can anybody help me with a problem?
I am working on a system which could have 3 or more entry conditions and 3
or more exit conditions.
The entry and exit conditions are NOT necessarily related to each other. For
example
BUY when condition 1,2, and 3 are all true and SELL when condition 4, 5 and
6 are all true.
I want to generate these buy or sell arrows in a template.
My problem is that I get a whole string of buy arrows followed by another
string if sell arrows when all I want is one buy arrow followed by one sell
arrow.
I have been using Metastock for about two years but I just can't figure this
one out.
Any help would be appreciated.
Casimir
_________________________________________________________________
Need a shot of Hank Williams or Patsy Cline? The classic country stars are
always singing on MSN Radio Plus. Try one month free!
http://join.msn.com/?page=offers/premiumradio
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|