diff --git a/README.md b/README.md index ae8ca8d..6e3ba81 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ See our Trusted Pine Use our Pine Script™ Resources.

Want to make a suggestion to improve Pine Script™?
-Send it by email to our Trello board.

+Go to TradingView's subreddit.

Interested in broadening your vistas?
We have a guide on Digital Signal Processing in Pine Script™,
@@ -49,7 +49,7 @@ and a list of books. PineCoders is a small, [TradingView](https://www.tradingview.com/)-supported group of programmers who code in [Pine Script™](https://www.tradingview.com/pine-script-docs/en/v5/Introduction.html), the programming language used to write trading indicators and strategies for the TradingView financial charting platform. Our members include most of the [Pine Script™ Wizards](https://www.tradingview.com/pine-wizards/) and many of the platform's top programmers. Our community-oriented members work together to: -- Collaborate with TradingView's Pine team to steer the future of the language, test new features, and make Pine Script™ indicators and strategies easier to use for all TradingViewers. +- Represent the interests of programmers, publishers and users of scripts on the platform. We collaborate with TradingView's teams to steer the future of the language, test new features, and make Pine Script™ indicators and strategies more powerful and easier to use for all TradingViewers. - Pilot the [PineCoders](https://www.tradingview.com/u/PineCoders/#published-charts) moderator account on TV from where we curate the 100,000-strong [Community Scripts](https://www.tradingview.com/scripts/) by analyzing all new script publications and moderating those that do not comply with House Rules. - Select the [Editors' Picks for scripts](https://www.tradingview.com/scripts/editors-picks/). - Answer questions in the Stack Overflow [pine-script] tag, @@ -59,6 +59,7 @@ and in the Pine Scr [PineCodersTASC](https://www.tradingview.com/u/PineCodersTASC/#published-scripts), and [TradingView](https://www.tradingview.com/u/TradingView/#published-scripts) accounts on TradingView. - Follow [leading publishers](https://www.tradingview.com/u/PineCoders/#following-people) of open-source scripts on TV. +- Manage the list of Trusted Pine Script™ Programmers for Hire. [Pine Script™ Reference Manual](https://www.tradingview.com/pine-script-reference/v5/) [Pine Script™ User Manual](https://www.tradingview.com/pine-script-docs/en/v5/) diff --git a/faq_and_code/README.md b/faq_and_code/README.md index 64eb83f..3536fe2 100644 --- a/faq_and_code/README.md +++ b/faq_and_code/README.md @@ -1037,8 +1037,7 @@ hline(50, color = showHline ? color.blue : #00000000) ### How can I plot color gradients? There are no built-in functions to generate color gradients in Pine yet. Gradients progressing horizontally across bars are much easier to implement and run faster. These are a few examples: -- [Color Gradient (16 colors) Framework - PineCoders FAQ](https://www.tradingview.com/script/EjLGV9qg-Color-Gradient-16-colors-Framework-PineCoders-FAQ/) -- [Color Gradient Framework - PineCoders FAQ](https://www.tradingview.com/script/rFJ5I3Hl-Color-Gradient-Framework-PineCoders-FAQ/) +- [Color Gradient Framework - PineCoders FAQ](https://www.tradingview.com/script/hqH4YIFa-Color-Gradient-Framework-PineCoders/) - [[e2] Color Gradient Function](https://www.tradingview.com/script/VSGvuDEF-e2-Color-Gradient-Function/) - [[RS]Color Gradient Function](https://www.tradingview.com/script/nUq3gvD5-RS-Color-Gradient-Function/) - [[RS]Function - RGB Color (low resolution)](https://www.tradingview.com/script/nUq3gvD5-RS-Color-Gradient-Function/) diff --git a/resources/README.md b/resources/README.md index ad5e40b..9ddd12e 100644 --- a/resources/README.md +++ b/resources/README.md @@ -162,12 +162,8 @@ We maintain a list of [trusted Pine programmers for hire in TradingView's Help C [WolfBot](https://wolfbot.org/) can receive TV alerts via Email or Webhook URL and trade on 25+ cryptocurrency exchanges. Supported alerts include buy/sell (limit and market orders), as well as more advanced order types such as stop-loss and trailing-stop. -### For developers - -Backtest Rookies has developed [tv2bt](https://backtest-rookies.com/2019/11/22/tv2bt-tradingview-to-backtrader-module/): *a data feed for Backtrader which will allow you to receive trade signals and/or OHLCV data from Tradingview. It aims to open access to the plethora of open source strategies and indicators on the Tradingview and allow you to use them to influence your own live strategies. In addition, it can also be used to find some good, reliable intra-day data.* - - +
## Text Editor Highlighters and Utilities for Pine