Replies: 8 comments 2 replies
-
Right you are, I need to work on better support in this area when dealing with comma versus period, etc for inputting and formatting numbers. I intend to keep dates in the ISO YYYY-MM-DD type of format. |
Beta Was this translation helpful? Give feedback.
-
Yes, I also think the date should remain in this format. |
Beta Was this translation helpful? Give feedback.
-
Looks like it is about time I implement a Configuration Settings dialog to make it easier for the user to change settings. I will add the "comma", "period" selection for different numeric formats to this settings dialog. ex, "1,234.56" "1.234,56" |
Beta Was this translation helpful? Give feedback.
-
Implemented American and European style number formatting. Switch between the two using the Settings Dialog. A program restart is necessary for changes to take effect. Hopefully it works as intended. |
Beta Was this translation helpful? Give feedback.
-
I took a closer look at it and noticed in the Trade Management window that you can enter a decimal place for the quantity, but this is not calculated. This would be interesting for people who trade fractions of pieces. Otherwise, prevent decimal places from being entered. |
Beta Was this translation helpful? Give feedback.
-
The total value is also no longer calculated correctly. The decimal places are missing in the calculation. Please check all input and output fields in the window. |
Beta Was this translation helpful? Give feedback.
-
Added a new function, AfxClean(), that is applied to numeric textboxes to internally convert European numeric format to American to ensure that C++ library numeric functions can correctly operate on the string. Trade Management now appears to work correctly. |
Beta Was this translation helpful? Give feedback.
-
If you notice any areas in the program that do not work correctly with the new European number format setting then please let me know. I have not noticed any more errors at this point. |
Beta Was this translation helpful? Give feedback.
-
Add localization so that I can use my comma on the numeric keypad. 😆
Maybe you have another workaround. 😆
Beta Was this translation helpful? Give feedback.
All reactions