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
 trading sistem personale

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
yoshiro Posted - 09 July 2003 : 16:18:09
sto cercando di capire come farmi un trading sys personale..
se potete aiutarmi...
vorrei un sistema che consideri solo acq e chiusura acq..
tenendo conto di solo 1 parametro x semplificare..
ad esempio entrare in acq quando l'indicatore di momentum supera con il prezzo di chiusura il valore 100 e chiudere quando il prezzo di chiusura ritocca i 100.
si pu???? grazie x gli aiuti...


@@@@@--@@@@@
1   L A T E S T    R E P L I E S    (Newest First)
fabrivero Posted - 09 July 2003 : 19:24:48
su opzioni comuni metti:

option opt_mom(10, 20, 1)

su entra in acquisto metti:

function main()
return Momentum(opt_mom) > 100
endfunction

su chiudi posizione in acquisto metti:

function main()
return Momentum(opt_mom) < 100
endfunction

Ciao


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