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 Multiple comment lines?
How can I stack up multiple comments lines? At the moment they all just overlap when they're updated, but I want 3 separate comment lines in the top left hand corner working simultaneously?            if
Dominic Gilbert
Added topic OrderSend Error 130 - tester
//+------------------------------------------------------------------+ //| Order Entry function - Buy or Sell (pending orders) | //+------------------------------------------------------------------+ void OrderEntry(int direction) { // Padding for
Dominic Gilbert
Added topic Storing entry price until Bias Change?
How can I store the entry price for my OrderSend functions up until the bias changes? Entry for long:  H1_Buy_Touch = "H1 Buy Touch"; (global variable) Entry for short:  H1_Sell_Touch = "H1 Sell Touch"; (global variable) These biases can
Dominic Gilbert
Added topic DeleteOrder failed - Looking at wrong OrderSymbol() (error 4108)
//+------------------------------------------------------------------+ //|Calibrate Open trade setups if they require it                    |
Dominic Gilbert
Added topic OrderDelete() Error 4108
//+----------------------------------------------------------------------+ //| Delete Order function - If price closes above or below applicable MA | //+----------------------------------------------------------------------+ void DeleteOrder()
Dominic Gilbert
Added topic Tester potential bug or error???
I'm experiencing a strange issue? Like most on here, I have a designated MT4 offline back-testing platform. Weird thing is, when I boot up the MT4 platform for the first time, if I try to do a fresh back-test of an EA it won't place any trades or if
Dominic Gilbert
Added topic Back-testing multiple pairs and analyze as accurately as possible?
I'm having this dilemma of actually quantifying a strategy as accurately as possible. Speaking more precisely; if I back-test 12 different pairs and I wanted to build a simulated model of all those trades in chronological order to see what the equity
Dominic Gilbert
Added topic Trailing stop ONLY on the remaining open positions.
//+------------------------------------------------------+   //Moving Average Trailing Stop Function                  |
Dominic Gilbert
Added topic Move to break even once takeprofit() is hit?
I am switching from partially closing on position to actually placing 4 positions with fixed take profit targets.  I had the hassle of working out how to partially close a position just the once. Now I am stuck with moving all the trades to
Dominic Gilbert
Added topic Finding correct bar AFTER the first entry bar?
As I want my order to close based upon something like " If( BarClose 1 > BarClose 0) "  for longs, how can I write the section so that it WAITS for " Bar 0 " above to close BEFORE checking the comparison?  For a visual example:   In
Dominic Gilbert
Registered at MQL5.community
Dominic Gilbert
Added topic Bar close rules
Is it better to use iClose() or Close[1] when comparing two in an "if" statement?  I have an open position I want to manage through comparing of H1 bars. I don't seem to be getting it right. Hypothetically, what is the best way of comparing bar
Dominic Gilbert
Added topic Storing dynamic data points in forward testing?
Just wanting to throw a question out there! To make my question simple to understand, lets assume the following on H1: For every up bar, on average, the next bar is a down bar. For every down bar, on average, the next bar is an up bar.  Now
Dominic Gilbert
Added topic Converting seconds to date and time?
I'm wanting to understand how to change seconds into date and time? Short_Trade_Send = OrderSend(Symbol(),OP_SELL,LotSize_Sell,Bid,3,Short_Stop_Price,stp1,NULL,MagicNumber,0,Green); if( Short_Trade_Send > 0 )TradeOpenTime = GlobalVariableSet("
Dominic Gilbert
Added topic Deleting Multiple Orders
I'm wanting to delete 3 orders and replace them if the below is true... I'm doing something wrong though as it is not deleting all 3 open pending orders and replacing them all with new "NewBuyOrder"... Can anyone help? Thanks
Dominic Gilbert
Added topic Position size code (formula) is not working on indexs?
Here is what I am using (see below). Now keep in mind this works on metals and FX markets...? During back testing these are the parameters: 2014.06 . 11 22 : 53 : 35.016 2008.09 . 25 10 : 00   Trend Fishing XAUUSD
Dominic Gilbert
Added topic Manually closing some trades in back-testing mode
Quick one; is it possible to manually close trades whilst back-testing MQL4 code in MT4? In a nut-shell, I am wanting to do a hybrid of automation and manual trading. It's so hard to write what I want in code, but I can easily manually close the
Dominic Gilbert
Added topic Stopping MT4 from updating???
I do not want to update to this 600 build. I am currently sitting on build 509. Would be massively grateful if someone can help
Dominic Gilbert
Added topic OrderClose rare multiple close?
I know I've been pretty incessant with regards to OrderClose() function and multiple closes, but it does something quite strange. Usually what would happen at target 1, 2 or 3 is the open positions predefined lot value will be closed out. However
Dominic Gilbert
Added topic Data mismatch error question?
I download my data from forex tester and data manager through fxcm. When I download from data manager through fxcm and import into ST, I get an outrageous number of mismatched errors. Question is, is there a way to fix this price difference in