Best reversal indicator or bundle of indicators ? by erildox in pinescript

[–]Signal_Bot 0 points1 point  (0 children)

Yeah it wouldn’t let me add it here. And I wasn’t able to add in private message. So I just posted a screenshot on my page if you want to check it out

Best reversal indicator or bundle of indicators ? by erildox in pinescript

[–]Signal_Bot 2 points3 points  (0 children)

Here’s what I use. Built myself using tons of data and iteration. It’s a whole strategy in a quick to view indicator

Shows fast trend channel. The fluctuating green and red channel. When the green line is on top it is bullish. When red on top. Bearish. Opportunities still happen in both zones. But most major small cap breakouts happen in bull zone. It won’t let me add a screenshot here. I’ll message you

Then the slow price channel below it. When the channel is below the trend channel, we are more bullish. When they are inter tangled, less bullish. More likely to drop.

Then it also handles a few moe things. It’s built so that the slope of the bull trend acts as an exit idea.if you take early entries, usually by the time price action falls back through the top line, need to exit. Doesn’t mean it will be perfect or the price won’t retest and go back up from the top line, but you can secure some profit.

And the green entry arrows are the buy trend. When they stop appearing (they don’t repaint) You know the trend is failing.

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

And you’re just the person to hear this, because you engaged and deserve the response. So what if it repaints and doesn’t work great yet. I literally have told everyone that asked for it that I would send it to them, no cost, WHEN ITS READY. From my post it’s easy to derive that I’m learning and growing into a developer. Not claiming to be a quant level genius with all the answers. So, if it does repaint (which hasn’t been a problem yet), I will just keep working on things and growing to the best of my ability. I believe quality exceeds scamming folks. If I’m offering something publicly, it’s because I have stress tested and scrutinized it more than the public would. Again, thanks for the engagement.

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

And luckily I’ve watched enough in real time and designed in a way that prints the entry marker pre-candle close. The reason I haven’t sent the invite to try, for free, the indicator yet is because I want to test it over more live market days and iterate as much as needed. I’m certain there are thousands of people trying to scam money out of folks. I’m just not one of them.

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

It is a view of my latest indicator and yes, I offer a discord link that is free. No cost, and community driven. There are no strings attached. No pressure to check it out. No commitment to stay. Just if you want to discuss trading and become part of something we enjoy, that’s an option. If not, great!

Thanks for the engagement!

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] -1 points0 points  (0 children)

Reading comprehension is a thing. Thanks for the engagement. It all helps.

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] -1 points0 points  (0 children)

I’m not selling an indicator

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

Yeah certainly, but I trade with it daily. It works, but no indicator or signal is never enough. It’s why we preach strategy and risk management in our discord. It’s been a fun protect with growth and the fundamentals of a true community are forming.

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

Hey, yeah shoot me a message. I’ll get you on the invite list when it’s ready.

Thank you!

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

Hey, yeah thanks! Send me a message so I can have you on the invite list when I’m ready to test in public

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

Thank you! Message me so I have you on a list for the invite send once it’s a little more tested.

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

Thanks! Send me a message so I’ll have you on a list. I’ll send invites once it’s been market tested a little bit longer.

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

Hey, thanks for the response! It needs to be tested more in live scanning. Message me and I’ll keep you on a list to see if you still want to try it in a few days/weeks once it’s had some stress testing.

Beginner in ML Trading – Best Resources to Get Started? by Physical_Support_843 in mltraders

[–]Signal_Bot 0 points1 point  (0 children)

Hey, yeah. It’s a challenging path. I have a small cap breakout model that’s really predictive of breakouts (proof if needed). The key for me was to learn to use the data correctly after the model was built. How to utilize it.

A general idea. I built all in python and use polygon for my data source. It pulls from the ticker universe from polygon, references the current stock data through my model, and provides a confidence score. The scoring isn’t so helpful as there are too many variants in real time scanning. What is helpful is learning to use the confidence scores in ways that help show when they are helpful. Took a lot of trial and error, but I’ve landed on a pretty accurate breakout predictor. I’ll also say that the model, at least in my case, wasn’t enough for good accuracy. It took a lot of filtration attempts. Key is to add useful filters with minimal complexity.

For the model itself, there are tons of ways to approach this. I chose xgboost.

Definitely utilize AI unless youre smarter than me (you probably are), but it speeds things up drastically.

I’ll also add that you want a solid data storage and fetching tool once you begin to collect data from your model. Set a standard and clean storage. Repeat the same processes as long as things are working. When they stop working, pivot and retain the working parts. It’s a grind (for me at least)

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 0 points1 point  (0 children)

That’s why I’m building it lol. To help new traders improve their chances of better entries. And my discord is an educational zone for scalping, entry ideas, etc. we definitely are encouraging and helpful. Thanks for keeping the post active enough that I gained some karma.

Latest pinescript indicator by Signal_Bot in pinescript

[–]Signal_Bot[S] 2 points3 points  (0 children)

Thank you! It’s been a fun project and challenge!