x Claudio
queste la stringhe long/short ed exit del ts 50% base
if c<dvsup and c>highd(1) and GetNumOpEnterLongToday=0 then enterlong( nextbar,atopen);endif;
if positiondir=1 and c<dvmed then exitlong(nextbar,atopen);endif;
if c>dvinf and c<lowd(1) and GetNumOpEntershortToday=0 then entershort( nextbar,atopen);endif;
if positiondir=-1 and c>dvmed then exitshort(nextbar,atopen);endif;
e queste con l'introduzione della quantita pezzi:
if positiondir<>1 and c<dvsup and c>highd(1) and GetNumOpEnterLongToday=0 then Buy(this, nextbar, atopen,1000 );endif;
if positiondir=1 and c<dvmed then sell(this, nextbar, atopen,1000);endif;
if positiondir<>-1 and c>dvinf and c<lowd(1) and GetNumOpEntershortToday=0 then Sell(this, nextbar, atopen,1000 ) ;endif;
if positiondir=-1 and c>dvmed then buy (this, nextbar, atopen,1000);endif;
queste la stringhe long/short ed exit del ts 50% base
if c<dvsup and c>highd(1) and GetNumOpEnterLongToday=0 then enterlong( nextbar,atopen);endif;
if positiondir=1 and c<dvmed then exitlong(nextbar,atopen);endif;
if c>dvinf and c<lowd(1) and GetNumOpEntershortToday=0 then entershort( nextbar,atopen);endif;
if positiondir=-1 and c>dvmed then exitshort(nextbar,atopen);endif;
e queste con l'introduzione della quantita pezzi:
if positiondir<>1 and c<dvsup and c>highd(1) and GetNumOpEnterLongToday=0 then Buy(this, nextbar, atopen,1000 );endif;
if positiondir=1 and c<dvmed then sell(this, nextbar, atopen,1000);endif;
if positiondir<>-1 and c>dvinf and c<lowd(1) and GetNumOpEntershortToday=0 then Sell(this, nextbar, atopen,1000 ) ;endif;
if positiondir=-1 and c>dvmed then buy (this, nextbar, atopen,1000);endif;
Bruno grazie..ma quelle che hai inserito sotto vanno a sostituire quelle del TS50% base?
ResponderEliminarmi hai chiesto come poter inserire la quantita di azioni...se vuoi appunto che il ts 50% base ti plotti anche questa possibilita devi usare le stringhe sotto invece che quelle sopra
ResponderEliminarVolevo sapere come far partire l'ordine quando scatta effettuando un acquisto o vendita reale
ResponderEliminarCon la quantità stabilita da me
ResponderEliminarquesto lo devi chiedere a Michelangelo...io ancora non uso l'opzione automatica
ResponderEliminarEcco... quello che volevo chiedervi era proprio questo... la possibilità di azione il TS automatico che entra ed esce in modo automatico ma indicandogli la quantità di default... fissa... ad esempio appena scatta il senale enter mentre in automatico con una quantità di 1000.. la mia domanda è appunto questa come posso rendere automatico il tutto e modificare la qantita GRAZIE mille... Michelangelo se ci leggi... GRAZIE
ResponderEliminarSi eccomi amici, buon lunedí
ResponderEliminarallora, apri VT, apri il grafico a 15', gli applichi il TS;
in alto a destra sotto la x per chiudere il grafico c'é una piccola freccia, che ti consente di impostare il trading automatico o manuale;
se metti AUTOMATICO ti apparirá una mascherina che ti chiede QUANTITA' e PREZZO
come quantitá metti la quantitá,
come prezzo, forse meglio che ti leggi il manuale di VT, devi scrivere "X1" senza virgolette, significa che ti mette ordine sul book con un tick di differenza rispetto al prezzo attuale (per essere sicuro che entri, spesso ti esegue al prezzo attuale, questo in effetti é ció che chiamiamo slippage);
PREMI SEMPRE INVIO QUANDO METTI QUANTITA' e PREZZO perché é un bug che avevo discusso con loro, che spesso non ti prende la quantitá;
ora accanto alla mascherina ci sará un tasto con scritto ATTIVA, che ti attiva il ts in tempo reale.
Occhio alll'after hour, staccalo prima delle 18 sennó ti esegue anche in after;
CONTROLLALO ogni paio d'ore almeno, se si stacca il server, non ha segnale internet, ecc. ecc. ecc.
stai attento, é un bel giochetto ma ci devi stare appresso
spero di essermi spiegato bene.
cia´
naturalmente se specifichi la quantitá cosí non é necessario modificare le righe del TS eeehhhhh
ResponderEliminarperfetto grazie mille
ResponderEliminarMichelangelo.. ma staccandolo rimane sempre attivo il ts il giorno dopo? oppure devi tenere il pc acceso h24
ResponderEliminarGrazie
guarda, io faccio che prima delle 18 stacco il ts (tasto disattiva) e lo riaccendo la mattina prima delle 9
Eliminarnon ho mai provato a farlo girare piú di un giorno di seguito, non ne avevo la necessitá.
se non crasha il computer, non si stacca internet, non ci sono problemi tecnici teoricamente dovrebbe girare sempre...
ma occhio all'after, che il ts non sa cosa é l'after, lui conta le candele e basta.