From d1a0bb726f30026c0578d98c505b8e40883a4c69 Mon Sep 17 00:00:00 2001 From: LucF <50338286+LucFF@users.noreply.github.com> Date: Sun, 4 Aug 2019 13:38:17 -0400 Subject: [PATCH 1/7] Update README.md --- resources/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/README.md b/resources/README.md index 23e57ae..efe91e0 100644 --- a/resources/README.md +++ b/resources/README.md @@ -125,6 +125,7 @@ Besides the TV Pine Editor chat there are two other forums worth mentioning wher ## Custom Pine Coding You can ask in the TV Pine Script Chat when you need custom Pine programming. If some coders are free, they will PM you. Some well-known Pine coders with a good reputation for providing custom Pine-coding services can be found on TradingView. Here are their TV ids: +- @a.tesla2018 - @Daveatt - @everget - @glaz (indicators only) From 693619c72e3a39d8928cc59d23907cc5677ee20c Mon Sep 17 00:00:00 2001 From: LucF <50338286+LucFF@users.noreply.github.com> Date: Sun, 4 Aug 2019 21:20:11 -0400 Subject: [PATCH 2/7] Update README.md --- resources/README.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/resources/README.md b/resources/README.md index efe91e0..ecfa8e6 100644 --- a/resources/README.md +++ b/resources/README.md @@ -19,6 +19,7 @@ This document provides a list of Pine-related resources and tools. - [Text Editor Highlighters for Pine](#text-editor-highlighters-for-pine) - [Color Pickers](#color-pickers) - [Custom Pine Coding](#custom-pine-coding) +- [On GitHub](#on-github) ## TradingView @@ -125,14 +126,29 @@ Besides the TV Pine Editor chat there are two other forums worth mentioning wher ## Custom Pine Coding You can ask in the TV Pine Script Chat when you need custom Pine programming. If some coders are free, they will PM you. Some well-known Pine coders with a good reputation for providing custom Pine-coding services can be found on TradingView. Here are their TV ids: -- @a.tesla2018 -- @Daveatt -- @everget -- @glaz (indicators only) -- @mortdiggiddy -- @paaax +- [a.tesla2018](https://www.tradingview.com/u/a.tesla2018/) +- [Daveatt](https://www.tradingview.com/u/Daveatt/) +- [Duyck](https://www.tradingview.com/u/Duyck/) +- [everget](https://www.tradingview.com/u/everget/) +- [glaz](https://www.tradingview.com/u/glaz/) (indicators only) +- [mortdiggiddy](https://www.tradingview.com/u/mortdiggiddy/) +- [paaax](https://www.tradingview.com/u/paaax/) A few other suppliers of such services: - [Backtest Rookies](https://backtest-rookies.com/professional-services/): Backtest Rookies provide a slew of services related to Pine and trading. - [7G Trading Tools](http://7gtradingtools.com/): Provides bespoke programming for trading strategies in multiple languages. Run by a guy called Mark Cottons. - [Codementor](https://www.codementor.io/pine-script-experts): This is simply a search for Pine script developers through the codementor platform. + + +## On GitHub +Well-know TV Pine Coder [@everget](https://www.tradingview.com/u/everget/) has a large collection of indicators [here](https://github.com/pinecoders/tradingview-pinescript-indicators). + +[Instabot](https://instabot42.github.io/): An open source execution engine that relays orders received from HTTP requests to Bitfinex, Deribit and Coinbase Pro, with support for Bitmex and Binance planned. + +[Notepad++ Highlighter](https://github.com/nidkil/tradingview-pine-script-udl-npp) + +[VSCode Highlighter](https://marketplace.visualstudio.com/items?itemName=leifcr.pine-script-syntax-highlighting) + +[VIM](https://github.com/jbmorgado/vim-pine-script) + +[GNU Emacs major-mode](https://github.com/EricCrosson/pine-script-mode) From 707b66b73bf8e516477b1bbd0e79977312def551 Mon Sep 17 00:00:00 2001 From: LucF <50338286+LucFF@users.noreply.github.com> Date: Sun, 4 Aug 2019 21:22:58 -0400 Subject: [PATCH 3/7] Update README.md --- resources/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/README.md b/resources/README.md index ecfa8e6..824a524 100644 --- a/resources/README.md +++ b/resources/README.md @@ -152,3 +152,5 @@ Well-know TV Pine Coder [@everget](https://www.tradingview.com/u/everget/) has a [VIM](https://github.com/jbmorgado/vim-pine-script) [GNU Emacs major-mode](https://github.com/EricCrosson/pine-script-mode) + +**[Back to top](#pine-resources)** From 00540095d7a96e989ceb89eaf97b757c2c79f664 Mon Sep 17 00:00:00 2001 From: LucF <50338286+LucFF@users.noreply.github.com> Date: Sun, 4 Aug 2019 21:23:32 -0400 Subject: [PATCH 4/7] Update README.md --- resources/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/README.md b/resources/README.md index 824a524..c22f0e2 100644 --- a/resources/README.md +++ b/resources/README.md @@ -153,4 +153,6 @@ Well-know TV Pine Coder [@everget](https://www.tradingview.com/u/everget/) has a [GNU Emacs major-mode](https://github.com/EricCrosson/pine-script-mode) +
+ **[Back to top](#pine-resources)** From 860002d5c4d5937e4d11cdde12b084505d95cbdf Mon Sep 17 00:00:00 2001 From: LucF <50338286+LucFF@users.noreply.github.com> Date: Sun, 4 Aug 2019 21:29:15 -0400 Subject: [PATCH 5/7] Update README.md --- resources/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/README.md b/resources/README.md index c22f0e2..e916771 100644 --- a/resources/README.md +++ b/resources/README.md @@ -18,7 +18,7 @@ This document provides a list of Pine-related resources and tools. - [Automation](#automation) - [Text Editor Highlighters for Pine](#text-editor-highlighters-for-pine) - [Color Pickers](#color-pickers) -- [Custom Pine Coding](#custom-pine-coding) +- [Work For Hire Pine Programmers](#work-forh-ire-pine-programmers) - [On GitHub](#on-github) @@ -123,9 +123,9 @@ Besides the TV Pine Editor chat there are two other forums worth mentioning wher [december.com](https://www.december.com/html/spec/) -## Custom Pine Coding -You can ask in the TV Pine Script Chat when you need custom Pine programming. If some coders are free, they will PM you. -Some well-known Pine coders with a good reputation for providing custom Pine-coding services can be found on TradingView. Here are their TV ids: +## Work For Hire Pine Programmers +This list contains the TV id of Pine programmers we know and who have a good reputation of providing quality paid Pine custom coding. You can also ask in the TV Pine Script Chat when you need paid custom Pine programming. If some coders are free, they will PM you. + - [a.tesla2018](https://www.tradingview.com/u/a.tesla2018/) - [Daveatt](https://www.tradingview.com/u/Daveatt/) - [Duyck](https://www.tradingview.com/u/Duyck/) From 1f645bf8c4f2d1e1566fcd38fbbf4e45f3b99ff6 Mon Sep 17 00:00:00 2001 From: LucF <50338286+LucFF@users.noreply.github.com> Date: Sun, 4 Aug 2019 21:29:37 -0400 Subject: [PATCH 6/7] Update README.md --- resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/README.md b/resources/README.md index e916771..37052ff 100644 --- a/resources/README.md +++ b/resources/README.md @@ -18,7 +18,7 @@ This document provides a list of Pine-related resources and tools. - [Automation](#automation) - [Text Editor Highlighters for Pine](#text-editor-highlighters-for-pine) - [Color Pickers](#color-pickers) -- [Work For Hire Pine Programmers](#work-forh-ire-pine-programmers) +- [Work For Hire Pine Programmers](#work-for-hire-pine-programmers) - [On GitHub](#on-github) From 812ac2ea81b19c2c1443768bc8dd016f369ad62a Mon Sep 17 00:00:00 2001 From: LucF <50338286+LucFF@users.noreply.github.com> Date: Sun, 4 Aug 2019 21:32:57 -0400 Subject: [PATCH 7/7] Update README.md --- resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/README.md b/resources/README.md index 37052ff..f023701 100644 --- a/resources/README.md +++ b/resources/README.md @@ -141,7 +141,7 @@ A few other suppliers of such services: ## On GitHub -Well-know TV Pine Coder [@everget](https://www.tradingview.com/u/everget/) has a large collection of indicators [here](https://github.com/pinecoders/tradingview-pinescript-indicators). +Well-known TV Pine coder [everget](https://www.tradingview.com/u/everget/) has a large collection of indicators [here](https://github.com/pinecoders/tradingview-pinescript-indicators). [Instabot](https://instabot42.github.io/): An open source execution engine that relays orders received from HTTP requests to Bitfinex, Deribit and Coinbase Pro, with support for Bitmex and Binance planned.