Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 9/18/2008(UTC) Posts: 37
|
hi,
i got theese two formulas:
A
n1:=Input("Valore Max Bund10 per l'intervallo considerato",0,10,1);
n2:=Input("Valore Min Bund10 per l'intervallo considerato",0,10,1);
mediabund:=(n1+n2)/2;
normalbund10:=(security("C:\Bullbear\Dati\Index\DE10YDBR",C)-mediabund)/(n1-mediabund)*100;
normalbund10;
B
n1:=Input("Valore Max Bund02 per l'intervallo considerato",-0.20,2,1);
n2:=Input("Valore Min Bund02 per l'intervallo considerato",-0.2,2,1);
mediabund:=(n1+n2)/2;
normalbund02:=(security("C:\Bullbear\Dati\Index\DE02YDBR",C)-mediabund)/(n1-mediabund)*100;
normalbund02;
i need to subtract one from another
(Fml("a")-Fml("b"))
but it does not work... i ve many error ... I CAN T PLOT THIS FORMULA
can anybody help me?
thank you very much
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
using the Fml function reverts the use of the inputs to their default value
|
|
|
|
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.