Hi, Many professional traders recommend using volume to confirm breakouts. They say one can confirm a breakout when there is a spike in volume. I am looking to test this in an ea but can't translate it into code exactly. Now, how would one quantify a "spike" to put implement this in code? When price...
[Deleted]
Name of System: Trend Catching System (I do not know its name) Timeframe: H1 and over Pair: Any trending pair, GBPJPY preferred This is very simple trading system that anyone can easily master after a little practice on a demo account for some time. The system has a high accuracy rate and TP can be...
Hi
Is there anyone who has to deal with the carry Trade ?
https://www.mql5.com/en/articles/491
When importing a 3rd party CSV tick data file into MT5, or when requesting ticks from a custom symbol, it shows you the Bid vs Ask. My question is: Is the difference between the Bid vs Ask show in MT5, is that the spread that you pay for each deal in the backtest? Furthermore, is that difference in...
A signal provider trading on Nasdaq 100. I can see that it goes by different names on different brokers, such as NQ100 and NASDAQ100. Will users of such brokers still be able to receive signals of Nasdaq 100? Moreover, the minimum lot size, lot step, and contract size are different on different...
void quicksort( double *a, int *idx, int l, int u) { int i, m, idx_temp; double a_temp; if (l >= u) return ; m = l; for (i=l+ 1 ; i<=u; i++) { if (a[i] < a[l]) { ++m; idx_temp = idx[m]; idx[m] = idx[i]; idx[i] = idx_temp;
Hi there i have question UPDATE i been able to came up with a solution but it seems the strategy tester crash when i uplode the advisor to it , just to keep up with what it is going on this is my attempt to open only one buy order above kijun sen and same thing goes to sell , i think i know the...
Dear All, I have a question regarding the Auto-Trading Button, if i disable the Auto-Trading that means that the expert advisor will not open more positions but what about the already open positions before disable auto-trading? Will they close automatically or continue...
Why are some signals not publicly listed? What can be done to make it appear publicly in the signals list?
Hi everybody I am beginning to think its impossible to predict the future so I thought of a new system and would like to hear your two cents On the daily Find three or four currencies with the lowest spread Buy or sell them It really doesn't matter \ Put a 15 pt stop loss on each one Check them...
Hi im looking for programer to code this EA. EA will open two pending orders: 1) Buy Stop higher then last candle maximum 2) Sell Stop lower then last candle minimum Distance beetwen last candle and pending orders will be set by user. When new candle appear EA recalculate distance and move pending...
I have spent quite a while trying to get my MQl5 up to scratch I have bought a few books and am stummped over a new feature in MQL5 CopyBuffer. I have tried using it ion my code and keep finding it a nusence. In my expert advisors I have the code inside the tick function where I am I going wrong I...
hello everybody, we have the zigzag indicator, every time the candle make high higher then the candle before, the zigzag will follow the new high right ? once the candle stop making any new higher the zigzag will wait for a low right ? i want to mark the high and low of the candle that stops the
Hi every one, I've started to investigate and implement a series of simple strategies based on simple technical analysis such as resistance, support, simple price actions. Does every one now any indicators based on tick data and not time frames such as m1,m15,m30,... ? I am searching for some...
I do not understand why this function do not give me back the magic number and the symbol of the position that is open long magic; ulong ticket; string symbol; ulong total=PositionsTotal(); for(int i=total-1; i>=0; i--){ ticket=PositionGetTicket(i); PositionSelect(ticket);...
Good afternoon! I place order with volume 3. First time the order is executed by 1 (server reply is TRADE_TRANSACTION_DEAL_ADD shown in green), for the second time, after modification, the order is executed for another 1 (no response from the server!) As there is no message from server after
Whats up traders, I've came across a strategy which prove promising with manual back testing which I'm sure is a old strategy for the pro's. Explanation of strategy: 15M Chart. Rules to buy: Signal - MACD cross above 0. Only take trade if Stochastic and RSI is above 50. Rules to sell: Signal - MACD...
[MT5] I was wondering if it is possible to code a custom system/ea to apply to my strategy that can search and take trades on multiple timeframes at once and return the results on one backtest report/equity graph? Does anyone know if this would be possible? or if not, what are the specific MT5...
Which is the better system, trend or reversal trading? Many indicators and EAs seem to be for reversal trading but is it really the best way to trade? Anybody know of any good EA that specifically utilizes trend analysis without resorting to a grid strategy or any form of Martingale?
Brain System. 8 indicators in total (see in download area). Some people said that it is great system. I did not try yet. I am very affraid for every great systems. I want to try but I fear. Because of great
Many studies exists for the Log-Periodic Power Law Model (LPPL) for Bubble Detection based on the article " Diagnosis and Prediction of Tipping Points in Financial Markets Crashes and Rebounds by Didier Sornettea " and his book " Why Stock Markets Crash Critical Events in Complex Financial...
The ADX calculated in MT4 with period 14 id different than ADX calculated by tradingviews.com chart or investing.com chart. Why is it so? Can any body knows this?
When importing a 3rd party CSV EUR/USD data file to backtest in MT5, it loads the Bid and Ask prices... Just wondering, how are the Ask prices higher than the Bid prices? The Ask is always higher than the Bid is it not? Also, the difference between the Bid and Ask as...
What is the difference between M2 and M7 off line charts for example? I compared the two and seem to be identical..
[Deleted]
On my opinion, “Automated Trading Systems” does notpay attention to the Ratios. However, by automating your system there are zerochances of falling in love for a deal, which is good since no one is lookingfor love here! In the other hand, very few traders can actually automatesomething different....
[Deleted]
"I've been trading for 3 months and I'm constantly losing money. Do you have any advice for a newbie who is rapidly beginning to look like road kill ?! WHERE TO BEGIN WITH THIS QUESTION ???? For a newb, the best trading system would fall into the realm of "swing" trader, a term from the world...
Hi, Scalping & trend indicators. Hi, there are so many different indicators can anyone givean indication (links) which ones they have had success with? Or which is a good combination to use (some traders i've heard use a combination of indicators)
I tested this system and have some suggestion about trading and so on. All BrainTrading indicators you may find here. Profiles_default files are here (and attached to this post as well). Shortly I may say the following. - Download all 8 indicators (and iTrend indicator as well - attached) in the
Hello. I am using the dialog class to create a trading panel. It's almost finished. What is missing is the function of partially closing orders, which is giving me a headache. I get an error message when trying to use the partial close function. The order ticket is picked up correctly, so I dont...
Is there any MQL5 code to return the finance value (money) of TP and SL position?

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.