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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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)
|
|
|
|
|
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.