Simon Gniadkowski / Profile
- Information
|
13+ years
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Simon Gniadkowski
Added topic WindowPriceMax() & WindowPriceMin() don't change if MT4 is minimized
I had a problem with WindowPriceMax() & WindowPriceMin() not giving correct values but thought it was something I was doing wrong . . . . I never took the issue any further. Then yesterday I noticed an interesting phenomenon, I was grabbing
Simon Gniadkowski
Added topic I think I found a bug in the ST
I ran an Optimization a couple of days ago, it had 385 runs, when it had finished I ran the best result on visual mode to see what the trades looked like. The end result was very much different to that given in the Optimization . . so I ran the
Simon Gniadkowski
Added topic Can price != price ?
I'm trying to understand something strange that I am seeing so I can better code round it in the future . . . I noticed something strange happening with one of my Indicators, it wasn't doing what it should have been so I checked the code and it
Simon Gniadkowski
Added topic Is my VPS/Sever alive ?
Re: https://www.mql5.com/en/forum/136275/page3#532562 I got my php working as a Cron job. I created a simple EA to send the file via FTP and set the Cron job (I use cPanel based hosting) to run every 2 mins. The php . . . <?php $to =
Simon Gniadkowski
Added topic Indicator buffer behaving strangely
I have an Indicator that I created, it's main purpose is to show the output from a function that I have created to form part of my EA. In effect the Indicator bit is just a tool for testing the function . . . It all works as expected when I open a
Simon Gniadkowski
Added topic iBarShift returns -1 . . but it shouldn't !
OK, before you all jump in . . . I know iBarShift CAN return -1 if I set exact to true and there is not an exact match . . but I didn't . . . here is my code. OpenBar = iBarShift ( NULL , PERIOD_M1 , OrderOpenTime ()); if (D3) Print ( "OpenBar = "
Simon Gniadkowski
Added topic Strategy tester error 130
I've been looking at this particular problem for some time and am starting to feel I am missing something very obvious. Running on the Strategy tester I get error 130 consistently for some trades that happen during my testing period . . the vast
Simon Gniadkowski
Added topic Get Object properties when moved not while being moved
I think I know the answer, I though I would check with those that are more knowledgeable than me just in case someone has a good idea. I'm coding for an Indicator, I want to do something when a Trend Line has been moved by the user, ideally I want to
Share on social networks · 1
9
Simon Gniadkowski
Added topic ERR_SEND_MAIL_ERROR (4061)
Hi folks, I've Google a bit and not been able to find an answer . . . ERR_SEND_MAIL_ERROR (4061), what problems/issues/faults can cause this error to be generated ? thanks in advance
Share on social networks · 1
5
Simon Gniadkowski
Added topic Extra decimal place, how to detect it so I can code round it ?
I'm sorry if this has been answered already, I did look but didn't find it. I have coded a few simple indicators and scripts. I have 2 platforms that I use and one shows an extra decimal pace compared to the other, e.g. GU 1.5129 vs 1.51294
Share on social networks · 1
13
Simon Gniadkowski
Added topic MetaTrader 4 Client Terminal Build 218 VIRUS found ?
Hi I had this new version come down via Live Update this morning, my AntiVirus picked up the following Virus in one of the files: Win32/Heur in file MetaLang.exe I guess this is a Heuristic scan and may be wrong, my AV is AVG Free edition version
Share on social networks · 1
5
Simon Gniadkowski
Added topic Chart Templates
Hi, when I start my EA I would like it to apply different Chart Templates depending on the currency pair I'm looking at. I know how to get the current currency pair using Symbol( ) . . . how (if possible) do I set the chart template to the one I want
Share on social networks · 1
2
: