Cemlik

Results 7 comments of Cemlik

> period function has to return signal bunu nasıl yapacağım?

> ``` > buildIndicator('stochRsi', 'stoch_rsi', '1m', { length: whatever }) > > let indicators = indicatorPeriod.getCurrentValues() > let stochRsi = indicators.stochRsi > > if (stochRsi.stoch_k > 80) // return somethingsomethingcreateSignal('short')...

Where do I write these values when I use this indicator with the sequence 3,3,14,33? Sorry I couldn't find this part. buildIndicator('stochRsi', 'stoch_rsi', '1m', { length: **whatever** }) How do...

I guess I couldn't explain the problem exactly :) I already examined that file first. maybe to give you an idea. my request was a sample file for stochRsi. Unfortunately,...

I am having trouble placing the necessary codes as there is no example for this strategy file. thanks again. I will handle it somehow.

Could someone please share a working stoch_rsi strategy? And again, I beg you not to lead the way. If I could do that, I would have done it already. Please...

> As in - profitable? Probably no one. Everyone has to decide for himself whether it is profitable or not. My only request is for someone to share a stochRsi...