Murilo Junqueira
Murilo Junqueira
  • Information
2 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Murilo Junqueira
Added topic Prevent closing terminal with open order
Is there any way to check some open order when the user clicks the button to close the terminal and prevent the terminal from closing until the order is closed? I tried doing it in the OnDeinit event but it didn't work: void OnDeinit ( const int
Murilo Junqueira
Added topic Password to remove expert advisor
As I can request a password from the user so that he can remove the EA from the meta trader, I tried simply putting a return; in the OnDeinit event but it didn't work, AE disappeared from the screen
Murilo Junqueira
Added topic How do I block the right mouse button popup
How do I block the right click popup on a Stop Loss line, to not allow the user to delete the SL line. thanks
Murilo Junqueira
Added topic Do not allow the user to drag the Stop Loss line
Hello everyone, in my EA the user informs the Stop Loss value in a field, and when the trade opens, the Stop Loss line is placed on the chart automatically. I use the "trade" Class and the "Trade.Buy(...)" command where I inform the Take Profit and
Murilo Junqueira
Added topic EA hotkeys conflict with terminal
Hello, I'm using some shortcut keys to perform some actions via keyboard.. the problem that when I configure a hotkey that MT5 also uses.. it works but also activates the function of MT5, for example the "SPACE" that activates a search box at the
Murilo Junqueira
Added topic Wrong ASK value in onTick event
Hello everyone, in my EA, at times when the ASK line is too far from the BID, the value received in the onTick event with " SymbolInfoDouble(_Symbol, SYMBOL_ASK ) " does not match the value of the line in the graph, and it is not possible to do the
Murilo Junqueira
Registered at MQL5.community