[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 83

 
alsu:

Judging by the pronunciation, you should rather go to this forum))))

And on the substance of the question it's better to go to Job

)))


Thanks for the tip. I'll ask around.

 

Question on.

AccountFreeMarginCheck().

For some reason it returns -1 with a huge number of zeros...

I think there's nowhere to go wrong!

 

Try if the terminal is connected to a server :

Print("размер свободных средств, которые останутся после открытия BUY 0.2 лота по текущей цене, = ",
       AccountFreeMarginCheck(Symbol(),OP_BUY,0.2));
 
How to optimise an EA "in two words"? Or direct me to an article... I understand that you have to experiment with data in EA's "properties" in the tester, or you can set it to automatic test ... By the way, how to change data in "EA properties" via expert code?
 
Keda:
How to optimise an EA in two words? Or direct me to an article... I understand that you have to experiment with data in EA's 'Properties' in the tester, or you can set it to automatic test ... By the way, how to change data in "EA properties" via Expert Advisor code?

Check optimisation, then click on Expert Advisor properties (Fig. 1).

In properties set start, step and end (fig. 2) at the parameter to be optimised.

 
all clear, thank you
 
ArraySort(double &array[], int count=WHOLE_ARRAY, int start=0, int sort_dir=MODE_ASCEND)
Сортировка числовых массивов по первому измерению. 
Массивы-таймсерии не могут быть отсортированы.

- What does "Array timeseries cannot be sorted" mean?
Thank you!

 
chief2000:

- What does "Array timeseries cannot be sorted" mean?
Thank you!


Meaning those arrays that belong to predefined
 
alsu:
These are the arrays that belong to the predefined
Thank you very much!
 
Roll:

Try if the terminal is connected to the server :

for some reason it's hyphenated.

You are answering off topic.

Where are the professionals?