PureBytes Links
Trading Reference Links
|
Use
BuyPrice = your price
requirement ;
<?xml:namespace prefix = o ns =
"urn:schemas-microsoft-com:office:office" /><o:SmartTagType
namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="PersonName">
<B
><I
><SPAN
>Cheers<SPAN
class=GramE>,<?xml:namespace prefix = st1 ns =
"urn:schemas-microsoft-com:office:smarttags" /><st1:PersonName
><B
><I
><SPAN
>Graham
<A
href=""><FONT
color=#008080>http://groups.msn.com/ASXShareTrading
<A
href=""><FONT
color=#008080>http://groups.msn.com/FMSAustralia
<FONT
face=Tahoma size=2>-----Original Message-----From: emarco
[mailto:emarco@xxxxxxxxxxxxxxx] Sent: Wednesday, 23 July 2003 1:12
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Stoploss
Hi forum,
I am developing a
system. I selected settradedelay (1,1,1,1) and I would like to place the
stop in the real buy/sell price (delayed) not in the price of
signal.
StopLoss=IIf<FONT
size=1>((BarsSince<FONT
size=1>(Buy)<4
AND state=1)
OR (BarsSince<FONT
size=1>(Short)<4<FONT
size=1> AND state=-1<FONT
size=1>),Min<FONT
size=1>(5,<FONT
color=#ff00ff size=1>2*<FONT color=#0000ff
size=1>ATR(<FONT color=#ff00ff
size=1>20)),<FONT face="Courier New" color=#ff00ff
size=1>0);<FONT
color=#0000ff size=1>
ApplyStop<FONT
size=1>(stopTypeLoss,stopModePoint,stoploss,True,True);
How can I change the buy/short price the stoploss
considers as a buy/short?
thanks
juanSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|