Errors, bugs, questions - page 2001

 
Alexey Viktorov:

The only thing left to do is to reject all other people's libraries. And I have never looked at this particular one, let alone used it. It's easier to write everything you need than to dig through such a pile to check whether there are no bugs there... And to use just two or three functions...

I lack the competence to make such statements.

 
fxsaber:

I lack the competence to make such statements.

But I do have the competence to suspect developers of unprofessionalism. Sorry, I am ending this dialogue.

 
Alexey Viktorov:

But there is enough competence to suspect the developers of being unprofessional.

Apparently, I missed something.

 

MT4, FXOpen-ECN Demo Server

Expiration is set for pending orders but not for MQL.

 

ChartSaveTemplate bug.

  1. Install the Test.tpl template (in the trailer) on the chart.
  2. Run the script several times

void OnStart()
{
  ChartSaveTemplate(0, "Test.tpl");
  ChartApplyTemplate(0, "Test.tpl");
}


After two runs of the script the chart already looks like this


With each launch the number of price charts will increase.

Files:
Test.tpl  4 kb
 

Suggestion.

In the variable name popup, if the pointer is on the topmost line, the pointer does not jump to the bottom line when you click up.

It would be more convenient if the pointer jumps to the bottom line in the above situation.


 
Alexandr Bryzgalov:

Suggestion.

In the variable name popup, if the pointer is on the topmost line, the pointer does not jump to the bottom line when you click up.

It would be more convenient if the pointer jumps to the bottom line in the situation described above.

There is no answer for the request for a month.

Forum on trading, automated trading systems and trading strategies testing

Bugs, bugs, questions

fxsaber, 2017.08.15 17:13

  • When a tooltip with options appears, it is not possible to move down the list by pressing the UP key. I.e. the list is not looped, which is not right.
 
Alexandr Bryzgalov:

Suggestion.

In the variable name popup, if the pointer is on the topmost line, the pointer does not jump to the bottom line when you click up.

It would be more convenient if the pointer jumps to the bottom line in the above situation.


Press end and you will be happy.

 
Alexey Viktorov:

Press end and you'll be happy.

You have to retrain your back.

 

When did the restriction that prevents you from compiling such a thing appear?

void OnStart()
{
  Print("1
         2");
}
Reason: