Skip to content

Commit 3a6be8f

Browse files
html file getYahaoo regenerated
1 parent 48f6b33 commit 3a6be8f

5 files changed

Lines changed: 29 additions & 15 deletions

File tree

toolbox/helpfiles/FSDA/getYahoo.html

Lines changed: 26 additions & 12 deletions
Large diffs are not rendered by default.
22.6 KB
Loading
30.7 KB
Loading
10.8 KB
Loading

toolbox/utilities/getYahoo.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,11 @@
415415
%}
416416

417417
%{
418-
% Define the Bollinger settings structure in the top panel.
418+
%% Define the Bollinger settings structure in the top panel.
419419
s = struct;
420420
s.Name = 'boll';
421-
s.bollWindow = 20; % Moving average window (default 20)
422-
s.bollNumStd = 2; % Number of standard deviations (default 2)
421+
s.bollWindow = 25; % Moving average window (default 20)
422+
s.bollNumStd = 2.3; % Number of standard deviations (default 2)
423423
out = getYahoo('G.MI', 'topPanelMode', s);
424424
%}
425425

0 commit comments

Comments
 (0)