Wait for the bar to close that way the signal is locked in and won’t disappear. If you are working on say 30 min timeframe unlikely you miss a big move. It needs to be used as one confirmation in your Strat not the only confirmation to ape into a trade.
@pedromacedo6202 Жыл бұрын
What a great time hearing Justin! Thanks TradersPost
@TradersPost11 ай бұрын
Our pleasure!
@croaxer2390 Жыл бұрын
The indicator and TradersPost has given me true passive income. Thank you so much for the both of you. You have changed my life.
@fareedfei6793 Жыл бұрын
appreciate you sharing your experience. do you mind sharing the timeframe and setting you found useful?
@TradersPost Жыл бұрын
Thank you! You are welcome!
@TempoNama Жыл бұрын
It's beyond sad that a channel like yours has 1k subs and all those garbage 100x guaranteed trading channels get millions. Subscribed, keep up the good work lad.
@Schwams-1337 Жыл бұрын
Seriously. Videos titled "THIS AI TRADING INDICATOR PROVIDES 100% ACCURATE SIGNALS" get 100k views, and this dude breaking down how that indicator actually works has under 1000. It's sad and I'm glad I found this channel after watching one of those videos.
@abhisheksingh45754 ай бұрын
@@Schwams-1337I am also glad that I have arrived on this informative video.....I am listening to the introduction of the guest and it's so emotionally connecting and I wish them great success with their channel ❤
@sushantveeturi20310 ай бұрын
Amazing content. Wish you more subscribers for the authentic work. Justin you are just brilliant
@TradersPost10 ай бұрын
Thank you!
@manjunathac5158Ай бұрын
Really revolutionary steps this will help trading community
@raylatham7224 Жыл бұрын
Amazing stuff!! Beyond my mind but so greatly appreciated. AWESOME young man. What a future!! WOW
@trytofollow Жыл бұрын
Great interview. Thanks for sharing.
@TradersPost Жыл бұрын
Glad you enjoyed it!
@ChaoticNeutralMatt Жыл бұрын
2 months ago, Justin mentioned that thought process around the 12 minute mark, which occurred for me as well. Although the difference is, playing with it, and not. Hopefully you both find some interesting stuff. I'll have to keep an eye out for the research that's been done.
@sneakywan Жыл бұрын
Great indicator and great interview about it. Thanks :)
@TradersPost Жыл бұрын
Glad you enjoyed it!
@REDFUNDUH Жыл бұрын
woahh transcribing the news and correlating it to a potential trade sounds super promising.
@TradersPost Жыл бұрын
Right?
@1zcott Жыл бұрын
Okay, ...Justin in 10X smarter than me
@jonwage Жыл бұрын
Me too 😂
@capitola Жыл бұрын
1000X more than me
@TradersPost Жыл бұрын
He’s a smart one!
@tonytr127 ай бұрын
Does the Lorentzian indicator repaint ???
@maxl20818 ай бұрын
Which are the best time frames for this indicator
@lorettagale6685 Жыл бұрын
Tremendously amazing💖
@TradersPost Жыл бұрын
Thanks!
@sumitvasdev480 Жыл бұрын
Is there a way the kernel can be used as a scanner..I have been experimenting with Justin's Lorentzian classification indicator for quite sometime and its really wonderful. Just wanted a way to identify potential trades by using it as a scanner.
@TradersPost Жыл бұрын
Unfortunately, screeners on TradingView only work with the built-in indicators they provide, so Justin's indicator is not available for screeners. You would need to set up the indicator alerts on multiple symbols that are already pre-determined or pre-screened.
@MikeMike-on1Ай бұрын
is there a way to automate this indicator for futures setup?
@TradersPostАй бұрын
You can send alerts to TradersPost from any indicator on TradingView and we will send orders to your broker!
@joshbeeri Жыл бұрын
Awesome interview! Following both of you.
@TradersPost Жыл бұрын
Awesome! Thank you!
@lerofumanchero Жыл бұрын
Apologies if this is a dumb question, but is it possible to use the signals on the LDC in conjunction with webhooks for traderspost? Great interview, Dehorty's work here is amazing and greatly appreciated!
@TradersPost Жыл бұрын
Not a dumb question at all. Using Justin's Backtest Adapter (www.tradingview.com/script/Pu38F2pB-Backtest-Adapter/), you can add alerts to the strategy and connect them to TradersPost to make it fully automated.
@lerofumanchero Жыл бұрын
@@TradersPost thanks!
@capitola Жыл бұрын
Yes
@tonyvain100 Жыл бұрын
Hi Guys. Great video I truly enjoyed it. I would greatly appreciate any ideas on an AI screener I can use in junction with the program for day trading stocks. Any recommendations?
@TradersPost Жыл бұрын
Have you tried to build something?
@amirfard64718 ай бұрын
I overlaid this on 20 ema and it moves very identically!!
@11Andruxa Жыл бұрын
Tried it for a while - the indicator is just not that accurate
@TradersPost Жыл бұрын
Have you tried to code your own pinescript strategies yet?
@Alexrmacleod Жыл бұрын
wow great stuff
@TradersPost11 ай бұрын
Glad you liked it!
@BradWalton Жыл бұрын
Hello, Is there a pine script back tester strategy already written for this?? Where can I get a copy so that I can backtest the settings???
@TradersPost Жыл бұрын
Have a look at Justin's backtest adapter: www.tradingview.com/script/Pu38F2pB-Backtest-Adapter/
@trendingmak50708 ай бұрын
Is it repaint?
@AelfricLake Жыл бұрын
Pinescript uses token based system and compiles into Java on the backend.
@TradersPost Жыл бұрын
Interesting! I wouldn't have guessed Java.
@AelfricLake Жыл бұрын
@@TradersPost It's certainly not the fastest way or most scalable but currently it works. Pine will need to really step up their hardware game if they seriously want more technical ML based systems to be adapted in their platform though. Because even after certain optimizations you will start hitting the brick wall of loop computation limits or memory exhaustion. Although memory part mostly solved with dumping everything to libraries but computation still requires serialized tokenized system.
@AelfricLake Жыл бұрын
Oh btw I have coded more than maybe 200 private or public strategies with very complex logic along with some statistical approaches and after a while like Justin said here it's extremely hard to go forward with complexity even if you optimize the shit out of your code because you don't have access to their compiler or hardware. Because you are using their data you are locked to their closed backend which is understandable. Pine and TV is very convenient for moderately complex stuff for now but you can't go haywire on full DL or ML for the moment. We will see what will happen in the future though.
@ChaoticNeutralMatt Жыл бұрын
I was not expecting Java either.
@StefanReich Жыл бұрын
I wouldn't have guessed Java either, rather maybe LLVM. Then again, Java does make sense. Java bytecode is quite flexible, and JVMs are very very optimized execution engines. And you basically get safe execution for free.
@ezrakoper Жыл бұрын
Interesting. However not sure I got what to do with it
@andrewescu Жыл бұрын
easy just use it to find the best place to yolo your life savings into 0DTE OTM call options
@TradersPost Жыл бұрын
Start experimenting with pinescript strategies and backtest different ideas!
@ezrakoper Жыл бұрын
@@TradersPost that is obvious. However it is to abstract for me personally to do something with it. Anyway any new idea is welcomed. Maybe other can find inspiration with it