10-15-2018, 06:05 PM
(This post was last modified: 10-15-2018, 06:56 PM by mikealkeal.)
thanks mark.sch
is it possible to change the source of Gekko?
if not, does it work with tablib?
For example
method.init = function() {
var Settings = {
Close: 10,
optInTimePeriod: 10
}
this.addTalibIndicator('myema', 'ema', Settings);
is it possible to change the source of Gekko?
if not, does it work with tablib?
For example
method.init = function() {
var Settings = {
Close: 10,
optInTimePeriod: 10
}
this.addTalibIndicator('myema', 'ema', Settings);