API Support Forum
OEC API > API Support > simulate "load more data" in Trader indicator ?
Author Topic: simulate "load more data" in Trader indicator ?
(4 messages, Page 1 of 1)
Moderators: VPfau
UYankovitz9029
Posts: 5
Joined: Oct 27, 2016


Posted: Mar 09, 2017 @ 11:55 AM             Msg. 1 of 4
Hi, is any way to simulate programmatically "load more data" in Trader indicator from a starting DateTime ?
VPfau
Moderator
Posts: 154
Joined:


Posted: Mar 09, 2017 @ 12:27 PM             Msg. 2 of 4
Hi,

check the function
Subscription RequestBars(Contract contract, DateTime startDate, DateTime endDate, SubscriptionType type, int interval)
Vitaliy Pfau
UYankovitz9029
Posts: 5
Joined: Oct 27, 2016


Posted: Mar 11, 2017 @ 06:11 AM             Msg. 3 of 4
Vitaliy Pfau, But I am using the Trader - not the API ...
VPfau
Moderator
Posts: 154
Joined:


Posted: Mar 14, 2017 @ 03:47 PM             Msg. 4 of 4
Indicator is not able to request data.
Vitaliy Pfau