All Projects → EricCrosson → pine-script-mode

EricCrosson / pine-script-mode

Licence: GPL-2.0 license
GNU Emacs Major mode for Trading View pine script

Programming Languages

emacs lisp
2029 projects
Makefile
30231 projects

Projects that are alternatives of or similar to pine-script-mode

awesome-pinescript
A Comprehensive Collection of Everything Related to Tradingview Pine Script.
Stars: ✭ 563 (+3027.78%)
Mutual labels:  trading, pine, pinescript
Flutterweekview
Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
Stars: ✭ 130 (+622.22%)
Mutual labels:  package, view
dynamic-utils
Utility functions to perform dynamic operations on Android.
Stars: ✭ 86 (+377.78%)
Mutual labels:  package, view
awesome-tradingview
Curated list of noteworthy TradingView Strategies, Indicators and Alert Scripts for Trading Bots (PineScript)
Stars: ✭ 173 (+861.11%)
Mutual labels:  trading, pinescript
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (+255.56%)
Mutual labels:  trading
render react
Pre-render and mount React components from Ruby
Stars: ✭ 14 (-22.22%)
Mutual labels:  view
howtrader
Howtrader is a crypto currency quant framework, you can easily develop, backtest and run your own strategy in real market. It also supports tradingview or other 3rd party signals, just simply send a post request and it will help trade automatically. Now it only support binance spot, futures and inverse futures exchange. It will support okex, ftx…
Stars: ✭ 294 (+1533.33%)
Mutual labels:  trading
R.devices
🎨 R package: Unified Handling of Graphics Devices
Stars: ✭ 17 (-5.56%)
Mutual labels:  package
hej
Hej! is a simple authentication boilerplate for Socialite.
Stars: ✭ 111 (+516.67%)
Mutual labels:  package
cati
Cati Unix Package Manager
Stars: ✭ 19 (+5.56%)
Mutual labels:  package
flex color scheme
A Flutter package to make and use beautiful color scheme based themes.
Stars: ✭ 370 (+1955.56%)
Mutual labels:  package
metric.js
ianramosc.github.io/metric.js
Stars: ✭ 29 (+61.11%)
Mutual labels:  package
multi pairs martingle bot
A muti pairs martingle trading bot for Binance exchange.
Stars: ✭ 55 (+205.56%)
Mutual labels:  trading
LuckPan
幸运转盘,可以控制选中指定的奖项。
Stars: ✭ 15 (-16.67%)
Mutual labels:  view
package-command
Lists, installs, and removes WP-CLI packages.
Stars: ✭ 16 (-11.11%)
Mutual labels:  package
Automatic-Stock-Trading
Trading Algorithm by XGBoost
Stars: ✭ 58 (+222.22%)
Mutual labels:  trading
buttons tabbar
A Flutter package that implements a TabBar where each label is a toggle button.
Stars: ✭ 49 (+172.22%)
Mutual labels:  package
google streetview
A command line tool and module for Google Street View Image API
Stars: ✭ 77 (+327.78%)
Mutual labels:  view
RMGradientView
A Custom Gradient View Control for iOS with inspectable properties.
Stars: ✭ 24 (+33.33%)
Mutual labels:  view
PackageProject.cmake
🏛️ Help other developers use your project. A CMake script for packaging C/C++ projects for simple project installation while employing best-practices for maximum compatibility.
Stars: ✭ 48 (+166.67%)
Mutual labels:  package

pine-script-mode Build Status MELPA Stable MELPA

GNU Emacs major-mode for Trading View Pine script.

Update: 20.02.2022: Pine Script Version 5 support will be added soon, ironing out kinks

Install

From MELPA

(use-package pine-script-mode
  :ensure t
  :pin melpa-stable
  :mode (("\\.pine" . pine-script-mode)))

Or manually, after downloading into your load-path

(require 'pine-script-mode)
(add-to-list 'auto-mode-alist '("\\.pine$" . pine-script-mode))

Example of Syntax highlighting

Here is a buffer displaying the script Volume Footprint [LUX] by LuxAlgo.

Rendered example

The Emacs 28 buffer in this image is also using:

License

GPL 2 (or higher) © Free Software Foundation, Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].