Simple Coding Help - No Promise.

this code show one ema price for each 5 days in week.
it is correct ----> show how week was close.

but please consider example like below:
- today weekly ema for this week can be for exmaple 50.
- yestarday weekly ema was 49,50 (you can see when use Bar replay)
- tomorrow weekle ema can be 50,50

and I'd like to know how weekly ema was changed.


I hope it is clear what I mean.
 

pratapvb

Well-Known Member
this code show one ema price for each 5 days in week.
it is correct ----> show how week was close.

but please consider example like below:
- today weekly ema for this week can be for exmaple 50.
- yestarday weekly ema was 49,50 (you can see when use Bar replay)
- tomorrow weekle ema can be 50,50

and I'd like to know how weekly ema was changed.


I hope it is clear what I mean.
that is because in bar replay on monday only monday close is compared to last week close to get ema...but on tuesday, tuesday close is use and so forth

one approximation of this would be to use rolling 5 day EMA.....that you can get by simply changing the EMA period to 21x5 = 105
 
Last edited:
i think problem is my pic size 417 KB ...here is max 100 KB allowed.

Dear Nehal can i get your email so that i can send you the pic
Convert picture to jpg or png and that will reduce the size a lot..

Upload the picture on imageshack or even google drive (make it public access) and share the URL here
 
Convert picture to jpg or png and that will reduce the size a lot..

Upload the picture on imageshack or even google drive (make it public access) and share the URL here
Thanks mastermind my pic is jpg format but i can't reduce the size its 417 KB
but i never use also imageshack or google drive...thanks for your information...i will try that way.

Regards

Rinku
 

josh1

Well-Known Member
Happy,

Do you know how to remove unwanted values from Y axis? With Pratap's AFLs Y axis is getting cluttered with too many values. It takes a lot of time to locate last Close price among it.

regards

Never mind.. I found it. Inserted "stylenolabel" every where
 
Last edited:

Similar threads