PureBytes Links
Trading Reference Links
|
Tomasz,
OK, this does make sense. And your opinion is much more important than mine anyway :)
BTW, Report Charts in v5.29.6 work like a charm for me, thanks for your guidance.
Best regards,
Sergei
--- In amibroker@xxxxxxxxxxxxxxx, Tomasz Janeczko <groups@xxx> wrote:
>
> Hello,
>
> I disagree. It is natural for the developer to check for documented
> values, but developer MUST NEVER assume that software will not evolve.
> So you must check for equality against DOCUMENTED values (and these do
> not change), but you must NOT assume that other values will never
> happen. Status("action") values other than documented mean "other"
> action. The same with actionEx. Do the equality check (==), but do not
> use != check or do not assume that no other values will be returned
> because your code will possibly break when new features arrive and more
> statuses will be returned.
>
> Current documentation specifically says that "action" provides only
> limited info and values that are documented (indicator, scan,
> exploration, backtest, portfolio backtest) work as they should, so any
> equality check works as it should.
> To get DETAILED information about cases NOT covered by "action" status
> you should use "actionex" instead.
>
> So once again: new code should actionEX if you are interested in
> detecting ANY context different than pure indicator, scan, exploration,
> commentary, backtest or portfolio backtest (CBT).
>
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
amibroker-digest@xxxxxxxxxxxxxxx
amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|