Skip to content

Commit

Permalink
Merge pull request #9 from GeorgeFreelanceDeveloper/feature/web
Browse files Browse the repository at this point in the history
Feature/web
  • Loading branch information
GeorgeFreelanceDeveloper authored May 11, 2024
2 parents 1668b3c + 2469dd7 commit d70d96e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions docs/_pages/strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Author: Richard Denis

<img src="../assets/images/turtle_example.png" width=750px>

* [Documentation]()
* [Backtest]()
* **SourceCode**: [TradingView](), [cTrader]() [MetaTrader](), [Multicharts](), [TradeStation]()
* [Documentation](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/tree/master/strategies/trend-follow/TurtleTrendFollow)
* [Backtest](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/TurtleTrendFollow/backtest/backtest.md)
* **SourceCode**: [TradingView](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/TurtleTrendFollow/scripts/TurtleTrendFollowStrategy.pinescript), [cTrader](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/TurtleTrendFollow/scripts/TurtleTrendFollowStrategy.cs) [MetaTrader](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/TurtleTrendFollow/scripts/TurtleTrendFollowStrategy.mq5), [Multicharts](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/TurtleTrendFollow/scripts/TurtleTrendFollowStrategy.easylanguage), [TradeStation](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/TurtleTrendFollow/scripts/TurtleTrendFollowStrategy.easylanguage)


## Supertrend
Expand Down Expand Up @@ -110,9 +110,9 @@ Super trend indicator parameters: (Time frame: Daily, ATR lenght: 10, Factor: 3)

<img src="../assets/images/supertrend_example.png" width=750px>

* [Documentation]()
* [Backtest]()
* **SourceCode**: [TradingView](), [cTrader]() [MetaTrader](), [Multicharts](), [TradeStation]()
* [Documentation](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/SuperTrendFollow)
* [Backtest](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/SuperTrendFollow/backtest/backtest.md)
* **SourceCode**: [TradingView](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/SuperTrendFollow/scripts/SuperTrendFollowStrategy.pinescript), [cTrader](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/SuperTrendFollow/scripts/SuperTrendFollowStrategy.cs) [MetaTrader](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/SuperTrendFollow/scripts/SuperTrendFollowStrategy.mq5), [Multicharts](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/SuperTrendFollow/scripts/SuperTrendFollowStrategy.easylanguage), [TradeStation](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/SuperTrendFollow/scripts/SuperTrendFollowStrategy.easylanguage)


## Bollinger Band Breakout
Expand Down Expand Up @@ -146,6 +146,6 @@ double lowerBand = ta.sma(close, length) - multiplierLower * ta.stdev(close, len

<img src="../assets/images/bollinger_example.png" width=750px>

* [Documentation]()
* [Backtest]()
* **SourceCode**: [TradingView](), [cTrader]() [MetaTrader](), [Multicharts](), [TradeStation]()
* [Documentation](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/BollingerBandTrendFollow)
* [Backtest](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/BollingerBandTrendFollow/backtest/backtest.md)
* **SourceCode**: [TradingView](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/BollingerBandTrendFollow/scripts/BollingerBandTrendFollowStrategy.pinescript), [cTrader](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/BollingerBandTrendFollow/scripts/BollingerBandTrendFollowStrategy.cs) [MetaTrader](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/BollingerBandTrendFollow/scripts/BollingerBandTrendFollowStrategy.mq5), [Multicharts](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/BollingerBandTrendFollow/scripts/BollingerBandTrendFollowStrategy.easylanguage), [TradeStation](https://github.com/GeorgeFreelanceDeveloper/trend-follow.io/blob/master/strategies/trend-follow/BollingerBandTrendFollow/scripts/BollingerBandTrendFollowStrategy.easylanguage)
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3>What is trend-following trading?</h3>
<p>
Trend followers are not trying to predict tops and bottoms. They are not trying to predict anything, really. The aim is, quite simply, to take advantage of moves in different asset classes in the anticipation that some of the positions go their way big time. There is zero forecasting involved.
</p>
<a class="btn btn-primary btn-lg" href="#">Github &raquo;</a>
<a class="btn btn-primary btn-lg" href="https://github.com/GeorgeFreelanceDeveloper/trend-follow.io">Github &raquo;</a>
</div>
{% include sidebar.html %}
</div>
Expand Down

0 comments on commit d70d96e

Please sign in to comment.