hi all i found this indicator //premier stochastic2 len=8 per=5 stoc=Stochastic[len,1](close) nsto=0.1*(stoc-50) ssto=exponentialaverage[per](nsto) sssto=exponentialaverage[per](ssto) prem=(EXP(sssto)-1)/(exp(sssto)+1) cond1=prem<.9 and prem[1]>.9 cond2=prem<.2 and prem[1]>.2 cond3=prem>-.9 and prem[1]<-.9 cond4=prem>-.2 and prem[1]<-.2 condha=(cond1 or cond2)*.2 condvte=(cond3 or cond4)*-.2 return prem, .9, .2, -.9, -.2,condha, condvte