Page 1 of 1

Feature Request for: GetHistPrices Demo Program

PostPosted: Sat Nov 24, 2018 11:50 am
by Al Bundy
Hi,

I am requesting here these features:
1)
DateTime format in ISO 8601, e.q. yyyy-mm-dd HH:MM:SS
The currently used is an old american format which only confuses: What is 05.06.2018; is it the 5th of June of 6th of May? 2018-05-06 is always obvious.

2)
I understand that changing the format may break some installation. Therefore, the new format would be activated with a new option
Code: Select all
-iso8601 [yes|no]
.

I checked the source code and it would be really very simple. For me, I added in my current installation these features.

Thank you

Re: Feature Request for: GetHistPrices Demo Program

PostPosted: Sun Nov 25, 2018 4:52 am
by Apprentice
Are we talking about this implementation?
http://www.fxcodebase.com/code/viewtopi ... 25&t=63875

Re: Feature Request for: GetHistPrices Demo Program

PostPosted: Sun Nov 25, 2018 8:38 am
by Al Bundy
Apprentice wrote:Are we talking about this implementation?
http://www.fxcodebase.com/code/viewtopi ... 25&t=63875


I am very sorry, but I don't understand to what you refer. I cannot see anything regarding the date format.

Re: Feature Request for: GetHistPrices Demo Program

PostPosted: Mon Nov 26, 2018 1:33 pm
by Konstantin.Toporov
GetHistPrice - an open source demo sample.
https://github.com/gehtsoft/forex-conne ... HistPrices

You can change it any way you like.

Re: Feature Request for: GetHistPrices Demo Program

PostPosted: Mon Nov 26, 2018 11:09 pm
by Al Bundy
Konstantin.Toporov wrote:GetHistPrice - an open source demo sample.
https://github.com/gehtsoft/forex-conne ... HistPrices

You can change it any way you like.


Hm, I wrote in my first post of this thread "... For me, I added in my current installation these features." so it should be clear I adapted it already for me.

I called this thread "Feature request" because I consider it quite essential.