Insider 3000 - Forums
Insider 3000 - Forums
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Problemi con "Insider 3000 versione 3"
 Problemi col linguaggio di programmazione
 %b e bandwith
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

alberto.tortella
Nuovo Utente

23 Posts

Posted - 21 March 2005 :  22:42:22  Show Profile  Reply with Quote
Ho problemi a costruire questi 2 indicatori, mi indicate la sintassi corretta x favore? Grazie!

BANDWITH

Function Main()
(Bollinger(Close, 20, "U", 2) - Bollinger(Close, 20, "D", 2)) / MoveAv(Close, 20)
Endfunction

%b

Function Main
(Close - Bollinger(Close, 20, "D", 2)) / (Bollinger(Close, 20, "U", 2) - Bollinger(Close, 20, "D", 2))
Endfunction

SupportoTecnico
Forum Admin

1261 Posts

Posted - 22 March 2005 :  13:03:44  Show Profile  Reply with Quote
Quale ? il problema esattamente?

Le due formule sembrano sintatticamente corrette, a prima vista.
Manca solo il Return:

BANDWITH

Function Main()
Return (Bollinger(Close, 20, "U", 2) - Bollinger(Close, 20, "D", 2)) / MoveAv(Close, 20)
Endfunction

%b

Function Main()
Return (Close - Bollinger(Close, 20, "D", 2)) / (Bollinger(Close, 20, "U", 2) - Bollinger(Close, 20, "D", 2))
Endfunction


Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Insider 3000 - Forums © Copyright 2003-2016 Tradersoft s.r.l. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07