logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
amice  
#1 Posted : Friday, February 4, 2011 12:40:49 PM(UTC)
amice

Rank: Newbie

Groups: Registered, Registered Users, Unverified Users
Joined: 12/26/2009(UTC)
Posts: 8

How do I get a ROC of an EMA in an inner window . Please , can anyone help me ?

Thanks and regards,

Peter

jjstein  
#2 Posted : Friday, February 4, 2011 1:19:01 PM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Create this Indicator:

Name: ROC EMA
--------------------------------------------------
PeriodsEMA:=Input("EMA Periods:",1,500,21);
PeriodsROC:=Input("ROC Periods:",1,500,253);
Data:=Mov(C,PeriodsEMA,E);
ROC(Data,PeriodsROC,%);
--------------------------------------------------

Right click on a chart, click Inner Window, click New.
Drag the ROC EMA indicator to the new window.


--Johnathan
amice  
#3 Posted : Sunday, February 6, 2011 3:38:23 AM(UTC)
amice

Rank: Newbie

Groups: Registered, Registered Users, Unverified Users
Joined: 12/26/2009(UTC)
Posts: 8

Thank You, Jonathan for your reply.

I developed a system with an optimized fixed stop loss and I would like to test with an ATR stop loss.Please, could you explain that to me.

Many thanks,

Peter

jjstein  
#4 Posted : Sunday, February 6, 2011 9:10:13 PM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Peter -- Try this link: Average True Range

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.