PureBytes Links
Trading Reference Links
|
Harvey
Thanks for this listing. I'm aware that "data array" was introduced into the
RSI function with the release of MS 7.2. I still have 7.03 which often
causes problems when I pass formulas to MS 7.2 users. It would be reasonable
to guess that changes to the other functions were made at the same time but
that the user manual documentation was not amended at that time.
Roy
> I have bought MS 8.0 EOD recently. I have found out syntax differences
> for some standard functions between user's manual and online help built
> in the software. Here is the list of them.
>
> Function Syntax in User's
> Manual Syntax in Help
>
> Momentum mo( PERIODS )
> mo( DATA ARRAY, PERIODS )
>
> Negative Volume Index nvi( )
> nvi(DATA ARRAY)
>
> On Balance Volume obv( )
> obv(DATA ARRAY)
>
> Performance per( )
> per(DATA ARRAY)
>
> Positive Volume Index pvi( )
> pvi(DATA ARRAY)
>
> Price Volume Trend pvt( )
> pvt(DATA ARRAY)
>
> Relative Strength Index (RSI) rsi(PERIODS )
> rsi( DATA ARRAY, PERIODS )
>
> Trade Volume Index tvi(MINIMUM TICK )
> tvi( DATA ARRAY, MINIMUM TICK )
>
> TRIX trix(PERIODS )
> trix( DATA ARRAY, PERIODS )
>
> The common problem in User's Manual for these functions is missing one
> argument: "DATA ARRAY". I believe that this argument is important for
> programming in MS. Don't you think so?
>
> And I think Equis was not doing good job at least they didn't check the
> users manual carefully. I doubt that there must be some other mistakes
> in the user's manual that is misleading the users all around the world.
> They charge several hundred dollars for every version upgrade but fail
> to provide good quality of product. This is not good at all.
>
> Harvey
>
>
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|