Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

[docs] Update example_strategies.md - fixed some links #1326

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY package.json /usr/src/app/
RUN npm install -g node-gyp
RUN cd $(npm root -g)/npm && npm install fs-extra && sed -i -e s/graceful-fs/fs-extra/ -e s/fs.rename/fs.move/ ./lib/utils/rename.js
RUN npm install --production
RUN npm install redis@0.10.0 talib@1.0.2 pg
RUN npm install redis@0.10.0 talib@1.0.2 pg@6.1.0

# Bundle app source
COPY . /usr/src/app
Expand Down
6 changes: 3 additions & 3 deletions docs/strategies/example_strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can configure the following parameters:

### MACD

This method is similar to DEMA but goes a little further by comparing the difference by an EMA of itself. Read more about it [here](http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:moving_average_conve).
This method is similar to DEMA but goes a little further by comparing the difference by an EMA of itself. Read more about it [here](http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:moving_average_convergence_divergence_macd).

You can configure the following parameters:

Expand Down Expand Up @@ -94,7 +94,7 @@ You can configure the following parameters:

### RSI

The Relative Strength Index is a momentum oscillator that measures the speed and change of price movements. Read more about it [here](http://stockcharts.com/help/doku.php?id=chart_school:technical_indicators:relative_strength_in).
The Relative Strength Index is a momentum oscillator that measures the speed and change of price movements. Read more about it [here](http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:relative_strength_index_rsi).

You can configure the following parameters:

Expand Down Expand Up @@ -154,4 +154,4 @@ You can configure the following parameters:
down = -0.025
up = 0.025

[TODO!]
[TODO!]