Skip to content

Commit

Permalink
Adding additional examples: adx, aroon, bollinger, stochastic, williams
Browse files Browse the repository at this point in the history
  • Loading branch information
andredumas committed Aug 29, 2016
1 parent ddd2d6b commit ea6c797
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,18 @@
[submodule "examples/plot/tradearrow"]
path = examples/plot/tradearrow
url = https://gist.github.com/3c0eefdd77a6380b1a35.git
[submodule "examples/indicator/williams"]
path = examples/indicator/williams
url = https://gist.github.com/c12073b8800f50dd9de03ce590073ab6.git
[submodule "examples/indicator/stochastic"]
path = examples/indicator/stochastic
url = https://gist.github.com/ca282714b8a0580e56623053b18ce8f9.git
[submodule "examples/indicator/adx"]
path = examples/indicator/adx
url = https://gist.github.com/509587c3348c09463b236321e8df2679.git
[submodule "examples/indicator/aroon"]
path = examples/indicator/aroon
url = https://gist.github.com/f18938b1adeb27e0b6fd.git
[submodule "examples/indicator/bollinger"]
path = examples/indicator/bollinger
url = https://gist.github.com/2da5cf683eb1e0589fa10418d442479c.git
13 changes: 12 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,15 @@ examples can be viewed in the wiki [Examples Gallery](https://github.com/andredu

By default they will be using online version of techanjs and d3. For local development, `grunt serve` (`grunt watch`)
is configured to make local development copies in `build/examples` replacing remote references to techanjs and d3 with
local build and bower dependencies.
local build and bower dependencies.

## Creating An Example

[Let’s Make a Block](https://bost.ocks.org/mike/block/)

Key files for techan examples:
* README.md
* The example itself
* index.html
* supporting data files
* 230×120 thumbnail
1 change: 1 addition & 0 deletions examples/indicator/adx
Submodule adx added at 949c14
1 change: 1 addition & 0 deletions examples/indicator/aroon
Submodule aroon added at 4708ee
1 change: 1 addition & 0 deletions examples/indicator/bollinger
Submodule bollinger added at 2851eb
1 change: 1 addition & 0 deletions examples/indicator/stochastic
Submodule stochastic added at 84c1d9
1 change: 1 addition & 0 deletions examples/indicator/williams
Submodule williams added at c8225a

0 comments on commit ea6c797

Please sign in to comment.