Fiat (F) FIAT BREVE TERMINE forever "non-stop" (1 Viewer)

non-stop

Quanto pagano sul Breve ?
su ucg sei gia dentro o sta appostato:rolleyes:,perchè sembra un titolo che sta aspettano,ma il trend e positivo;).mi ricorda fiat di un mese e mezzo fà:mmmm:

Sono già dentro e ho appena rivisto gli stop..:)

1262008181screenshot001.png
 

Gulliver13

Guest
Sempre sotto e sempre rossa.....

1262000776screenshot024.gif


ciao!! potrei avere i programma per proback test che hai creato...sarei curioso di provarlo.


io ti giro il mio...è per i 15 minuti....sempre per pro real time.

REM ACQUISTO

c3 = MACD[12,26,9] >= 0
c4 = DIplus[21](close) - DIminus[21](close) >= 0
c5 = High - Supertrend[7,21] > 0
IF c5 AND c3 and c4 THEN
BUY 40000 share AT MARKET realtime
ENDIF
REM VENDITA
s1 = DIplus[21](close) - DIminus[21](close) <= 0
IF s1 THEN
SELL AT MARKET
ENDIF
REM VENDITA ALLO SCOPERTO

c8 = MACD[12,26,9] <= 0
c9 = DIplus[21](close) - DIminus[21](close) <= 0
C10= LOW - Supertrend[7,21] < 0
IF c10 AND c8 and c9 THEN
SELLSHORT 100%CAPITAL AT MARKET realtime
ENDIF
REM COPERTURA SCOPERTO

s2 = DIplus[21](close) - DIminus[21](close) > 0
IF s2 then
EXITSHORT AT MARKET
ENDIF
 

non-stop

Quanto pagano sul Breve ?
ciao!! potrei avere i programma per proback test che hai creato...sarei curioso di provarlo.


io ti giro il mio...è per i 15 minuti....sempre per pro real time.

REM ACQUISTO

c3 = MACD[12,26,9] >= 0
c4 = DIplus[21](close) - DIminus[21](close) >= 0
c5 = High - Supertrend[7,21] > 0
IF c5 AND c3 and c4 THEN
BUY 40000 share AT MARKET realtime
ENDIF
REM VENDITA
s1 = DIplus[21](close) - DIminus[21](close) <= 0
IF s1 THEN
SELL AT MARKET
ENDIF
REM VENDITA ALLO SCOPERTO

c8 = MACD[12,26,9] <= 0
c9 = DIplus[21](close) - DIminus[21](close) <= 0
C10= LOW - Supertrend[7,21] < 0
IF c10 AND c8 and c9 THEN
SELLSHORT 100%CAPITAL AT MARKET realtime
ENDIF
REM COPERTURA SCOPERTO

s2 = DIplus[21](close) - DIminus[21](close) > 0
IF s2 then
EXITSHORT AT MARKET
ENDIF

Ciao Gulliver, piacere....in questo momento stò lavorando appena posso ci rifletto. Grazie.:)
 

Users who are viewing this thread

Alto