Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 30 additions & 9 deletions resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ 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-for-hire-pine-programmers)
- [On GitHub](#on-github)


## TradingView
Expand Down Expand Up @@ -122,16 +123,36 @@ 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:
- @Daveatt
- @everget
- @glaz (indicators only)
- @mortdiggiddy
- @paaax
## 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/)
- [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-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.

[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)

<br>

**[Back to top](#pine-resources)**