Changeset 2972378
- Timestamp:
- 09/27/2023 07:07:00 PM (3 years ago)
- File:
-
- 1 edited
-
stock-market-charts-from-finviz/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stock-market-charts-from-finviz/trunk/readme.txt
r2972363 r2972378 21 21 Option to specify chart image `alt` attribute text prefix 22 22 Option to specify chart image `width` - `[finviz ticker=GE width=500]` 23 Option to specify chart `type` - `line` or `candle`24 Option to specify chart `time period` - day, week or month25 Option to add `trailing averages`to only `daily` period chart23 Option to specify chart `type` - [line](https://charts2.finviz.com/chart.ashx?t=GE&ty=l&ta=1&p=d&s=l) or [candle]https://charts2.finviz.com/chart.ashx?t=GE&ty=c&ta=1&p=d&s=l 24 Option to specify chart `time period` - [day](https://charts2.finviz.com/chart.ashx?t=GE&ty=c&p=d&s=l), [week](https://charts2.finviz.com/chart.ashx?t=GE&ty=c&p=w&s=l) or [month](https://charts2.finviz.com/chart.ashx?t=GE&ty=c&p=m&s=l) 25 Option to add [trailing averages](https://charts2.finviz.com/chart.ashx?t=GE&ty=c&ta=1&p=d&s=l) to only `daily` period chart 26 26 27 27 28 28 Chart images include small branded logo of finviz.com 29 29 Please review the [privacy policy](https://www.finviz.com/privacy.ashx) of finviz.com 30 30 31 No API key or registration required. 31 32
Note: See TracChangeset
for help on using the changeset viewer.