PureBytes Links
Trading Reference Links
|
> One indicator that does change is the momentum indicator.
If you mean MetaStock's Mo(periods) function, the correct answer is
no - it doesn't change with new data introduced (i.e., it is not
dynamic).
> Do you know if the PS Stoch RSI indicator changes?
I've got no idea about third-party add-ons other than my own.
> And another unrelated question : I cant seem to find anyway by
> which the Explorer can change scan for periods of 'Other' days
> ( for eg. 2,3 or 4). Do you know of any other way it can be done?
MetaStock -> Tools -> The Explorer -> select exploration -> Edit ->
Options -> select Specific Date.
Parthasarathy, don't forget to consult the MetaStock manual and the
formula primer - both are very useful aids for learning MetaStock
programming.
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "parthaab" <parthaab@xxx>
wrote:
>
> Dear Jose,
>
> Thank you for that insight.
> Changing indicators are a matter of particular nuisance for novices
> in MS, who are only learn most of the concepts in MS, and the
> formulae. The formulae itself have been written by different people
> on MS, for eg. MACD has a few versions.
>
> While I did not understand much about the formula you had written,
> I d assume that you think that all those indicators do not change.
> One indicator that does change is the momentum indicator.
>
> Do you know if the PS Stoch RSI indicator changes?
>
> And another unrelated question : I cant seem to find anyway by
> which the Explorer can change scan for periods of 'Other' days
> ( for eg. 2,3 or 4). Do you know of any other way it can be done?
>
> Thanks for your indulgence
>
> Parthasarathy
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva"
> <josesilva22@> wrote:
>
> Parthasarathy, you are probably not getting any replies because
> your question is rather broad and possibly somewhat vague.
>
> I would answer that probably none of the indicators in your list
> are dynamic. I say "probably", because within your broad group of
> indicators, there is scope for create new ones based on hindsight.
>
> For an obvious example:
>
> x:=Zig(C,3,%);
> Mov(If(x>Ref(x,-1),x*1.06,x*.94),21,S)
>
>
> jose '-)
> http://www.metastocktools.com
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "parthaab" <parthaab@>
> wrote:
>
> Friends,
>
> One of the most disconcerting features of using indicators/experts
> on MS is the propensity of some of them to change 'buy' to 'sell'
> or vice versa, one or even two bars after giving a signal.
> This means the signal changes from buy to sell, one or two days
> after the signal.
>
> I am sure many of you find this change quite a frustrating
> challenge too.
>
> What indicators among the following change, and which ones do
> not?
>
> 1. Stochastics
> 2. Moving Averages/ crossovers
> 3. RSI
> 4. Momentum indicators
> 5. MACD
> 6. fractal
>
> Parthasarathy
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|