Reilly Gailey
Reilly Gailey
  • Information
7+ 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

Reilly Gailey
Added topic stock trading brokers that use mt5?
I moved to stocks from currency and its going very well. the problem is Ive been using just2trade with mt5 and their demo accounts shut down after 7 days which screws up my thoroughly testing my strategy. are there any other stock brokers out there
Reilly Gailey
Added topic does mt5 only do cfd stocks?
I was wondering does metatrader 5 support stocks? not cfd stocks.   If so, which brokers supply stocks? 
Reilly Gailey
Added topic iCustom Help - Heiken_Ashi.ex5 [2] open error
I keep getting open error for iCustom. Heiken_Ashi.ex5 is in indicator folder. I think I have messed up the handle. Here is handle and heiken_ashi indicator code. There arent any other handle parameters I need are there? Heiken Ashi just changes the
Reilly Gailey
Added topic Calling on a custom indicator?
So I have a custom indicator , A .mq5 file.  How would I call on it in my EA to use it? Do I add it as an include file and use the iCustom function? 
Reilly Gailey
Added topic Best indicators for testing when the pair is ranging?
Looking for indicators that tell you when the pair is ranging. cheers
Reilly Gailey
Added topic how to select previous bar to find high and low?
I spose id use Mqlrates so...   MqlRates rates[];    int copied= CopyRates ( NULL , 0 , 1 , 1 ,rates);    if (copied<= 0 )        Print ( "Error copying price data " , GetLastError ());
Reilly Gailey
Added topic Help with HistoryOrderInfo.mqh Include File, How to use?
The overall aim is create a code that increases lotsize by "x" ammount every time you lose. so if anyone has input on that that would be awesome.   My idea was to use the HistoryOrderInfo include file to access history to find when a trade has
Reilly Gailey
Added topic EA study book MT5 Help Andrew R. Young "Closing positions"
For those whove read it im trying to use the Trade.mqh include file. In the Trade.mqh theres a segment for closing a position "CTrade::Close" Ive been trying to use it but its not working. Heres my attempt        void OnTimer () {
Reilly Gailey
Added topic MT5 "else if" error, ?
Can somone tell me why its saying 'else' - illegal 'else' without matching 'if'    
Reilly Gailey
Added topic Translate piece of Mt4 code to Mt5 pls
Im trying to make the simple moving average cross as a practise ea on mt5. Im confused as to how to select previous bars on the indicator.   heres the mt4 code of what im trying to do on mt5 double previousfast = iMA ( NULL , 0
Reilly Gailey
Added topic Signals question: Does signals copy the volume aswell? or calculate new volume depending on your balance.
So if I have a signal ive subscribed to, the signals balance is $500 and makes average monthly growth of 17% if the volume stays the same and my account balance is 5000 im only going to make 1.7% monthly growth.   or would the signal take this
Reilly Gailey
Added topic MT5, Bid parameter conversion not allowed?
     MqlTick Price;         step2 = true ;      Print ( "FastMA has crossed below SlowMA, Initiating Trade function" );      request.action = TRADE_ACTION_DEAL
Reilly Gailey
Added topic Code for adding a timelimit to a trade?
I want to modify a EA so every trade will close at "X" ammount of minutes. how do you recommend going about this? what command would i use to make the program wait (e.g. 5 minutes) and then close position? maybe Sleep(300000); what is the command to
Reilly Gailey
Added topic Subscribing to signal, do you need to have program running nonstop to have the signal trade for you?
So do i need to keep my mt5 application open non stop for it it recieve signals or can i just subscribe and exit the application and itll still trade"
Reilly Gailey
Added topic Optimizing Question on MT5 Strategy tester
After I run an optimization.. Is it possible to somehow sort the optimization results my trade success rate?  It would be very usefull.   thanks
Reilly Gailey
Added topic Are there any MT5 Coding Courses? Paid or Free?
Pretty much what the title says. Im hoping theres a course out there that teaches you mt5 code.  
Reilly Gailey
Added topic Tips? How to find the best parameters for an ea with strategy tester? How to use optimizer?
About the optimization option. Example; I run optimizer on  01 january to 01 april (3 month test) I use the best profit parameters of this 3 month test and run it on 01 april to 01 may (1 month test)(the month directly after the 3 month test) On
Reilly Gailey
Added topic EA ERROR: "Failed prices for 0.00 [Invalid Request]" MT5
Hi, Im trying to make a simple ea Moving average crossover. It wants to make trades on the backtest but it cant because ive screwed up somewhere here is complete code [MT5] //+------------------------------------------------------------------+
Reilly Gailey
Added topic Where to find TickData For MT5? 2016.hcc?
I need more tick data for backtesting . Currently only have 31 october 2016 to present on all major currencys.   Can someone supply/direct me to a place to get the whole year of "2016.hcc" tick data for eur/usd, aud/usd, usd/chf etc etc
12