PureBytes Links
Trading Reference Links
|
Hi MG Ferreira
Referring to last reply on message of 16628
S:=Mov(C,3,S)-Mov(C,50,S);
T:=S/HHV(S,periods); for scaling between -1 and 1
Using the moving average for normalization, I can use the Highest(S)
for scaling, however, when I use the function Highest(), then it will
pick the maximum value based on the available loaded data, which
cause the problem on the value of T, since the maximum value keeps
changing according to different length of loaded periods. Then
I think of using a fixed length period to determine the Maximum value
of S for scaling. At this point, I get no idea how to choose the
period length,
do you have any suggestion please?
On the other hand, in term of combining different indicators into one,
do you have any suggestion on how to determine the weighting factor
for each indicators?
I understand the net will do this job, but in my case, I need to
combine indicators manually, such as 4 indicators together, do you
have any suggestion please?
Thank you
Eric
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
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/
|