Forum

Protecting expert advisors that i sell on the market

I want so sell an ea for mt5 on the market. Is there a way to protect the ea so it can't be redistributed? Thanks

how can i pass a string from an indicator to an ea?

I wanted to use Buffer but they only work with double, not string. Is there another way? Thank you

Ea that imports my indicator with iCustom doesn't show it in a separate window

I made my own indicator that has a separate window where it shows buttons. Alone it works like it should. When i import it with the iCutsom function , the indicator doesn't get shown at all and also the Buffer Values stay empty. What can i do to make it work? int Gui; int OnInit () { Gui =

Why does this ea not open a subwindow?

(see attached file) i can't figure out why this ea doesn't show the buttons in a new window. When i start it on a window literally nothing happens. Any help would be appreciated! //+------------------------------------------------------------------+ //|

Copy trading without making trades public?

My friend does some manual trading on mt5 and we want to copy his trades so they get also automatically executed on my mt5. Is there a way to do so privately? (So not a public trading signal or sth like that) And also, is there a way to change the position size? If he trades with 10lots on a bigger

Automatically set email/metaquotes ID in mt5 with ea

I would like to know where my ea runs, so is there a way to let the ea send some kind of notification without having to manually add an email adress or metaquotes ID in the settings? Thanks

(Startegy tester) EA opens a window for the same indicator multiple times

(see picture) every few candles (but not in a pattern as far as i can see) my ea opens the same indicator window again, resulting in many open windows for the same indicator. It starts with one window as it should and then continues to open new ones. Is there a solution to this? Thank you

Is there a way to reach mql5 support other than a service ticket

i've had a service ticket open for 2 weeks now and nobody is responding

Using OnTrade() or OnTradeTransaction() to find the last closed trade

I can't find anything on the internet about how to use those to run a command when a trade gets closed. When a trade gets closed OnTrade() should find the last closed trade. I also don't understand how i could do that from the documentation of OnTrade() and OnTradeTransaction() . Any hints to