mpr
mpr
Friends

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

mpr
Added topic Wait for Bar Open
I've been using code in MT4 that waits for a new Bar to open before the rest of the code is executed.  I've been trying to migrate this specific feature into my MT5 code, but without success.  Specifically, I'm getting hung up on the
mpr
Added topic MT4 to MT5 script
I am trying to use a script that was posted some time ago by Keiji to convert MT4 EA files to MT5.  Has anyone ever used this with success?  When ever I try to use it, I keep getting an error that it can't find the file I'm wanting to
mpr
Added topic Basic MT4 to MT5 help for newbie.
extern double MaxSpread = 3 ; int start()   {    int SellOrder = 0 ;    if (MarketInfo( "GBPUSD" ,MODE_SPREAD) < MaxSpread)       {        SellOrder =
mpr
Added topic Is there a way to "add" a currency pair that is missing to MT5?
I've been trading with MT4, and wanted to start checking out MT5.  I opened a demo account with a broker that offers demo accounts using MT5, but once I got it installed, some of the pairs that I trade with on a regular basis are missing
mpr
Registered at MQL5.community
mpr
Added topic Spread check won't work - help!
I'm trying to perform a simple spread check before placing trades, but I just can't get it to work.  Can someone help me out?  thanks!!!!   extern double MaxSpread1 = 3 ; if (MarketInfo( "GBPUSD" ,MODE_SPREAD) < MaxSpread1)
mpr
Added topic FXCM Demo account performance/latency
I posted a similar post a few days ago - but is anyone else having trouble with their FXCM MT4 demo account .  A lot of times orders won't open or close, either by function of the EA or manually.  If I try to open or close a trade manually
mpr
Added topic Counting the number of candles that have passed since order was opened
I'm trying to keep track of the number of candles that passed since a trade opened.  ie. - a trade opens at 12:05.  it is now 15:10, the lmit has not been reached yet, so the trade is still open.  This is a thirty minute chart, so 6
mpr
Added topic Writing code in EA to accommodate a communications failure
I'm working on a new EA, and have created a flow chart to visually show how it will work, and it hit me.....what happens if for whatever reason, there is a communications failure between the client (my pc) and the server while the EA is running and
mpr
Added topic Execution Times
I'm new to MT4, so forgive my ignorance.  I've been playing with a demo account with FXCM, and notice that execution times are EXTREMELY slow compared to execution times I experience with a live account on my normal trading platform.  I
mpr
Added topic Newbee question about multi currency EA's - MT4 and MT5
Yes, I know this topic has probably been covered many times, so I'm asking for patience.  I've been watching the championship for a couple of months now, and see a lot of articles and talk regarding the capability of MT5 to run a multi-currency
mpr
Added topic Help with code for closing all trades based on net profit of all open trades
I'm trying to write code for closing all open trades based on the net profit of all open trades.  The scenario is there are open trades on multiple currency pairs .  One or more of those trades may be at a loss, but the net value of all