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

Re: [amibroker] Arrows on price graph and setting up conditional buys and sells...



PureBytes Links

Trading Reference Links

Hello,

Your question is very general so the answer is too:

PatternHighPrice = your calculation here
PatternLowPrice = your calculation here

buy = Cross( High, PatternHighPrice );
short = Cross( PatternLowPrice, Low );

sell = cover = 0; // exit by Nbar stop only

X = 5; // exit after 5 days

ApplyStop( stopTypeNBar, stopModeBars, X, True );

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Josh G. (YBFJAX)" <yourbestfriendjax@xxxxxxxx>
To: <support@xxxxxxxxxxxxx>
Cc: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, June 10, 2003 11:35 AM
Subject: [amibroker] Arrows on price graph and setting up conditional buys and sells...


> Hello,
> 
> I believe I just e-mailed you seperately about getting visual alert arrows 
> drawn on the price graph when your indicator is true. But I will re-ask for 
> input from yahoogroups monitors.
> 
> I also needed your opinions on setting up a trading system that will buy or 
> sell based on my price patterns, but I only want the order to sit out for x 
> days. In other words, the patterns I have are such that the long will be 
> above the price of the high of the actual pattern and the short would be 
> below the lowest price of the actual pattern, and the length of time that I 
> want my buy or sell order to be good for is x days after the pattern is 
> complete. Any suggestions?
> 
> -- 
> Josh G.
> 
> ---
> 
> 
> 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 http://docs.yahoo.com/info/terms/ 
> 
> 
> 

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->

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 http://docs.yahoo.com/info/terms/