juxeii
juxeii
Friends

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

juxeii
Added topic What's the meaning of these symbols at an indicator print?
Hello, when calling the Print- function inside of an indicator it gives me something like this: IQ       0        MyIndicator (EURUSD,M1) 13 : 45 : 34
juxeii
Added topic Build 540 crashes when declaring a big local array
Hello, I'm working extensively with MT5 and DLLs. In a method I declare a large local array: MqlRates rates[ 5000 ]; Everything was fine until the new build 540 came out. Since then MT5 crashes when preparing the local variables on the stack . You
juxeii
Added topic Is the service desk active?
Hello, I still have the problem hat my account loging password and user name are not saved, so every time MT5 starts up it asks for username and password(which is very, very annyoing). I've written to service desk a while ago (24.Sept) about this
juxeii
Added topic Thread model in MT5
Hello, does someone know the thread policy of MT5? Say the programm calls OnTick(), does this mean that this event is locked for other events until it finishes? Or say you have 5 custom indicators and so you have 5 OnCalculate() methods defined. Is
juxeii
Added topic Loading a second DLL
Hello, in this article from the documentation https://www.mql5.com/en/docs/runtime/imports there is this statement: If the DLL library uses another DLL in its work, the first one cannot be loaded in case when there is no second DLL. What does this
juxeii
Added topic Returning reference
Hello, is it currently possible to return a reference from a class method? For example: int & classA::getInt() {    return mInt; } If not: what would be an alternative? Maybe returning a pointer? Thanks
juxeii
Added topic EA thread name
Hello, in my DLL in need to do some synchronizing with the current EA thread. Do you know if one can block the current EA thread with C#? Thanks
juxeii
Added topic Login information lost
Hello, Metatrader5 seems to have a problem remembering the server login information. 4 out of 5 times I have to type the login name and the password manually after launching the application. Why is this information not saved permanently? Of course, I
juxeii
Added topic How to recognize a change of account properties
Hello, in MQL5 we have OnTick() to see that there was quote update. But how ayout account information properties? For example, if the balance, leverage or something else accounr related changes, how can one simply test this? It would be a pain to
juxeii
Added topic Confused about OrderSend vs PositionOpen
Hello, I really don't get the difference between the OrderSend() and PositionOpen() Methods. 1) With both it is possible to open positions? 2) If I'm not using pending orders at all, why would I need to use OrderSend() ? 3) Why not always using the
juxeii
Added topic License for commercial use of an Expert Advisor
Hello everybody, let's say that if one would like to develop an Expert Advisor(for commercial use), are there any fees for licensing to pay to Metatrader corporation? Or are there any other copyright issues to obey? Thanks for your answers in
juxeii
Added topic Listen to socket port
Hell community, do you know of a non time consuming way for listening to a socket port on every tick ? I know there is the possibility to do it the other way round: MT5 is the client and the DLL is the server, see: https://www.mql5.com/en/code/169
juxeii
Registered at MQL5.community
juxeii
Added topic Please help! MT4 strategy tester issue
Hello, I installed MT4 completely new, and I just wanted to start the demo EA "Moving Average". Here is a screenshot of the outcome: As you can see, the MT4 tester buys and sells completly wrong! Ask and Bid prices are in nomans land
juxeii
Added topic Time jumps in strategy tester, need help please!
Hello, I'm currently writing an EA which works with trendlines. The algorithm for these work now and I was trying to backtest the EA with the strategy tester . However, it seems that there is either a huge bug in the tester or I have a wrong