Citazione Originariamente Scritto da fernatrade Visualizza Messaggio
Ciao Ale

ti allego l'indicatore che ho creato.
Poi devi inserirlo nella watch list
Ad esempio faccio un gruppo BREMBO GRP che contiene BREMBO in 4 timeframe Vedi Allegato FollowME.JPG (201.3 KB)

Uso il Followme per entrare a mercato quando ho concordanza di segnali sui tf di mio interesse

Ciao
Ferna

__________________________________________________ _____________________
# Assign the indicator values to the PLOTx variables like in the following example:
# SET PLOT1 = SimpleMovingAverage(CLOSE, 14)
#
# ATTENTION:
# If one of the PLOTx variables is not drawn on the chart or watchlist, it probably contains always 0 (zero).
# Use the function ZeroLine instead.


SET FernaFFME = FOLLOWME()


SET PLOT1 = 100
SET PLOT2 = -100
SET PLOT3 = 72
SET PLOT4 = -72
SET PLOT5 = 0


SET PLOT6 = FernaFFME
# SET PLOTCOLOR6 = IF(PLOT6 > 50, COLOR_GREEN, COLOR_RED)


SET PLOTCOLOR6 = COLORIZE(PLOT6, -122.12, 122.12,,50)
__________________________________________________ _____________________


Allegato 22046
CIAO
Grazie 1000 molto utile
tra l'altro con il tentativo di mettere l'indicatore in WL ho trovato un problema che mi impediva il corretto funzionamento della WL
grazie ancora