Fiat (F) FIAT BREVE TERMINE forever "non-stop" (7 lettori)

Gulliver13

Guest
quersto è per ucg, 15 minmuti...si direbbe che gira...

REM ACQUISTO
c3 = MACD[6,40,6] >= 0
c4 = DIplus[42](close) - DIminus[42](close) >= 0
c5 = High - Supertrend[10,31] > 0
IF c5 AND c3 and c4 THEN
BUY 10000 share AT MARKET realtime
ENDIF
REM VENDITA
s1 = DIplus[40](close) - DIminus[40](close) <= 0
IF s1 THEN
SELL AT MARKET
ENDIF
REM VENDITA ALLO SCOPERTO
c8 = MACD[6,40,6] <= 0
c9 = DIplus[42](close) - DIminus[42](close) <= 0
C10= LOW - Supertrend[10,31] < 0
IF c10 AND c8 and c9 THEN
SELLSHORT 100%CAPITAL AT MARKET realtime
ENDIF
REM COPERTURA SCOPERTO
s2 = DIplus[40](close) - DIminus[40](close) > 0
IF s2 then
EXITSHORT AT MARKET
ENDIF
 

non-stop

Forumer storico
quersto è per ucg, 15 minmuti...si direbbe che gira...

REM ACQUISTO
c3 = MACD[6,40,6] >= 0
c4 = DIplus[42](close) - DIminus[42](close) >= 0
c5 = High - Supertrend[10,31] > 0
IF c5 AND c3 and c4 THEN
BUY 10000 share AT MARKET realtime
ENDIF
REM VENDITA
s1 = DIplus[40](close) - DIminus[40](close) <= 0
IF s1 THEN
SELL AT MARKET
ENDIF
REM VENDITA ALLO SCOPERTO
c8 = MACD[6,40,6] <= 0
c9 = DIplus[42](close) - DIminus[42](close) <= 0
C10= LOW - Supertrend[10,31] < 0
IF c10 AND c8 and c9 THEN
SELLSHORT 100%CAPITAL AT MARKET realtime
ENDIF
REM COPERTURA SCOPERTO
s2 = DIplus[40](close) - DIminus[40](close) > 0
IF s2 then
EXITSHORT AT MARKET
ENDIF

Senti Gulliver13 per farlo funzionare vedo che non basta fare il copia e incolla.....cosa ci devo aggiungere al programma? :rolleyes:
 

Gulliver13

Guest
mi pare strano....io sempre copie e incolla.

primo, utilizzo pro real time.
secondo, selezione pro back test, seleziona nuovo, lo nomini e sotto, incolli questo.
infine convalida programma.

se hai bisogno...son qui!
 

Gulliver13

Guest
PROVA COSI!!!

REM ACQUISTO
c3 = MACD[6,40,6] >= 0
c4 = DIplus[42](close) - DIminus[42](close) >= 0
c5 = High - Supertrend[10,31] > 0
IF c5 AND c3 and c4 THEN
BUY 10000 share AT MARKET realtime
ENDIF

REM VENDITA
s1 = DIplus[40](close) - DIminus[40](close) <= 0
IF s1 THEN
SELL AT MARKET
ENDIF

REM VENDITA ALLO SCOPERTO
c8 = MACD[6,40,6] <= 0
c9 = DIplus[42](close) - DIminus[42](close) <= 0
C10= LOW - Supertrend[10,31] < 0
IF c10 AND c8 and c9 THEN
SELLSHORT 100%CAPITAL AT MARKET realtime
ENDIF

REM COPERTURA SCOPERTO
s2 = DIplus[40](close) - DIminus[40](close) > 0
IF s2 then
EXITSHORT AT MARKET
ENDIF
 

non-stop

Forumer storico
PROVA COSI!!!

REM ACQUISTO
c3 = MACD[6,40,6] >= 0
c4 = DIplus[42](close) - DIminus[42](close) >= 0
c5 = High - Supertrend[10,31] > 0
IF c5 AND c3 and c4 THEN
BUY 10000 share AT MARKET realtime
ENDIF

REM VENDITA
s1 = DIplus[40](close) - DIminus[40](close) <= 0
IF s1 THEN
SELL AT MARKET
ENDIF

REM VENDITA ALLO SCOPERTO
c8 = MACD[6,40,6] <= 0
c9 = DIplus[42](close) - DIminus[42](close) <= 0
C10= LOW - Supertrend[10,31] < 0
IF c10 AND c8 and c9 THEN
SELLSHORT 100%CAPITAL AT MARKET realtime
ENDIF

REM COPERTURA SCOPERTO
s2 = DIplus[40](close) - DIminus[40](close) > 0
IF s2 then
EXITSHORT AT MARKET
ENDIF

Mi da un report sballato.....:rolleyes:
1262096871screenshot004.png
 

Sir Green

Forumer storico
Un saluto a Non Stop :mano: e naturalmente a tutti i traders del 3d Fiat :up:
per fiat siamo nella terra di nessuno ne long ne short per quanto ancora ..
allego grafico per me sino a 10 siamo sempre up io movimenti non ne anticipo buon anno x tutti..:)
allego grafico
1262096945terr.gif
 

non-stop

Forumer storico
Un saluto a Non Stop :mano: e naturalmente a tutti i traders del 3d Fiat :up:
per fiat siamo nella terra di nessuno ne long ne short per quanto ancora ..
allego grafico per me sino a 10 siamo sempre up io movimenti non ne anticipo buon anno x tutti..:)
allego grafico
1262096945terr.gif

Ciao Sir Green, è un piacere sentirti.:)
 

Gulliver13

Guest
UCG, 15 MINUTI....per posizioni long mi sembra ok, short...insomma!!

REM ACQUISTO
c3 = MACD[6,40,6] >= 0
c4 = DIplus[44](close) - DIminus[44](close) >= 0
c5 = High - Supertrend[8,33] > 0
IF c5 AND c3 and c4 THEN
BUY 10000 share AT MARKET realtime
ENDIF
REM VENDITA
s1 = DIplus[44](close) - DIminus[44](close) <= 0
IF s1 THEN
SELL AT MARKET
ENDIF
REM VENDITA ALLO SCOPERTO
c8 = MACD[6,40,6] <= 0
c9 = DIplus[44](close) - DIminus[44](close) <= 0
C10= LOW - Supertrend[8,33] < 0
IF c10 AND c8 and c9 THEN
SELLSHORT 100%CAPITAL AT MARKET realtime
ENDIF
REM COPERTURA SCOPERTO
s2 = DIplus[44](close) - DIminus[44](close) > 0
IF s2 then
EXITSHORT AT MARKET
ENDIF
 

Users who are viewing this thread

Alto