PLOTTING Previous day 5ema Value line

#1
Dear ALF Experts,

first of all I am using Amibroker since last six month and trying to learn various method. I came to one conclusion may be I am not 100% correct but some how back tested my theory by plotting previous day 5EMA close value line for next day trading. Now I need expert help to plotting this line by coding as it took lots of time doing manually.

Thanks in advance.

Paresh
:pray:hammerme:
 
Last edited:

ashwani chadha

Well-Known Member
#2
dear alf experts,

first of all i am using amibroker since last six month and trying to learn various method. I came to one conclusion may be i am not 100% correct but some how back tested my theory by plotting previous day 5ema close value line for next day trading. Now i need expert help to plotting this line by coding as it took lots of time doing manually.

Thanks in advance.

Paresh
:pray:hammerme:
with in six month ,you are going very fast,i congertulate you for this !!!!!
 
#3
Thanks all due to this site... and i really thanks to all who post.. and without seeking any returns.. AND only one thing i can say is GOD BLESS TO ALL...!!!

Real Angel...!!!
:clap:
 
#4
Paresh
please try this
plot(c,"",1,64);
TimeFrameSet(inDaily);
x=EMA(C,5);
TimeFrameRestore();
Plot(TimeFrameExpand(x,inDaily),"",colorBlack,styleLine);

vidyasagar
 

Similar threads