Per esempio hai mai pensato di settacciare una determinata operazione a una certa ora ...e' un po come la probabilita' che nel tempo che si verifichi una situazione
Ho abbozato questo ce da lavorarci ma sono sicuro che da qui esce qualcosa di buono

l'ho testato sull fibsp time frame 5min
//////////////////////////////////// VARIABILI ///////////////////////////////////
var:m1,Miostoc,Miosign,Mioc ;
m1=mov(c,102,2);
Miostoc= stochk(c,12,6);
Miosign = stochd( c,6,12,3);
if r<r[1] then Mioc=c ;endif;
if t=0905 and Mioc<m1 and miostoc<miosign then entershort(nextbar,atopen);endif;
if t=0905 and Mioc>m1 and miostoc>miosign then enterlong(nextbar,atopen);endif;
if t=0935 and Mioc<m1 and miostoc<miosign then entershort(nextbar,atopen);endif;
if t=0935 and Mioc>m1 and miostoc>miosign then enterlong(nextbar,atopen);endif;
if t=1005 and Mioc<m1 and miostoc<miosign then entershort(nextbar,atopen);endif;
if t=1005 and Mioc>m1 and miostoc>miosign then enterlong(nextbar,atopen);endif;
if t=1305 and Mioc<m1 and miostoc<miosign then entershort(nextbar,atopen);endif;
if t=1305 and Mioc>m1 and miostoc>miosign then enterlong(nextbar,atopen);endif;
if t=1535 and Mioc<m1 and miostoc<miosign then entershort(nextbar,atopen);endif;
if t=1535 and Mioc>m1 and miostoc>miosign then enterlong(nextbar,atopen);endif;
if t=1705 and Mioc<m1 and miostoc<miosign then entershort(nextbar,atopen);endif;
if t=1705 and Mioc>m1 and miostoc>miosign then enterlong(nextbar,atopen);endif;