Johan Andréasson
Johan Andréasson
Friends

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

Johan Andréasson
Added topic Just want to make you all a bit jealous!
Hi all traders, I've been working with a scalping strategy for about 8 months now, and finally getting close to a really good strategy. Just wanted to brag a bit :-) I seems to work fine on the G9 pairs with consistent results, the only down side is
Johan Andréasson
Added topic Follow the development of a new trading system
Hi, we've been developing trading systems for a few years, and recently decided to let traders follow our process where we explain all the steps we go through to develop a new system. This has previously only been avalible in swedish, but since we've
Johan Andréasson
Added topic (Mysterious) Stack overflow with DLL call
I'm using a DLL that verifies a username/pass online, and returns a value based on the result. I've encountered a very frustrating problem, which is why I'm asking if anyone has had similar experience. I use a script to call the function one time
Johan Andréasson
Added topic Error code 4023
I'm receiving the error code 4023 when using a DLL (only occasionally), but can't find any information what this code stands for. Anyone from the MT4 crew who can answer this
Johan Andréasson
Added topic Why is there a difference in EA's/Indicators regarding DDL usage?
I have a client who use a dll to validate user details with a server, and so far we've only used it on indicators (for about a year). When I tried to use the validation with an EA instead (exactly the same code), it simply doesn't work. While trying
Johan Andréasson
Registered at MQL5.community
Johan Andréasson
Added topic Avoid the init(...) when calling an indicator from within an EA?
Hi, I'm having serious issues with calling an indicator. The indicator is unfortunately compiled, and I don't have access to the source code. The problem is that the indicator itself calls a few other indicators. When this indicator is called from
Johan Andréasson
Added topic Programmer wanted
We're currently looking to expand our business and searching for experienced programmers to help us with the workload. The tasks will mostly involve MetaTrader programming, however, programming skills in C or VB for Dll's is appreciated. It's
Johan Andréasson
Added topic Why does the ability to run EAs on demo accounts stop after some time?
Hi, on every single platform I've tried, after about a month I can't forward test my EAs on demo accounts anymore. It doesn't help if I create a new account, re-reinstall the platform or anything else. Not even on real account platforms, where I can
Johan Andréasson
Added topic Terminate EA from initialization phase?
I working on an DLL authorization module for use with MetaTrader. As my final step, I want this module to only be used when the indicator is applied. I wonder if there is any way to completely shut down the indicator once a conditions is set? If I
Johan Andréasson
Added topic Different values for history calculations and realtime..
I've encountered something very strange I think. I have some years of experience with metatrader, and never had this problem before. The problem is that when I apply an indicator, and it calculates the values backwards in time (history values)
Johan Andréasson
Added topic Check if array is empty?
I need to be able to check if an array is set, or if it is empty. Doesn't really matter if it returns a boolean or errorcode or whatever. Anyone who knows a command to do this? Or have another solution to go around this problem? All answers are