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

[amibroker] Re: Exploration Question



PureBytes Links

Trading Reference Links

Jayson, thanks, but I'm trying to find out if my system is long,
short, or out and unfortunately the column needs to be exactly as
described because the output will feed into something else.  Mark

--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> Mark,
> not exactly what you requested but try....
> 
> 
> Filter=1;
> x=C>Ref(C,-1);
> AddColumn(x,"Status");
> 
> It would seem that addtextcolumn would accomplish your task but this
appears
> to only verify the last bar in the array. Additionally you could
color code
> the result.....
> 
> 
> Filter=1;
> x=C>Ref(C,-1);
> AddColumn(x,"Status",1.0,colorDefault,IIf(x,colorGreen,colorRed));
> 
> 
> 
> Regards,
> Jayson
> -----Original Message-----
> From: markf2 [mailto:feierstein@x...]
> Sent: Monday, May 12, 2003 10:25 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Exploration Question
> 
> 
> Hi Everyone,
> 
> Is there any way to add a column of text to an exploration that
> indicates trade status?  Specifically, I need to add a column that
> specifies "Long" or "Short" (depending on which is the case) beginning
> with the bar of entry, through and including the bar before the bar of
> exit, then "Out" beginning with the exit bar and continuing for all
> bars the system's not in the market, etc.  I understand I need to use
> Filter=1 to ensure no bars are missed.  Thanks.  Mark
> 
> 
>       Yahoo! Groups Sponsor
> 
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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.


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online - Over 14,500 titles.
No Late Fees & Free Shipping.
Try Netflix for FREE!
http://us.click.yahoo.com/YoVfrB/XP.FAA/uetFAA/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/