You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
A tricky error with a heap crash that seems to have lived for a long time.
CB_GETLBTEXTLEN: The return value is the length of the string, in TCHARs, excluding the terminating null character
CB_GETLBBTEXT: The buffer must have sufficient space for the string and a terminating null character
You should write
A clever mistake with a pileup that seems to have lived a long time.
CB_GETLBTEXTLEN: The return value is the length of the string, in TCHARs, excluding the terminating null character
CB_GETLBBTEXT: The buffer must have sufficient space for the string and a terminating null character
You should write
Thanks! True, GetExpertName, where this is used, has become almost a rudiment.
GetExpertName, where it is used, has become almost a rudiment.
How to say, it is used in SetExpertName, which is yanked from Run, and it is in fact one of the main functions in MultiTester. Although the error is rare, I came across it by accident.
How to say, it is used in SetExpertName, which is pulled from Run, and it is in fact one of the main functions in MultiTester. Although the error appears rarely, I came across it by accident.
Hasn't been that way for a while now.
Extra equals signs in "FromDate==" and "ToDate==" ?
Extra equals signs in "FromDate==" and "ToDate==" ?
Unnecessary, thank you.
And at the same time, please tell me about the purpose of INITDEINIT fInit and INITDEINIT fDeinit in the TesterSettings.Add() function.
Hello. I am using MultiTester as a WFO with a standard forward, but the standard 1/4 period divider is not enough. I'm trying to understand your code and teach MultiTester to fill the date field of the forward, but I can't do it without OOP knowledge. I have reached the Run() function in the MTTester file. I don't understand further. All parameters are glued into one line and passed to SetSettings2 and SetSettings, where they are multiplied and passed to the clipboard. Can you tell me what I need to correct if another parameter appears in the line and where MultiTester inserts the data into the window?
In the Tester->Settings tab press CTRL+C and then in a text editor press CTRL+V. You will see all the settings of the Tester.
These two parameters are responsible for the forward (the second is relevant when the first is 4).
MTTester manages the Tester settings via the clipboard, creating what you see in the text editor by CTRL+V.
MTTester manages the Tester settings via the clipboard, creating what you see in a text editor by CTRL+V.
Thank you.
The task is clear: find the right line by count from the top and replace it with the required text.
The task is clear: find the right line from the top and replace it with the required text.
The line number changes and is not important.