Skip to content

Commit caa4494

Browse files
author
everget
committed
Add project skeleton
1 parent c29f3d9 commit caa4494

File tree

13 files changed

+33
-0
lines changed

13 files changed

+33
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_todo/

boilerplates/basic_strategy.pine

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//@version=4
2+
strategy("Basic Strategy Boilerplate",
3+
shorttitle="Strategy Boilerplate",
4+
overlay=true
5+
)
6+

boilerplates/crypto_strategy.pine

Whitespace-only changes.

boilerplates/forex_strategy.pine

Whitespace-only changes.

boilerplates/stock_strategy.pine

Whitespace-only changes.

functions/.gitkeep

Whitespace-only changes.

guides/code_style/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Pine Script Code Style Guide
2+
3+
### Introduction
4+
5+
The goal of this style guide is to present a set of best practices and style guidelines for Pine Script. It was designed is to be a community-driven resource so filling the gaps will be greatly appreciated by the whole community.
6+
7+
### Translations
8+
1. [TODO](#)
9+
10+
### Table of Contents
11+
1. [TODO](#)
12+
13+
**[Back to top](#table-of-contents)**

guides/code_style/i18n/.gitkeep

Whitespace-only changes.

guides/optimisation/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Pine Script Optimisation Guide
2+
3+
### Introduction
4+
5+
The goal of this style guide is to present a set of best practices and guidelines for Pine Script performance optimisation. It was designed is to be a community-driven resource so filling the gaps will be greatly appreciated by the whole community.
6+
7+
### Translations
8+
1. [TODO](#)
9+
10+
### Table of Contents
11+
1. [TODO](#)
12+
13+
**[Back to top](#table-of-contents)**

guides/optimisation/i18n/.gitkeep

Whitespace-only changes.

guides/pine_book/.gitkeep

Whitespace-only changes.

indicators/.gitkeep

Whitespace-only changes.

tricks/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)