View previous topic :: View next topic |
Author |
custom indicator |
googol White Belt
Joined: 19 Mar 2013 Posts: 2
|
Post: #1 Posted: Mon May 20, 2013 12:04 pm Post subject: custom indicator |
|
|
can u add hull moving average to indicator list.???
formula is as follows
Integer(SquareRoot(Period)) WMA [2 x Integer(Period/2) WMA(Price)
- Period WMA(Price)]
[REMOVED BY ADMIN] Formula
period:=Input("Period",1,200,20) ;
sqrtperiod:=Input("Square Root of Period",1,20,4);
Mov(2*(Mov(C,period/2,W))-Mov(C,period,W),sqrtperiod,W);
[REMOVED BY ADMIN] Formula
Input: period (Default value 20)
waverage(2*waverage(close,period/2)-waverage(close,period), SquareRoot(Period)) |
|
Back to top |
|
|
| |
kamal.icharts Site Admin
Joined: 10 Apr 2013 Posts: 576
|
Post: #2 Posted: Mon May 20, 2013 12:10 pm Post subject: Re: custom indicator |
|
|
Dear Member,
We have forwarded the request to our team. They will check and reply you back.
I request you to also mail support@icharts.in with your query.
Regards
Kamal
googol wrote: | can u add hull moving average to indicator list.???
formula is as follows
Integer(SquareRoot(Period)) WMA [2 x Integer(Period/2) WMA(Price)
- Period WMA(Price)]
[REMOVED BY ADMIN] Formula
period:=Input("Period",1,200,20) ;
sqrtperiod:=Input("Square Root of Period",1,20,4);
Mov(2*(Mov(C,period/2,W))-Mov(C,period,W),sqrtperiod,W);
[REMOVED BY ADMIN] Formula
Input: period (Default value 20)
waverage(2*waverage(close,period/2)-waverage(close,period), SquareRoot(Period)) |
|
|
Back to top |
|
|
googol White Belt
Joined: 19 Mar 2013 Posts: 2
|
Post: #3 Posted: Mon May 20, 2013 7:59 pm Post subject: |
|
|
k,will do the same,thank u., |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|