Last seen: Sep 4, 2025
The version below includes MACD crossover as part of the buy signal. //File name: STS_kgj_position.ts//Developer: Gabster//Date created: 20210422//S...
I checked and the script looks to be working as intended, in those times PHR had low volume so a buy signal won't trigger. Volume also refers to share...
can you post your script here so we can troubleshoot it?
Hi @Zaq, only end of day data for now.
//Breakout Set Breakhigh = max(high,5)Set Breaklow = min(low,5)Set Breakoutsignal = close > ref(breakhigh,1)Set Breakdownsignal = close < ref(...
Thank you to the community too! Seeing our work help traders really makes all our hard work worth while ? Stay tuned, we still have a lot of cool f...
Yes you can by editing the script. Here is the syntax: plot(indicator name, chart type, color, destination pane) if you want it to be placed in t...
@duomaximus just letting you know we've launched today. You can download it from the main page.
Yes, but it may show a buy signal everyday if the histrogram is increasing everyday but it is possible. Set BuySignal = hist > ref(hist,1)Set...
Hi, we will be targeting to launch on April. We'll be announcing it in our FB Community, hope you can join us there.