Hi
I tried the following:
Advanced Chart ( ES H4, 60) Time-Template is set like follows:
# days = 0 dynamic mode
automatic start/end times
then in the efs I try to load 1 min data into an array like this:
var aHighs = new Array();
var aTimes = new Array();
var x = 2000;
aHighs = getValue("High", 0, x*-1, "ES H4,1" );
aTimes = getValue("Time", 0, x*-1, "ES H4,1" );
This works fine, but somewhere over 2000 bars it does not work anymore.
How can a force eSignal to load more bars?
Traveller
I tried the following:
Advanced Chart ( ES H4, 60) Time-Template is set like follows:
# days = 0 dynamic mode
automatic start/end times
then in the efs I try to load 1 min data into an array like this:
var aHighs = new Array();
var aTimes = new Array();
var x = 2000;
aHighs = getValue("High", 0, x*-1, "ES H4,1" );
aTimes = getValue("Time", 0, x*-1, "ES H4,1" );
This works fine, but somewhere over 2000 bars it does not work anymore.
How can a force eSignal to load more bars?
Traveller
Comment