Niko
Niko
Friends

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

Niko
Added topic EA on 3 pairs - magical problems
Hi, I finished my script and launched it on 3 pairs on demo account to see how it would work. I loaded same script except just changed the magic number, so trades don't get mixed. Immediately the script should have opened a trade on each of the pair
Niko
Added topic Question: 'fake trades'?
I finally managed to create the code I wanted, and learnt a huge deal from getting stats with it. Probably most importantly , that in about 2 months from now I would have wiped out my account (even though I am making money now). If only I started
Niko
Added topic I'm stuck with this
'\end_of_program' - ending bracket '}' expected C:\Program Files\Go Trader MT4\experts\workbook_nick_all the time.mq4 (83, 1) Why? I tested the OrderSend lines on their own, they are fine. Problem is with the OrdersSelect parts, I just can't fit them
Niko
Added topic My mql4 learning adventures
I tried about 4 times to learn mql4 from 'the book', and gave up. This time I just watched lots of videos on youtube on it and hurray, I can now build a simple EA myself (after just 3 days of video watching!). Awesome! A few bits and bobs remain
Niko
Added topic Help with the below please
Hi, Could anyone help me with the below indicator, It creates an alert only once and I need it to keep repeating the alert (when it rings once and I'm moving about my house I miss the alert, if it could ring like 20 times or in any other way
Niko
Added topic How to set an alarm on an ATR indicator?
How can I set an alarm on an ATR indicator?  So that if ATR reaches it's lowest point in 10 bars then the alarm goes off. And if ATR reaches it's highest point in 20 bars then another alarm goes off.  I have multiple screens
Niko
Added topic Help please : )
First of all, those who can code mql deserve a lot of respect!! I have spent months learning mql and apart from being able to code in prorealtime (which isn't really coding) I got pretty much nowhere with mql. I watched videos, made notes, but didn't
Niko
Registered at MQL5.community
Niko
Added topic to the admin
can't find the admin's details on this website, to the admin: is it possible to get a backup of the info that was on the my thread that you guys deleted yesterday/today (the one with 42% return in 2 months on my live account), i didn't know you'd
Niko
Added topic help with TrendCatcher code
Hi guys, I'm new to coding, I found this code on internet and would like to re-optimise it/forward test it, but before doing so I notice that it creates various errors in strategy tester. Thus I don't want to go through the optimisation process and
Niko
Added topic Please help with Error 4107
Hi, I'm a newbie semi-programmer wannabe (have been playing with code for a while now, can do only as far as amend and create new entry/exit rules in a template that a friend has put together for me, but he is unavailable at the moment to help me
Niko
Added topic Complete MQL Newbie Manual
Hey guys/gals, there seems to be a lot of discussion coming out of creating an article/manual for people completely new to mql and to programming as well. Let's use this thread to develop such a document. Everyone's input would be essential, newbies
Niko
Added topic platform question
If I set PT to be 20 pips, why does the platform PT at much less than that (eg: 8 pips in some cases)? No SL was used. Major pair traded (eurusd) so no issues with spread (spread fixed to 2 pips). Also roll over allowed, so no time stops or anything
Niko
Added topic adventures of a newbie
Hey guys, thank you for helping me with my code, it's 2.11am in London, and I been trying to decypher this mql enigma for a while now. By the way CodesGuru thank you for tutorials, they are clearer than the standard stuff offered, nice effort! I am
Niko
Added topic Time Based Exit - please help
Hi, I would really appreciate some help as I am completely new to mql. I programmed a basic strategy, but I need to include a time based exit (eg: Close order if time from entry exceeds or equals to 2 days). Like an inactivity stop in a way. I spent