PineCoders Squawk Box @pinecoderssquawkbox Channel on Telegram

PineCoders Squawk Box

@pinecoderssquawkbox


News & Tips on TradingView's Pine programming language

PineCoders Squawk Box (English)

Are you a trader using TradingView's Pine programming language? If so, you need to check out PineCoders Squawk Box! This Telegram channel is dedicated to providing you with the latest news and tips related to trading on TradingView using the Pine programming language. PineCoders Squawk Box is the go-to channel for traders who want to stay informed and ahead of the game when it comes to using Pine on TradingView. Whether you are a beginner looking for some guidance or an experienced trader wanting to stay updated on the latest trends, this channel has something for everyone. The channel is managed by a group of expert traders and programmers who are passionate about sharing their knowledge and insights with the trading community. They regularly update the channel with news, tips, and tutorials to help you enhance your trading skills and make the most of the Pine programming language. By joining PineCoders Squawk Box, you will have access to a wealth of information that can help you improve your trading strategies and achieve better results. You will also be able to connect with like-minded individuals who share your passion for trading and programming. Don't miss out on the opportunity to join a vibrant community of traders and programmers who are dedicated to helping each other succeed. Join PineCoders Squawk Box today and take your trading on TradingView to the next level! Stay informed, stay connected, and stay ahead of the game with PineCoders Squawk Box.

PineCoders Squawk Box

26 Jul, 15:31


๐Ÿ›  #fix
You can now update your scripts without risking a conversion to an idea.

PineCoders Squawk Box

05 Jul, 14:45


โ—๏ธWARNING

There is currently a problem on the platform where script updates sometimes cause the publication to become an idea, rendering the publication useless.

Until TradingView resolves the problem, it will be safest to avoid updating your script publications for the time being. We will keep you updated on the issue. Apologies for the inconvenience.

PineCoders Squawk Box

05 Feb, 18:41


๐Ÿ”ˆ #news
See our awards for the best scripts from our 2023 Editors' Picks:
https://www.tradingview.com/chart/SPY/Z90fypln-Best-Editors-Picks-of-2023/

PineCoders Squawk Box

15 Jan, 14:15


๐Ÿ”ˆ #news
Meet our new Pine Wizards.

PineCoders Squawk Box

29 Dec, 15:04


๐ŸŒฒ #newfeature
The Pine Editor now helps you track unsaved changes to your code:
https://www.tradingview.com/blog/en/track-unsaved-changes-in-the-pine-editor-42549/

PineCoders Squawk Box

27 Dec, 13:25


๐ŸŒฒ #newfeature
The plot*() functions have two new parameters, format and precision, which allow you to selectively control how they display values in the chart paneโ€™s y-axis, the scriptโ€™s status line, and the Data Window:
https://www.tradingview.com/pine-script-docs/en/v5/Release_notes.html#december-2023

PineCoders Squawk Box

26 Dec, 16:43


๐Ÿ”ˆ #news
A new User Manual page on request.*() functions was rolled out:
https://www.tradingview.com/pine-script-docs/en/v5/concepts/Other_timeframes_and_data.html#

PineCoders Squawk Box

11 Dec, 15:59


๐Ÿ”ˆ #news
You sometimes ask us who PineCoders are. We tried to explain things in here.

PineCoders Squawk Box

06 Nov, 14:42


๐Ÿ”ˆ #news
The winners of Pinefest #1 are out. Warm thanks to all participants.

PineCoders Squawk Box

25 Oct, 14:33


๐ŸŒฒ #newfeature
Draw irregular shapes with the new polyline drawings:
https://www.tradingview.com/blog/en/pine-script-polyline-drawings-41467/

PineCoders Squawk Box

21 Oct, 11:51


๐Ÿ”ˆ #news
Pinefest #1 is out! You have one week to submit an entry to our Pine Scriptยฎ programming contest. The winner will receive 500 USD.
https://www.tradingview.com/chart/SPY/ZTjv3sPV-Pinefest-1/

PineCoders Squawk Box

21 Sep, 15:37


๐ŸŒฒ #newfeature
Use external EOD data from a GitHub repo in your scripts with our new Pine Seeds and `request.seed()`:
https://github.com/tradingview-pine-seeds/docs

PineCoders Squawk Box

19 Sep, 14:03


๐Ÿ”ˆ #news
Read about our new Pinefests and how you could win 500 USD:
https://www.tradingview.com/blog/en/tradingview-pinefests-2023-40832/

PineCoders Squawk Box

18 Sep, 16:31


๐ŸŒฒ #newfeature
An ignore_invalid_timeframe parameter was added to request.security_lower_tf(). It provides more control over the runtime errors generated by scripts using the function:
https://www.tradingview.com/pine-script-reference/v5/#fun_request.security_lower_tf

PineCoders Squawk Box

14 Sep, 12:30


๐ŸŒฒ #newfeature
The syntax of Pine Scriptยฎ code blocks in chats and published script descriptions is now highlighted.

PineCoders Squawk Box

14 Sep, 12:16


๐ŸŒฒ #newfeature
Access future dividend information with three new variables: dividends.future_amount, dividends.future_ex_date and dividends.future_pay_date.

PineCoders Squawk Box

14 Sep, 12:02


๐ŸŒฒ #newfeature
ticker.inherit() now allows you to transport symbol modifiers from one symbol to another when creating tickers for request.*() functions, including previously inaccessible modifiers such as back-adjustment:
https://www.tradingview.com/pine-script-reference/v5/#fun_ticker%7Bdot%7Dinherit

PineCoders Squawk Box

13 Sep, 13:59


๐ŸŒฒ #newfeature
A new timeframe.from_seconds() function makes it easier to manipulate timeframes when used in conjunction with the existing timeframe.in_seconds(). See the code example in the new function's entry in the Reference Manual.

PineCoders Squawk Box

05 Sep, 15:37


๐Ÿ”ˆ #news
The z-index of visual elements has changed. Among the changes, fills now appear behind plots and hlines:
https://www.tradingview.com/pine-script-docs/en/v5/concepts/Colors.html#z-index

PineCoders Squawk Box

31 Aug, 14:52


๐ŸŒฒ #newfeature
Consider using the new Pine Scriptยฎ maps when you need efficient lookup tables in scripts:
https://www.tradingview.com/blog/en/pine-script-now-features-maps-40538/