Insider 3000 - Forums
Insider 3000 - Forums
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Problemi con "Insider 3000 versione 3"
 Problemi col linguaggio di programmazione
 %b e bandwith

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   
   

T O P I C    R E V I E W
alberto.tortella Posted - 21 March 2005 : 22:42:22
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

1   L A T E S T    R E P L I E S    (Newest First)
SupportoTecnico Posted - 22 March 2005 : 13:03:44
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



Insider 3000 - Forums © Copyright 2003-2016 Tradersoft s.r.l. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07