patagonia2015
patagonia2015
Friends

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

patagonia2015
Added topic Is there a way to analize portfolios in MT5?
I know there are some websites that offer a way to add individual backtest made in Metatrader 4 and analyze as a portfolio. Is this possible to do it in Metatrader 5? As of my understanding, this is something MT5 is missing. I know Quant Analyzer
patagonia2015
Added topic How to know if the system is good enought? 500 trades is a good sample size?
I have never found a system that in a backtesting of 40 FX pairs and at least 500 trades on each, all or most pairs are in profit. For example I have a system that give me profit on 15 pairs (each backtest have at least 500 trades). On the rest it
patagonia2015
Added topic A way to change the symbol on the current chart on MT5
I need a better way to change the Symbol in the current chart. The Symbols are in the Market Watch. At the moment the way I do this is by by pressing "enter" when the current chart selected then enter the Symbol name and "enter" again. But is not
patagonia2015
Added topic It's possible to import data to MT5?
I want to use price data from other source (not Metaquotes) in order to do the backtest in Metatrader 5. I know in MT4 is possible, it possible to import data in MT5 for later use? Thanks
patagonia2015
Added topic Use MoneyFixed Class in MQL5
Hello, Based on another post of a person using the Money Fixed Risk in MQL5 to create a random expert advisor I write the following. Can someone say please why it doesn't work? Sometimes it uses up to 3 times the risk as the input. The idea here is
patagonia2015
Added topic Round a Array of indicator values in MQL5
Hey, I want to Round the number of an Array of my indicator. I need to Round the numbers to the number of digits of the currency, for example the EURUSD in my broker has 5 digits, while USDJPY have 3 digits. I cannot do it this way. And I want to
patagonia2015
Added topic is Metatrader data reliable?
I'm doing some testing with Metatrader 5 and trading view. The results, on Metatrader the same system make about double the trades. For what I understand when we perform a backtest on MT5, we download the data from Metaquotes, and of course is not
patagonia2015
Added topic Problem with bool variable in MQL5
I have a problem with a bool variable. I did the global declaration (outside the void OnTick() function ) and then I need to use it later inside the void OnTick(). It's important because after checking conditions I will use the variable in the IF for
patagonia2015
Added topic a way to calculate the "base currency" of the Symbol on MQL5
I want to know what base currency of the Symbol. I need this because depending of the base currency I will use a Risk % per trade. My broker have stocks from UK, US and EUR. Each one of this is in different currency and my money function always is
patagonia2015
Added topic Many IF and the rest an ELSE
Hello, I want to do something IF the last values of the string "name of CFD" are something. The problem is for what I know in MQL5 there is no ELSEIF or ELIF. Basically I need to do something in case the last values are "US-d" , another in case is
patagonia2015
Added topic Ideas for developing a trend following system
I'm developing a trend following system. So far is good, but I need to make better filters for the trades. As any trend following system, the win rate is bellow 50% (way bellow) but Risk to Reward compensate for the losses. I want to apply simple
patagonia2015
Added topic Set Magic Number in MQL5
I want to set the Magic Number in my robots in Metatrader 5 (MQL5). In MQL4 was easy, on OrderSend() I just put the Magic number in order to identify what orders are from each expert advisors (I want to use several different robots, and each robot
patagonia2015
Added topic How to program that a stop or takeprofit is not close to a round number?
Hello guys, just as the subject. I have an EA and is not doing well in round numers (for example 1.1400 in EURUSD or 136.00 in EURJPY, etc). How can I define that when it´s close to a round number (for example 15 pips of that number) doesn't take the
patagonia2015
Registered at MQL5.community
patagonia2015
Added topic How to use magic number in order to manage several EA
Hello guys, I want to use 4 different EA made by me. I don't want that any of the EA interfer with each other and that only if a EA meet the criteria and doesn't have an order (for that particular EA), then open a trade. That problem kill me for 3