03-26-2018, 09:51 AM
(This post was last modified: 03-26-2018, 09:53 AM by tommiehansen.)
But isn't this sort of the same as now?
I don't really see the difference except that we got a new array with some new keys?
As it is now 'we' simply post data to the my-server.com:3000/api/ with a gekkoConfig object, what do you mean will change from a more pratical standpoint except there being new keys that want new values?
Would it be possible for you to post a JSON sample of the new configuration object?
Code:
'data' => [
'candleProps' => 0, // 0 = disable, else ['close','start']
'indicatorResults' => 0, // 0 or 1 (does nothing?)
'report' => 1,
'roundtrips' => 1, // set to 1 to get all roundtrips
'trader' => 0, // does nothing?
],
I don't really see the difference except that we got a new array with some new keys?
As it is now 'we' simply post data to the my-server.com:3000/api/ with a gekkoConfig object, what do you mean will change from a more pratical standpoint except there being new keys that want new values?
Would it be possible for you to post a JSON sample of the new configuration object?