Simon Gniadkowski
Simon Gniadkowski
1 (1)
  • Information
13+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends 3
Simon Gniadkowski
Added topic How to handle trading errors - mql4
I noticed that this is no longer present in the current mql4 documentation so I though I would add the "old" documentation here for future reference . . . Constant Value Description ERR_NO_ERROR 0 Trade operation succeeded. ERR_NO_RESULT 1
Simon Gniadkowski
Added topic .hst file format . . . Old and New (Jan 2014)
For clarity for myself, at least, and anyone else that has an interest . . . .hst file format valid as of MT4 Build 509 The database header first . . . total 148 bytes int version; // database version - 400 4 bytes string copyright[64]; // copyright
Simon Gniadkowski
Added topic Help with Indicator . . .
Comments that do not relate to the " Using Technical indicator in an EA ", have been moved into this topic
Simon Gniadkowski
Added poll Do you think Smilies would be a helpful addition to this Forum ?
  • 49% (31)
  • 33% (21)
  • 19% (12)
Total voters: 63
Simon Gniadkowski
Added poll IYO, what risk per trade, as a percentage of Account Balance, indicates that a signal provider has confidence in his/her signal ?
  • 14% (3)
  • 32% (7)
  • 5% (1)
  • 14% (3)
  • 5% (1)
  • 5% (1)
  • 27% (6)
Total voters: 22
Simon Gniadkowski
Added poll Should MetaQuotes limit the number of Polls that a user can post per day/per week ?
  • 21% (9)
  • 14% (6)
  • 2% (1)
  • 17% (7)
  • 29% (12)
  • 17% (7)
Total voters: 42
Simon Gniadkowski
Added topic Is it possible to disable the Parameters tab ?
I'm currently working on a few non- technical indicators and don't need some of the tabs that pop up when I select the properties of my Indicators,  for example,  I don't need the Parameters, Colors or Visualization tabs,  is
Simon Gniadkowski
Added topic How to test if Color == CLR_NONE ?
I have been coding a function to display previous trades on a chart,  in the same way that dragging a previous trade to a chart does. I want to keep my function versatile so I am making it configurable while at the same time making the defaults
Simon Gniadkowski
Added topic Alternative to iHigh(), iLow(), etc
In the EAs I Have been working on recently I have been working witht several timeframes, using iHigh(), iLow(), etc, extensively throughout my code. I noticed that my EAs were running slowly in the Strategy Tester compared to the first EAs I wrote
Simon Gniadkowski
Added topic Loops and Closing or Deleting Orders
This is one of the most common errors I see, probably due in part to the likes of garbage such as Expert Advisor Builder. So I thought it was time for a thread dedicated to the subject so that it can be linked to for future reference. The Problem
Simon Gniadkowski
Added topic What are Function return values ? How do I use them ?
I see many, many people posting code and asking questions which can usually be answered by simply checking the return values from a few Functions and printing out any relevant errors. So I thought I would make a post specifically about this subject
12