Funky
Funky
Friends

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

Funky
Added topic C+ coding question for library.dll
bool LibrarySecurityQ1(){ return ( false );} int AccountsAllowed(){ return (AccountNumber());} Hi, I am trying to write a .dll for my EA. I am new at C++ though, and I am trying to convert the above MQL into C++.  If someone could show me an
Funky
Registered at MQL5.community
Funky
Added topic Trouble Selecting Order properly when part of it closed
Hi guys. A quick question, but I have tried many things. I have been closing parts of orders, and then basing decisions of the rest on the part of the order that is still in MODE_TRADES, and unfortunately it uses the info from the orders from
Funky
Added topic EA Protection Ideas please
Hello again fellow coders. I have finished reading this very very impressive article: https://www.mql5.com/en/articles/1572 (titled: Protect Yourself, Developers!) That was an excellent article Sergey, thank you. I was successful at implementing all
Funky
Added topic Humour while learning MQ4
Hi guys, I am fairly new to the forum and still learning MQ4 (thanks for the support with that too ;) ) I couldn't resist writing a post for something completely different, please forgive me if it is too cheesy!!! (It can slip down the list
Funky
Added topic Problem with EA code 2 (SL manager)
Hello, Thanks again with your help while I am learning MQL. Here is my next problem.... I am SOOOO close on this one.... I have it doing everything that I want it to... However it is modifying the SLs on EVERYTICK if the GAP is over this criteria
Funky
Added topic Problem with EA code
Hi Guys, I am quite stuck on this EA I am constructing, and any help would be appreciated (code in file) Just need a hand with this bit of code