Dici bene ferrari, infatti stasera alle cinque sono volato veramente con la mia Suzuky 650 V-Strom per poco non ci lascio le penne. Ero dietro una macchina ai 60 70 orari ed aspettavo di uscire dalla curva per sorpassarla. Quasi finita la curva arriva un autobus in direzione contraria e questo davanti a me inchioda. Inchiodo anch'io e la ruota dietro si blocca, la moto si mette di traverso e si spegne il motore. Ormai sbilanciato ho cercato di tenerla su', ma i 2 quintali si sono fatti sentire e ho dovuto accompagnarla a terra battendo per bene le costolette sull'asfalto. Spero non siano rotte dato che ho già fatto questa esperienza l'anno scorso in mountain byke. Lo vedrò stanotte perchè se sono rotte non si riesce a rimanere stesi nel letto![]()
ciao novo
bisogna vedere se quello che ha scritto magico25 corrisponde a verità, nel qual caso il ts che hai postato è da variare e non poco.
Ma tu lo hai verificato in real time ad 1h e ti risultano corrette le operazioni rispetto a quelle inserite in backtest dal ts?
ciao
Dici bene ferrari, infatti stasera alle cinque sono volato veramente con la mia Suzuky 650 V-Strom per poco non ci lascio le penne. Ero dietro una macchina ai 60 70 orari ed aspettavo di uscire dalla curva per sorpassarla. Quasi finita la curva arriva un autobus in direzione contraria e questo davanti a me inchioda. Inchiodo anch'io e la ruota dietro si blocca, la moto si mette di traverso e si spegne il motore. Ormai sbilanciato ho cercato di tenerla su', ma i 2 quintali si sono fatti sentire e ho dovuto accompagnarla a terra battendo per bene le costolette sull'asfalto. Spero non siano rotte dato che ho già fatto questa esperienza l'anno scorso in mountain byke. Lo vedrò stanotte perchè se sono rotte non si riesce a rimanere stesi nel letto![]()
è che a me non compaiono i segnali entershort exitshort, ecc: forse sbaglio nell'inserire i valori di euro per ogni punto nell'icona che si apre cliccando "Configura Report": potresti per favore scrivere i valori che imposti (se naturalmente non chiedo troppo).
Un'ultima cortesia. Stò cercando di usare l'indicatore di Aroon anche in VT (per dettagli ad esempio Trading Professionale - L'indicatore Aroon di Tushar Chande ) che stranamente VT non contempla ma che diversi traders consigliano e che è presente in PRT, Metastock, RT, Tradestation, e tanti altri. Ha questa formula:
Aroon(up) = ((total_num_of_periods - num_of_periods_since_highest_close) / total_num_of_periods) x 100
Aroon(down) = ((total_num_of_periods - num_of_periods_since_lowest_close) / total_num_of_periods)) x 100
Aroon(oscillator) = Aroon(up) - Aroon(down)
AroonUp = 100 * (Period - PeriodHigh) / Period
where...
PeriodHigh = Number of bars since highest high of the Period
AroonDown = 100 * (Period - PeriodLow) / Period
where...
PeriodLow = Number of bars since lowest low of the Period
AroonOscillator = AroonUp - AroonDown
per metastock la formula è:
Aroon Indicators, by Tushar Chande
The Aroon Down
100* (14 - (( If (Ref (L,-1) = LLV( L ,14 ) ,1 , If ( Ref (L ,-2 ) = LLV ( L,14 ) ,2 , If ( Ref (L ,- 3 ) =
LLV( L,14 ) ,3 ,If ( Ref (L ,-4 ) = LLV ( L ,14 ) ,4 ,If (Ref ( L ,-5 ) = LLV ( L ,14 ) ,5 ,If (Ref (L ,-6 ) =
LLV( L,14 ) ,6 ,If ( Ref (L ,-7 ) = LLV ( L,14 ) ,7 ,If (Ref ( L ,-8 ) = LLV ( L ,14 ) ,8 ,If (Ref( L ,-9 ) =
LLV( L,14 ) ,9 ,If ( Ref (L,-10) = LLV (L,14 ) ,10 ,If (Ref (L ,-11) = LLV( L,14 ) ,11 ,If (Ref(L,-12 ) =
LLV(L ,14) ,12,If ( Ref (L,-13) = LLV (L ,14 ) ,13 ,If ( Ref ( L,-14) = LLV( L,14 ) ,14 ,0) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) / 14
The Aroon Up
100 * ( 14 - ( ( If (Ref (H ,-1) = HHV(H ,14 ) ,1 ,If (Ref (H ,-2 ) = HHV (H ,14 ) ,2 ,If (Ref (H ,- 3 ) =
HHV(H ,14 ) ,3, If (Ref (H ,-4 ) = HHV(H ,14 ) ,4 ,If (Ref (H ,-5 ) = HHV(H ,14 ) ,5 ,If (Ref (H ,-6 ) =
HHV(H ,14 ) ,6 ,If (Ref (H,-7 ) = HHV(H ,14 ) ,7 ,If (Ref (H ,-8 ) = HHV(H ,14) ,8 , If (Ref (H ,-9 ) =
HHV(H ,14) ,9 ,If (Ref (H ,-10 ) = HHV(H ,14 ) ,10 ,If (Ref (H ,-11 ) = HHV(H ,14) ,11 ,If (Ref (H ,-12 ) =
HHV(H ,14) ,12 ,If (Ref(H ,-13) = HHV(H ,14 ) ,13 ,If (Ref (H ,-14 ) = HHV(H ,14 ) ,14 ,0 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) / 14
The Aroon Oscillator = Aroon up - Aroon down.
Questa formula è costruita su 14 periodi. Poi a modificarla ci vuole poco.
te lo garantico al 100% basta che ti leggi il manuale non dovete fare una colpa a me e nemmeno voglio sminuire il lavoro altrui purtoppo e' cosi
![]()
Mah io non capisco perche' vt non sistema ste cose cosi banali ...Cose dette e ridette e ridette e ridette ....
Mah io non capisco perche' vt non sistema ste cose cosi banali ...
anche il fatto di tutti sti parametri da inserire e' chiaro che poi uno alle prime armi gli possono sfuggire.....
grazie a Magico25 per il codice.dovrebbe essere cosi
Var: Indzona1,ArUp,ArDw,ArrowUp,ArrowDw,P(14),ArronOscillator ;
//////////////////////////////////
if L[1]=LLV(L,p)then ArDw=1;endif;
if L[2]=LLV(L,p)then ArDw=2;endif;
if L[3]=LLV(L,p)then ArDw=3;endif;
if L[4]=LLV(L,p)then ArDw=4;endif;
if L[5]=LLV(L,p)then ArDw=5;endif;
if L[6]=LLV(L,p)then ArDw=6;endif;
if L[7]=LLV(L,p)then ArDw=7;endif;
if L[8]=LLV(L,p)then ArDw=8;endif;
if L[9]=LLV(L,p)then ArDw=9;endif;
if L[10]=LLV(L,p)then ArDw=10;endif;
if L[11]=LLV(L,p)then ArDw=11;endif;
if L[12]=LLV(L,p)then ArDw=12;endif;
if L[13]=LLV(L,p)then ArDw=13;endif;
if L[14]=LLV(L,p)then ArDw=14;endif;
ArrowDw=100*(p-ArDw)/p;
if H[1]=HHV(H,p)then ArUp=1;endif;
if H[2]=HHV(H,p)then ArUp=2;endif;
if H[3]=HHV(H,p)then ArUp=3;endif;
if H[4]=HHV(H,p)then ArUp=4;endif;
if H[5]=HHV(H,p)then ArUp=5;endif;
if H[6]=HHV(H,p)then ArUp=6;endif;
if H[7]=HHV(H,p)then ArUp=7;endif;
if H[8]=HHV(H,p)then ArUp=8;endif;
if H[9]=HHV(H,p)then ArUp=9;endif;
if H[10]=HHV(H,p)then ArUp=10;endif;
if H[11]=HHV(H,p)then ArUp=11;endif;
if H[12]=HHV(H,p)then ArUp=12;endif;
if H[13]=HHV(H,p)then ArUp=13;endif;
if H[14]=HHV(H,p)then ArUp=14;endif;
ArrowUp=100*(p-ArUp)/p;
ArronOscillator=(ArrowUp-ArrowDw) ;
Indzona1=CreateViewport(300,0,true);
PlotChart( ArrowUp,INDZONA1,green,solid,2 );
PlotChart( ArrowDw,INDZONA1,red,solid,2);
PlotChart( ArronOscillator,INDZONA1,black,solid,1);