Ciao a tutti,
in questo ts vorrei entrare n ticks sotto il segnale long ed n tick sopra l senale short
Che condizione devo aggiungere?
Grazie mille in anticipo
C.
Buy script
INPUTS:@price(VOLUME), @periods(21),@adxperiods(21),@open(0900),@close(17 30),


set C =CROSSOVER(ADX(@adxperiods), 20)
SET V =VolumeRateOfChange(@price, @periods)
SETtimeTrading = TIME > @open AND TIME < @close
V > 0 and C and timeTradin