Skip to content

Commit e3621d9

Browse files
committed
Version 2.54 (2021-05-03)
- [4.5] Fixed: the implied volatility was sometimes incorrectly reported as +/-inf - [5.*] Added EndDate parameter for weekly/monthly history queries (as in daily/interval) - [5.*] Fixed BeginDate/EndDate/MaxItems parameter inconsistencies in history queries
1 parent c5167fb commit e3621d9

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

IQML.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
% DataDirection (Integer) default=1; either 1 (oldest-to-newest, default) or -1 (newest-to-oldest)
8383
% MaxItems (Integer) default=100; returns up to the specified # of bars
8484
% BeginDate (Integer or String) default=[]; earliest bar date (only relevant if DataType=day/week/month)
85-
% EndDate (Integer or String) default=[]; latest bar date (only relevant if DataType=day)
85+
% EndDate (Integer or String) default=[]; latest bar date (only relevant if DataType=day/week/month)
8686
% IntervalType (String) default='secs'; one of secs,volume,ticks (only relevant if DataType=interval)
8787
% IntervalSize (Integer) default=60; size of interval bars in seconds (only relevant if DataType=interval)
8888
% LabelAtBeginning(Logical) default=0 or false; if true or 1, 11:17:41 data is reported in '11:17' bar (otherwise: '11:18')

IQML.p

283 Bytes
Binary file not shown.

IQML_User_Guide.pdf

1.94 KB
Binary file not shown.

changelog.log

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.54 (2021-05-03)
2+
- [4.5] Fixed: the implied volatility was sometimes incorrectly reported as +/-inf
3+
- [5.*] Added EndDate parameter for weekly/monthly history queries (as in daily/interval)
4+
- [5.*] Fixed BeginDate/EndDate/MaxItems parameter inconsistencies in history queries
5+
16
2.53 (2021-04-06)
27
- [3.6] Added message overflow protection (MaxEventsBacklog, OverflowMode parameters)
38
- [4.4] Improved support for new IQFeed client 6.2 Level-2 market-depth format (Pro license)

0 commit comments

Comments
 (0)