正在加载视频...

视频加载失败

🚨 Quarterly Earnings Pro updated & registrations re-opened! Request access at: Now you can: ⦿ view Cash flow from operations (CFO) in FY mode ⦿ view Debt to equity in FY mode ⦿ view Return on equity (ROE) in the header ⦿ show or hide header rows & content...

99,260 次观看 • 2 年前 •via X (Twitter)

10 条评论

Tar ⚡ 的头像
Tar ⚡2 年前

Great work 👏

Nitin R 的头像
Nitin R2 年前

Thanks so much Tariq! Really means a lot.

Yogesh Narwani 的头像
Yogesh Narwani2 年前

Kudos Nitin Sir, Guess those who already have access doesn't need to fill & get V2.

Nitin R 的头像
Nitin R2 年前

Yes, please don’t register again. It will auto-update. Just delete the old indicator from your charts & re-add.

XDJ 的头像
XDJ2 年前

Shared . Also grateful for your contribution to the community.

Sunil Kashyap 的头像
Sunil Kashyap2 年前

Amazing scripts... Quarterly earning pro as well as simple volume. Also follow your screeners on Chartinks 👌🙏

Stockastica 的头像
Stockastica2 年前

Thanks @finallynitin and @equitycraze

Nitesh Gupta 的头像
Nitesh Gupta2 年前

I have registered and hope to get access soon. Nitin Sir, I would like to make a request. If you could share your CODA Trading Journal template, it would be very beneficial for the trading community. Thank you Sir 🫶

Nitin R 的头像
Nitin R2 年前

Let's see when that happens.

Rahul 的头像
Rahul2 年前

Great work! Now waiting for your R multiple indicator 😃

相关视频

CSS Tip! 🐳 You can add little details like this scale down on scroll effect with scroll-driven animations and some sticky positioning 🤙 section { animation: scale-down; animation-timeline: view(); animation-range: exit; } @​keyframes scale-down { to { scale 0.8; } ] In this smaller example, you can lean into using the position to drive an animation that scales itself down as it leaves the viewport (Seen on the Apple Vision Pro site 🍏) The nice thing here is that if you don't have scroll-driven animations, the user still gets a good experience ✨ So how do you do it? There isn't much to it header { transform-origin: 50% 0%; animation: scale-down both ease-in; animation-timeline: view(); animation-range: exit; view-timeline: --header; } @​keyframes scale-down { to { scale: 0.8 0.8; } } That's it. The layout makes use of position: sticky so that the element stays in the shot whilst you scroll the page. As it leaves the page, it scales down inside the 🫶 The other smol animation here is fading the overlay on the video out 😎 Real easy. You may notice the view-timeline you defined above for the 👀 header { view-timeline: --header; } You have a pseudoelement on the text content of the header that lives inside a header > section::before { background: hsl(0 0% 0% / 0.75); opacity: 1; animation: fade both linear; animation-timeline: --header; animation-range: exit-crossing 0% exit 0%; } @​keyframes fade { to { opacity: 0; } } You use a slightly smaller range on this with exit-crossing to fade it out before you start the scale down animation 🤏 That's it! Thought this smaller example would be easier to grok for people 🙏 It's also covered with JavaScript if you really want it for your sites 🤙 CodePen.IO link below 👇

jhey ʕ•ᴥ•ʔ

146,270 次观看 • 2 年前

long time no posting, here's some of the stuff we released in helium recently: - customizable keyboard shortcuts on all platforms - automatic updates on windows - frameless mode (previously zen mode), with floating sidebar, is now out of beta and included in settings by default - improved fingerprint noising: fixed the canvas noising algorithm and added protections against analysis attacks (thank you Cynthia 🐈 for your report, research, and assistance) - tab URL copying, one or multiple, formatted as a list with line breaks - manual tab hibernation, with an option to hibernate all tabs except for selected/active ones - an option to close tabs to the left (or above, in vertical layout) - redesigned toast notifications, now anchored to the active web page, and no longer blinding in dark mode - toast notification about newly opened background tabs in frameless mode (can be disabled in settings) - redesigned the infobar, it no longer looks out of place - improved QR code generation, now it's actually useful - downloads bubble is now shown instead of the full page whenever applicable - kagi search now supports reverse image search from image context menu - frameless mode animations are now smoother - better color contrast in light and dark modes - a lot of bug fixes and other minor improvements all of these changes are present in the latest version of helium. if you're using helium on windows, please update to the latest version, so your browser can be updated automatically from now on!

Helium

160,274 次观看 • 2 个月前