PureBytes Links
Trading Reference Links
|
If you
are testing for a 10% profit today and exiting tomorrow, the profit (or loss)
could be anything. You are simply experiencing timing issues.
It all depends on what settings you have to trade prices and trade delays and
what kind of stops you are using.
<BLOCKQUOTE
>
<FONT face="Times New Roman"
size=2>-----Original Message-----From: emptyhead_77
[mailto:gms_clan@xxxxxxxxxxx]Sent: Sunday, November 23, 2003 3:13
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
profit target help?im trying to do a simple profit
target = sell if trade reaches 10%else sell on a macd flipSell =
IIf(Close >
BuyPrice*1.1,BuyPrice*1.1,Cross(Signal(10,24,8),MACD(10,24)));this
produces results that are higher than 10% at times and when iset the
settings for stop target i also get higher results and thechart looks
weirdalso system apears on chart to stop out at weird times - less than
10% even though should go to at least 10% at timesSend
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
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.
|