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

Notification

Icon
Error

Options
Go to last post Go to first unread
yau008  
#1 Posted : Sunday, April 19, 2009 6:16:11 AM(UTC)
yau008

Rank: Member

Groups: Registered, Registered Users
Joined: 8/10/2008(UTC)
Posts: 12

Doese anyone who is good in easy language would like to help to translate the following MS formula to easy language indicator code ? Or can you help to suggest me other site to have a lot of source about it ? Thanks .

PI:=3.1415926;
SD:=180/7;
S1:=Sin(1*180/7)*C;
S2:=Sin(2*180/7)*Ref(C,-1);
S3:=Sin(3*180/7)*Ref(C,-2);
S4:=Sin(4*180/7)*Ref(C,-3);
S5:=Sin(5*180/7)*Ref(C,-4);
S6:=Sin(6*180/7)*Ref(C,-5);
Num:=S1+S2+S3+S4+S5+S6;
Den:=Sin(SD)+Sin(2*SD)+Sin(3*SD)+Sin(4*SD)+Sin(5*SD) +Sin(6*SD);
Num/Den
wabbit  
#2 Posted : Sunday, April 19, 2009 6:51:21 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Yes, I am a very good EL translator; I have read the EL manual.

In your post, you ask for "help" to translate the code; where is your effort? I think what you really mean in your post is that you are looking for someone to do the work for you?

Read http://unicorn.us.com/trading/ELreference2000i.pdf
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.