Questions from Beginners MQL5 MT5 MetaTrader 5 - page 568

 
diallaf:

advise how to install the downloaded indicator in Metatrader

??????

In the video below you can see an example of how to install the COUNTER. The only difference with the INDICATOR is that EAs need to be placed in the "Experts" folder and indicators need to be placed in the "Indicators" folder:


 
Left a question in the Marketplace in the feedback. How do I sign up to be notified of a response?
 
My friends, please advise. Did I get it right - one activation of a paid robot allows it to work on one computer only, while it can be used in countless trading terminals installed on that computer ? Is that how it works?
 
Artem Prischepa:
My friends, please advise. Did I get it right - one activation of a paid robot allows it to work on one computer only, while it can be used in countless trading terminals installed on that computer ? Is it so?
Yes. It is tied to the hardware, not the terminal.
 

Hello forum members.
I wrote my first EA, it puts trades on the backtest, but it's strange (picture attached). I think there were no such prices in the current bar. I set different deviation - does not help.

Maybe someone has a problem?

 
daveduke:

Hello forum members.
I wrote my first EA, it places trades on the backtest, but it's weird (picture attached). I don't see such prices in the current bar. I set different deviations, but it does not help.

Has anyone come across this?

I would like to try to use spread. The chart is drawn at Bid prices, Ask prices are not visible. Buy positions are opened at Ask price.
 
Brothers, please advise!!! Found some old indicators in my storages, put them on MT4 latest version and they don't work. What to do? I'd be very grateful for a hint!!!
 
Сергей Крысанов:
Brothers, please advise!!! Found some old indicators in my archives, I put them on MT4 of the latest version and they don't work. What to do? I'd be very grateful for a hint!!!

There's nothing you can do with these. You need the source code.

What does the log even say? Out of range?

 

Please tell me why I can put a negative shift in the terminal on the Maschka

but not in my EA. The condition does not work:

 if(CopyBuffer(MA_fast_long,0,0,3,MA_fast_long_Val)<0)
      {
      Alert("Error copying buffers fast indicator MA - error number:",GetLastError(),"!!");
      return;
      }   
 
At what price are stop orders opened?
Reason: