Mrluck07
Mrluck07
Mrluck07
Added topic Need help, how to get the last number of a bigger number?
Hi, i'm having a problem, i need to make a variable to get the last number from a bigger number: example: double a= 10003 ; double b= // this double should get the last number of "a", so it should =3. How can i do this? Thanks for any help
Mrluck07
Added topic Please help me, i need to call functions in specific order, but don't know how to do it
Hi, i'm having problem to code this indicator, i need to call functions in specific order placed on extern variables, example, if first is 1, second is 2, it should call the 3 functions, functionone first, then function2, and after complete, repeat
Mrluck07
Added topic Need help to code a simple AI in mql language
In Artificial Intelligence today the best algorithms use machine learning, it try several scenarios and get better, so can someone here help me to create a simple AI, for learning purposes? The problem is: There is a number  - 1001 The goal is
Mrluck07
Added topic What's the best way of thinking to create new and compelx EAs?
When you build a house you use a bottom-top way of thinking, when you follow orders from a boss, you are in a top-bottom way of thinking. In books this topic is never well explained, the design itself, if you have a large program, you have problems
Mrluck07
Added topic What's so special about the markets that you can't compare it with any other game?
Nowadays we have big companies with good AI systems, today there is an algorithm called Alpha Go zero, this AI can win basically any game, you just have to tell it the rules, and then he get better at playing, and in hours, can outmatch any other
Mrluck07
Added topic Should metatrader incorporate functional programming?
First we got imperative, later we get OOP, but the new thing today is functional programming, some say you avoid lots of bugs, and it's very good with large projects, so my question: in this trading field, functional programming can be useful? thanks
Mrluck07
Added topic Need help with functions, i need functions to return more than 1 value
Hi, i need help once more,  i never worked with functions before, but when the code starts to increase you have to use them, or you get spaghetti code,  i need help to get more than 1 returned value from each function, it's possible to do
Mrluck07
Added topic It's possible to pick a specific number in a CSV file based on the location in the text file?
Hi, i need help to get a number from a CSV file, and assign it to a variable,  this CSV file is very simple, it only have numbers and commas, int handle; int start()         { handle= FileOpen ( "filecsv"
Mrluck07
Added topic Question about code reusability, using including vs library
Hi, i have a question, i used to place all the code in the same mq4 file, all together, but as soon the code became to big, i needed to separate it, to organize it better, so it becomes better to reuse the code in other projects. I see i can use
Mrluck07
Registered at MQL5.community
12