How to install Set Files provided by the author on EA for specific charts?
Hi I'm looking for proper expert which not only support regular features of trade management experts but also support stop-limit orders visually . I'm glad to introduce me best of them...thanks
int Consecutive( int Count) { //--- int BB = 0 ; for ( int i = 1 ; i <= Count; i++) { if ( iClose ( _Symbol , PERIOD_H1 , i) - iOpen ( _Symbol , PERIOD_H1 , i) > 0 ) { BB++; } else { BB--; } } //--- return (BB); } Besides using
[Deleted]
I am looking for good EA. I see that I can download demo. Can I use it on real account? How long
i have a setup,which i trade manually, but now i want to make an expert advisor about it. but i do not have an knowledge about it, how can i do it please guide
Hey guys, So, I have made a very simple EA, which does exceptionally well in backtesting (on some forex pairs. Not all, ofcourse - makes sense). In backtest, it makes approximately 1 trade per day - give or take. Although more forwardtesting needs to be done, it seems to do equally well when trading
2019.07.17 19:42:43.087 Tester expert file C:\Users\Kim\AppData\Roaming\MetaQuotes\Terminal\8AF80ED069D409E139BD115B8B49A8D3\MQL5\Indicators\SqKeltnerChannel.ex5 open error [2] I have seen a error message While running Strategy Tester. Ea has not error. Compilation...
Hi to all, my experts they all worked but since yesterday I can not drag any expert on the chart and I get the message that it is not possible to load the expert. Do you have any advice? thank you
Hi, Been struggle with StringFind for some hours now and Googled with no luck so... Problem is that the string variable I use (_EventSearch) for search in StringFind does not work? It works if the StringFind have an EXACT match (ex: "Nonfarm Payrolls") but not a subset ("Nonfarm") as described in
Hi everyone. During coding of my 1st EA, I always found a solution for every issue that appeared and everything surprisingly works well, so far.... till yesterday. I intend to code another of the functions - specifically: Re-entering a trade, if that trade ends on BE or in loss, but only if the
void maxloss(){ int total = PositionsTotal (); int orderType = ( int ) PositionGetInteger ( POSITION_TYPE ) ; double equity = AccountInfoDouble ( ACCOUNT_EQUITY ); double Lossdifference = balance - equity; NormalizeDouble (Lossdifference, _Digits ); if (equity > equitymax){equitymax = equity;}
Please can someone tell me about these results? Why is the sharpe ratio so high
Am a python programmer i programmed a triangular arbitrage bots for cryptocurrency. Now a good deal drove me to forex trading i want to build a triangular arbitrage bot. i tried to understand how to do triangular arbitrage manually on MT5 before building the EA bot for it but i understand None. i
I was traying to make an EA for triangular arbitrage ... and end up with this one 20 Sharpe Ratio
(18 1 2)
what do you think about this: I'm doing it for other days .... but think I've hit hard with this one... I'm now testing with other symbols and random days (its all from a random day). This result is for 1 h time frame for 1 day
Good Morning to all members, I have coded a Cross Moving Average EA. And I want to activate a trailing stop when trade is in profit the trailing stop must be set at a certain level after open price for buy or below open price for sell.the problem is that the trailing stop does not activate when the
Hi, I'm trying to run a optimization of an EA on my VPS , but for some reason it's only running 1 core while I have 24 cores available. I tried another EA and it does the same so it has nothing to do with the EA. Even when I have only a couple of tasks it doesn't load. Anyone know what the problem
I'm having a problem using the MetaTrader 5 API to retrieve trading transactions from history_deals_get . Although the API works fine for most transactions, there seems to be a constant delay in the availability of newer transactions. For example, transactions made a few minutes ago are not
Hi Please help me out to debug problem/error in my code. I am getting different values for Highest and Lowest prices, though the data set is for the same period. The CurrOpen, PrevOpen and PrevClose are calculated correctly on each NewH01 bar, but Highest/Lowest prices are changed. Relevant section
I offer the creation of an automatic trading robot on MT5 for free. The condition is to have a precise layman's idea of using charts, peaks, or indicators. You need to have a clear idea of what you want from the robot. You must not publish or sell the robot anywhere without prior agreement. You must
Another thread with the same issue in OOP class https://www.mql5.com/en/forum/467428 Now today I am trying to run an indicator where Highest values are calculated and I am getting price much lower than the Highest price. double price1 = iHigh (gSymbol, PERIOD_H1 , iHighest (gSymbol, _Period
Hi i try to include this library #include <Trade\PositionInfo.mqh> #include <Trade\Trade.mqh> in my common.mqh library i try with <> and not work , but i try also in this mode #include "Trade\PositionInfo.mqh" #include "Trade\Trade.mqh" and not work but if i remove folder and move file in main
Hello. I want to get the number of consecutive losses from the history but I want to filter the deals by comment" ". So I noticed that the DEAL_ENTRY_IN has different comment from DEAL_ENTRY_OUT. So how do I retrieve the information? Code below int MaxConsecutiveLosses(){ HistorySelect ( 0
Hi everyone Ive been playing around with a lot of EAs for some weeks now until I decided to test the Quantum Emperor EA today. I used the demo to backtest and the results were... too good to be true Checking the reviews and comments it seems that this guy bribes ppl who blew their account by giving
Looking at the journal, you can see it is trying to modify the same position with the same SL and TP every tick: 2024.05.23 13:15:36.661 2024.05.01 21:00:58 order performed buy 1 at 1.06904 [#6 buy 1 EURUSD at 1.06904] 2024.05.23 13:15:36.663 2024.05.01 21:00:58 CTrade::OrderSend: market buy 1.00
Hi , i try to look if exist a oreder all close , i find many article but all example have this include #include <Trade\PositionInfo.mqh> #include <Trade\Trade.mqh> but where i find this library ? thanks
Hi, Is it possible to add more than one EA to a single chart ? When I try, MT5 always remove the already installed EA... why this limitation ? Thanks! Erwann
So it seems that that 'classic' way to calculate ATR stoploss can fall apart depending on the brokers configuration for a <symbol> double CalcLots( double PctEquityX, double SlDistanceX){ double ticksize = SymbolInfoDouble ( _Symbol , SYMBOL_TRADE_TICK_SIZE ); //<-- Smallest px increment
Goal to get new specified Forex Session start-end times in CPRSession[] ... (Code in ' bold' letters) ForexSession are calculated and populated in cFxSession[day][sessionID] and arrayprint used to display calculated values. CPRSession[] is created to get particular sessionID start-end times (Broker
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.