Ian Venner
Ian Venner
  • Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Ian Venner
Added topic Forum search
Is it just me or has anyone else noticed there seems to be a problem with the search ? There is a wealth of information on this forum but whenever I try to search for information on something it barely returns any relevent results, maybe one or two
Ian Venner
Added topic What would you make of this
These pictures are explained by the information in the top left corner of the chart, the moving averages are both 13 periods on a 1 minute chart. What I found suprising is, scrolling back through days weeks and months of my 1 minute chart history the
Ian Venner
Added topic how to get more chart data
what is the proper way to make mt4 download more previous data from the broker ? Some people say just keep scrolling back but this isnt working for me my chart wont scroll back past december 12 2009 it stops right there in every timeframe
Ian Venner
Added topic Strategy tester Message
Can anyone tell me what this means from my tester log ? 20:57:16 2010.06.02 00:09 test3 EURUSD,M1: open #1 buy 1.00 EURUSD at 1.2233 sl: 1.2216 ok 20:57:16 2010.06.02 00:09 test3 EURUSD,M1: zero divide 20:57:16 2010.06.02 00:25 Tester: stop loss #1
Ian Venner
Added topic closing orders counter
is this how it should be done ? for(int i=OrdersTotal(); i>0; i--)
Ian Venner
Added topic function call and return
when you make a function call to a user defined function from within an iteration of a for loop, for instance for (i=1; i<10; i++) and after the 3rd iteration an if statement becomes true and makes a function call to the user defined function
Ian Venner
Added topic computer sleep mode
Does anyone know what happens to running programs when a computer goes into sleep mode ? I was wondering what would happen to metatrader and an EA would they continue running and the EA continue to trade or would they pause operations untill the
Ian Venner
Added topic NormalizeDouble
Ive been having a problem in my code I think i have it narrowed down to my use of NormalizeDouble, i tested NormalizeDouble to see what its output is with this simple code: double var=1.12345678; Alert)"var= ",var); NormalizeDouble(var,1);
Ian Venner
Added topic 2 dimensional Arrays and frequency counters
I wonder if someone might help me with this problem I understand how to make a 1 dimensional counter array to count the amount of something like array[6] array[OrderType()]++ would count the amount of orders of each type there are while in a
Ian Venner
Added topic Question about Mas_Tip from mql4 book
I wonder if someone might try and explain how this line works from the terminal function in the mql4 book I just cant get my head around it Mas_Tip [ OrderType ()] ++; // Amount of orders of the type How is that one line putting the correct amount of
Ian Venner
Added topic Question about operations
Is a call to an array considered an operation ? for instance if the arrray element is less than 1 continue should be written like this ? for (int i=0; i<7; i++) { if (My_Array[i,3]<1) continue; //do more stuff; } or should it be considered the
Ian Venner
Added topic Functions A-Z ?
I remember reading in someones post the mention of an MQL4 Functions A-Z document I have tried searching the site search for it but I have not been able to locate it does anyone have a link to it
Ian Venner
Added topic multiple simultanious orders ?
I wonder if someone might be able to explain what exactly would occur if my EA was to generate more than one order signal on the same tick ? The EA I'm working on uses more than one trade criteria and there can be circumstances where more than one
Ian Venner
Added topic How to populate array with for loop
Is it possible to populate an array with a for loop for instance say I have an array: my_array [26] [4] and I have 26 variables a through z and I want to put them in the third column how would I write a for loop to do that
Ian Venner
Added topic Trendline Bug ?
Has anyone noticed if you pull two trendlines which converge at a given price level in a 30 minute chart or 1hr chart and mark that convergence with a horizontal line to signify the price level they converge at, then look at it on a 4hr chart or
Ian Venner
Added topic METATRADER 4 KEEPS CRASHING MY COMPUTER
Im using metatrader 4 build 226 on WIndows Vista it keeps crashing my computer, freezing it up so I cant even open task manager, I have to hard reboot every time. This happens mostly when doing things like resizing the metatrader window, and