Dominic Gilbert
Dominic Gilbert
  • Information
9+ 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

Dominic Gilbert
Added topic Efficient way to extract results from strategy tester?
Hey all! Does anyone know of an effective way that I could extract the trade history from strategy tester after it is complete, into excel? I am currently doing this manually at the moment, but is a very long process when I am back-testing on 20+
Dominic Gilbert
Added topic Close[1] - How to make that applicable to different time frame?
Hey All :) New quicker question this time! How can I tell "Close[1]" to be focusing on the 4 hour time frame, irrespective of the time frame I am currently looking at? Close[ 1 ] > Hour4_60 // EMA -//- I want that Close[1] to be the
Dominic Gilbert
Added topic Closing out half lots.
So I managed to incorporate a loop that deletes the pending order and re-applies another one on the basis that the stop is synced with the moving average. The lots would be calculated based upon the pip distance of entry to stop. Not only this, but I
Dominic Gilbert
Added topic Modifying Pending Order
I am trying to modify a pending order - I am only using Buy Stops and Sell Stops. The pending order needs to be modified at every hourly bar close and the corresponding value of the 60 EMA. If and when the pending order is triggered, I have already
Dominic Gilbert
Added topic Suggestion on the correct way to write this "IF" statement...
void CheckForMaTradeLong() {       for ( int i= 0 ; i < Bars ; i++)    {    double i1  = iMA ( NULL , 60 , 3 , 0 , 1 , 0 ,i);    double i2  = iMA ( NULL , 60 , 5 , 0 , 1 , 0
Dominic Gilbert
Added topic Error Code "0"?
I am struggling to understand why the long positions work and the short trades dont at all? I have a feeling that it has something to do with my init function to determine the number of decimal places with the given broker at hand. (as this seems to
Dominic Gilbert
Added topic Order Delete function - help.
Ok, first of all, I have read the entire MQL4 manual... (so before I get badgered this time for being ignorant, I have done my homework...) if (direction== 0 ) //--Buy--//    {       
Dominic Gilbert
Added topic How to find the time of the bar where the moving averages crossed? (code inside)
Hey All! I was hoping for some help on my code - Currently stuck on this one damn part! This is the process I am attempting to write into code below: 1) If all MA's are "fanned" out and crossed so that price is above all the moving averages and they
Dominic Gilbert
Added topic Waiting for set number of bars before placing an order? Please help? Video Inside.
Hey All!  Thanks for taking time out to help me :) I have written a tonne of code (A "tonne" in my terms - Been learning MQL4 through trial and error and experimenting.) and am currently stuck on writing one part...   I have trailing stops