-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Fixed a bug that could result in wrong position size calculation when switching the chart's symbol in MT5. 2. Fixed the Commentary and Auto-Suffix fields which weren't working correctly in MT5. 3. Fixed a bug that prevented newly set default input parameters to change the respective fields on the panel. 4. Fixed a bug that could result in reward-related Main tab elements to show up when some other tab was selected. 5. Fixed a bug that sometimes prevented the Position Size field change from registering when the panel was calculating the Risk based on the Position Size. 6. Moved the ShowATROptions input parameter to the Compactness inputs group. 7. Removed the redundant Stop Price Label Color input parameter as there is no such label in MT5. 8. Made some purely cosmetic changes.
- Loading branch information
Showing
6 changed files
with
60 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ enum ENTRY_TYPE | |
{ | ||
Instant, | ||
Pending, | ||
StopLimit | ||
StopLimit // Stop Limit | ||
}; | ||
|
||
enum ACCOUNT_BUTTON | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters