@@ -174,7 +174,7 @@ mpf.plot(daily)
174
174
```
175
175
176
176
177
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_4_1.png )
177
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_4_1.png )
178
178
179
179
180
180
---
@@ -188,7 +188,7 @@ mpf.plot(daily,type='candle')
188
188
```
189
189
190
190
191
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_6_1.png )
191
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_6_1.png )
192
192
193
193
194
194
@@ -197,7 +197,7 @@ mpf.plot(daily,type='line')
197
197
```
198
198
199
199
200
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_7_1.png )
200
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_7_1.png )
201
201
202
202
203
203
---
@@ -213,7 +213,7 @@ mpf.plot(daily,type='ohlc',mav=4)
213
213
```
214
214
215
215
216
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_9_1.png )
216
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_9_1.png )
217
217
218
218
219
219
@@ -222,7 +222,7 @@ mpf.plot(daily,type='candle',mav=(3,6,9))
222
222
```
223
223
224
224
225
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_10_1.png )
225
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_10_1.png )
226
226
227
227
228
228
---
@@ -234,7 +234,7 @@ mpf.plot(daily,type='candle',mav=(3,6,9),volume=True)
234
234
```
235
235
236
236
237
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_12_1.png )
237
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_12_1.png )
238
238
239
239
240
240
Notice, in the above chart, there are no gaps along the x-coordinate, even though there are days on which there was no trading. *** Non-trading days are simply not shown*** (since there are no prices for those days).
@@ -250,7 +250,7 @@ mpf.plot(daily,type='candle',mav=(3,6,9),volume=True,show_nontrading=True)
250
250
```
251
251
252
252
253
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_14_1.png )
253
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_14_1.png )
254
254
255
255
256
256
---
@@ -367,7 +367,7 @@ mpf.plot(iday,type='candle',mav=(7,12))
367
367
```
368
368
369
369
370
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_18_1.png )
370
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_18_1.png )
371
371
372
372
373
373
The "time-interpretation" of the ` mav ` integers depends on the frequency of the data, because the mav integers are the * number of data points* used in the Moving Average (not the number of days or minutes, etc). Notice above that for intraday data the x-axis automatically displays TIME * instead of* date. Below we see that if the intraday data spans into two (or more) trading days the x-axis automatically displays * BOTH* TIME and DATE
@@ -379,7 +379,7 @@ mpf.plot(iday,type='candle')
379
379
```
380
380
381
381
382
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_20_1.png )
382
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_20_1.png )
383
383
384
384
385
385
---
@@ -391,7 +391,7 @@ mpf.plot(iday,type='candle',show_nontrading=True)
391
391
```
392
392
393
393
394
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_22_1.png )
394
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_22_1.png )
395
395
396
396
397
397
---
@@ -403,7 +403,7 @@ mpf.plot(intraday,type='ohlc',show_nontrading=True)
403
403
```
404
404
405
405
406
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_24_1.png )
406
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_24_1.png )
407
407
408
408
409
409
---
@@ -415,7 +415,7 @@ mpf.plot(intraday,type='line')
415
415
```
416
416
417
417
418
- ![ png] ( https://raw.githubusercontent.com/DanielGoldfarb /mplfinance/master/readme_files/readme_26_1.png )
418
+ ![ png] ( https://raw.githubusercontent.com/matplotlib /mplfinance/master/readme_files/readme_26_1.png )
419
419
420
420
421
421
---
0 commit comments