Re: [amibroker] Problem with Status(actionEx)

2009-10-04 Thread Tony Grimes
Mmm, I’m not sure what to tell ya. Only TJ can give you a definitive answer. I have an idea why, but I can’t prove it. I like experimenting with AFL and discovered this one a while ago. So, all I have is results through observation and my acceptance of the results. I can tell ya to read up on

Re: [amibroker] Problem with Status(actionEx)

2009-10-04 Thread Tomasz Janeczko
Look at the manual, esp. COMMENT: http://www.amibroker.com/f?writeif Best regards, Tomasz Janeczko amibroker.com - Original Message - From: Tony Grimes To: amibroker@yahoogroups.com Sent: Sunday, October 04, 2009 2:24 PM Subject: Re: [amibroker] Problem with Status(actionEx

Re: [amibroker] Problem with Status(actionEx)

2009-10-04 Thread Keith McCombs
*Subject:* Re: [amibroker] Problem with Status(actionEx) Mmm, I'm not sure what to tell ya. Only TJ can give you a definitive answer. I have an idea why, but I can't prove it. I like experimenting with AFL and discovered this one a while ago. So, all I have is results through observation

Re: [amibroker] Problem with Status(actionEx)

2009-10-04 Thread Tomasz Janeczko
, Tomasz Janeczko amibroker.com - Original Message - From: Keith McCombs To: amibroker@yahoogroups.com Sent: Sunday, October 04, 2009 10:42 PM Subject: Re: [amibroker] Problem with Status(actionEx) I'm afraid that I haven't made myself clear about what I really want to know

Re: [amibroker] Problem with Status(actionEx)

2009-10-04 Thread Tony Grimes
- *From:* Tony Grimes tonez.em...@gmail.com *To:* amibroker@yahoogroups.com *Sent:* Sunday, October 04, 2009 2:24 PM *Subject:* Re: [amibroker] Problem with Status(actionEx) Mmm, I’m not sure what to tell ya. Only TJ can give you a definitive answer. I have an idea why, but I can’t prove it. I

Re: [amibroker] Problem with Status(actionEx)

2009-10-04 Thread Keith McCombs
, October 04, 2009 2:24 PM *Subject:* Re: [amibroker] Problem with Status(actionEx) Mmm, I'm not sure what to tell ya. Only TJ can give you a definitive answer. I have an idea why, but I can't prove it. I like experimenting with AFL and discovered this one

Re: [amibroker] Problem with Status(actionEx)

2009-10-03 Thread Keith McCombs
Graham -- Thank you for your suggestion. However, I know I don't need it for *just* the snippet displayed. This is from a much larger program where I wish to disable the display in Indicator, Commentary, etc., if/when some other actions are performed. When I post a question, rather than

Re: [amibroker] Problem with Status(actionEx)

2009-10-03 Thread Tony Grimes
Use Printf instead of WriteVal. On Sat, Oct 3, 2009 at 3:21 PM, Keith McCombs kmcco...@engineer.com wrote: Graham -- Thank you for your suggestion. However, I know I don't need it for *just*the snippet displayed. This is from a much larger program where I wish to disable the display in

Re: [amibroker] Problem with Status(actionEx)

2009-10-03 Thread Keith McCombs
Tony -- That works fine!! I don't like to look a gift horse in the mouth, but, how did you know? I've looked through AB Users Guide and Help file and can't find where that might be explained. If you've got the time, I would sure like to know, to get a better understanding of what I am

[amibroker] Problem with Status(actionEx)

2009-10-02 Thread Keith McCombs
Without the 'if()' restriction below, all of the text and WriteVal(), etc. is displayed in the Interpretation Window as it should be. However, when include the 'if()' restriction it is no longer visible. I believe it should still be visible because of the Stat == aInterpret inclusion in the

Re: [amibroker] Problem with Status(actionEx)

2009-10-02 Thread Graham
remove the if line altogether, you should not need it -- Cheers Graham Kav AFL Writing Service http://www.aflwriting.com 2009/10/3 Keith McCombs kmcco...@engineer.com Without the 'if()' restriction below, all of the text and WriteVal(), etc. is displayed in the Interpretation Window as it