Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1432

 
Hi there.
Such a question ....
I have 4 pairs on my terminal. After a week I download the Statment to check etc.
Unfortunately, the Statment shows all pairs. How can I download the results for each pair separately.
I will appreciate any help.
 
emil:
Hi all.
Such a question ....
I have 4 pairs on my terminal. After a week I download the Statment to check etc.
Unfortunately, the Statment shows all pairs. How can I download the results for each pair separately.
I will be very grateful for any help.

I think I should download it to Excell


and fiddle with filters there.

 
jinxhjnkygy:
Help me make an alert for an indicator, I can't find a similar one with a signal

It seems to be working.

ALERTN2

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

if BUY or SELL is reversed, change places

//--- alert
   BuySignal("Alert Сandle parameters",BufferTop,0,rates_total,prev_calculated,close,spread);
   SellSignal("Alert Сandle parameters",BufferLower,0,rates_total,prev_calculated,close,spread);
 
Alexey Viktorov:

I'm thinking of uploading to Excell


and fiddle with the filters there.

Thank you. I'll give it a try.
 
Alexey Viktorov:

I'm thinking of uploading to Excell


and fiddle with the filters there.

Hm.... tried it, it's no good, it won't show up on the chart (((

 
emil:

Hm.... Tried it, it's no good. It won't show up on the chart (((

What do you mean, "It doesn't show up on the graph"?

 

Greetings. Could you please tell me how to do activation from the server?

Or examples, if available.

The question is more about what should be on the server, maybe there is an example of a server part for such a task.

 
Andrey Sokolov:

Greetings. Could you please tell me how to do activation from the server?

Or examples, if available.

The question is more about what should be on the server, maybe there is an example of a server part for such a task.

Activation of what?

 
Alexey Viktorov:

Activation of what?

The number advisor

 
Andrey Sokolov:

Advisor by number

A file like 123456789.txt is enough

The Expert Advisor goes to the server if there is a file, downloads it and reads it.

If there is no file the advisor will receive page 404 do the work further...

Reason: