Skip to content

Commit

Permalink
modify links html->md
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjjvxb authored and mrjbq7 committed Aug 20, 2023
1 parent 6362668 commit afa8797
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 18 deletions.
5 changes: 3 additions & 2 deletions docs/func_groups/math_operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ real = SUM(close, timeperiod=30)
```


[Documentation Index](../doc_index.html)
[FLOAT_RIGHTAll Function Groups](../funcs.html)
[Documentation Index](../doc_index.md)

[FLOAT_RIGHTAll Function Groups](../funcs.md)
5 changes: 3 additions & 2 deletions docs/func_groups/math_transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ real = TANH(close)
```


[Documentation Index](../doc_index.html)
[FLOAT_RIGHTAll Function Groups](../funcs.html)
[Documentation Index](../doc_index.md)

[FLOAT_RIGHTAll Function Groups](../funcs.md)
5 changes: 3 additions & 2 deletions docs/func_groups/momentum_indicators.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,6 @@ real = WILLR(high, low, close, timeperiod=14)
```


[Documentation Index](../doc_index.html)
[FLOAT_RIGHTAll Function Groups](../funcs.html)
[Documentation Index](../doc_index.md)

[FLOAT_RIGHTAll Function Groups](../funcs.md)
5 changes: 3 additions & 2 deletions docs/func_groups/overlap_studies.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ real = WMA(close, timeperiod=30)
```


[Documentation Index](../doc_index.html)
[FLOAT_RIGHTAll Function Groups](../funcs.html)
[Documentation Index](../doc_index.md)

[FLOAT_RIGHTAll Function Groups](../funcs.md)
5 changes: 3 additions & 2 deletions docs/func_groups/pattern_recognition.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,6 @@ integer = CDLXSIDEGAP3METHODS(open, high, low, close)
```


[Documentation Index](../doc_index.html)
[FLOAT_RIGHTAll Function Groups](../funcs.html)
[Documentation Index](../doc_index.md)

[FLOAT_RIGHTAll Function Groups](../funcs.md)
5 changes: 3 additions & 2 deletions docs/func_groups/price_transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ real = WCLPRICE(high, low, close)
```


[Documentation Index](../doc_index.html)
[FLOAT_RIGHTAll Function Groups](../funcs.html)
[Documentation Index](../doc_index.md)

[FLOAT_RIGHTAll Function Groups](../funcs.md)
5 changes: 3 additions & 2 deletions docs/func_groups/statistic_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ real = VAR(close, timeperiod=5, nbdev=1)
```


[Documentation Index](../doc_index.html)
[FLOAT_RIGHTAll Function Groups](../funcs.html)
[Documentation Index](../doc_index.md)

[FLOAT_RIGHTAll Function Groups](../funcs.md)
5 changes: 3 additions & 2 deletions docs/func_groups/volatility_indicators.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ real = TRANGE(high, low, close)
```


[Documentation Index](../doc_index.html)
[FLOAT_RIGHTAll Function Groups](../funcs.html)
[Documentation Index](../doc_index.md)

[FLOAT_RIGHTAll Function Groups](../funcs.md)
5 changes: 3 additions & 2 deletions docs/func_groups/volume_indicators.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ real = OBV(close, volume)
```


[Documentation Index](../doc_index.html)
[FLOAT_RIGHTAll Function Groups](../funcs.html)
[Documentation Index](../doc_index.md)

[FLOAT_RIGHTAll Function Groups](../funcs.md)

0 comments on commit afa8797

Please sign in to comment.