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
 Bollinger

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 - 01 February 2004 : 15:58:17
Vorrei scrivere un semplice trading system che preveda l'entrata in posizione long quando il prezzo di chiusura ? in un intorno dello 0,1% rispetto alla banda inferiore di Bollinger. Nel contempo l'ADX a 14 sedute deve essere inferiore a 15.
Potete aiutarmi? Grazie.

p.s. ho provato a leggere il manuale nella parte relativa al linguaggio di programmazione, ma per uno come me che non conosce il linguaggio ? veramente dura! Non ci sarebbe del materiale + semplice x capire le logiche delle varie stringhe? Grazie.

1   L A T E S T    R E P L I E S    (Newest First)
SupportoTecnico Posted - 02 February 2004 : 19:12:26
Un esempio di ci? che chiedi potrebbe essere questo:

function main()
dim dBOL as Numeric

dBOL = Bollinger(Close, 10, "D", 2)

if ((close <= (dBOL * 1.001)) and (close >= (dBOL * 0.999))) then
if (Dirmov(14, "ADX") < 15) then
Return True
endif
endif

endfunction



Il materiale a disposizione per ora lo trovi nella sezione trading systems ed indicatori del nostro sito alla quale accedi dalla pagina principale. Comunque, sono tutti gi? compresi come esempi nell'installazione del programma. Li puoi quindi trovare nelle finestre "Gestione Indicatori Utente" e "Gestione Trading Systems" di Insider 3000





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