Hi all, I'm trying to install my expert advisors on a new VPS, but everytime when I click install I get the error failed download product. IE is version 11 9 out of 10 activations left Any advice? Thanks
I'm creating an EA which uses ATR & close price . I defined two array (one for ATR & one for close price). How can i copy the formula (price-atr) into one more array. void OnTick () { int count = 3 ; int atr; double atrarray[]; atr = iATR ( _Symbol , PERIOD_CURRENT , 8 );
Does anyone know of any site that one can download data history from
How to find two candlesticks from two different timeframes with same high and open (upper wick)
(16 1 2)
I am trying to search through timeframes from M20 to M4 for two bearish candlesticks from two different time frames that have the same high and open. The two candles may not be from consecutive timeframes. The images below give a better idea of what I am trying to achieve. For some strange reason
I have a code and its working but it gives me warning and its too annoying. here is my code: string Symbols[] = { "EURUSD" , "EURJPY" , "GBPUSD" }; ArraySetAsSeries (Symbols, true ); int size = ArraySize (Symbols); for ( int i= 0 ;i<size;i++) { Alert (Symbols[i]); } this is the warning
I'm new to MT5, is it possible to create an EA where if a particular instrument falls say > X% within 15 minutes, it will close all open positions in the account, or at least close all open positions of that instrument? I did some searching and surprised I couldn't find any pre-existing, although
Is it possible to write an EA that will copy trade details from WhatsApp message and open trade in mt4/mt5? Or are there restrictions within WhatsApp that prevents this
Hope everyone are keeping safe during this time. I have a question regarding copying trades. I have and mt5 account with a signal provider. He enters the trades into my mt5 account from his own VPS and EAs. What I want is when he enters a trade into my account, I want that trade to be duplicated in
Hello, im here to talk about, how did you guys calculated merge risk of multi pair and strategy in one account? Is there any tools specificly we could use open source? Actually i had using few of it, but still not reliable ennough for me to calculated compound effect of the real account and
order is created but its not expiring after 1 min input ENUM_TIMEFRAMES orderexpiration = PERIOD_M1 ; datetime expirrry = TimeTradeServer () + PeriodSeconds (orderexpiration); MqlTradeRequest neueOrder={ 0 }; MqlTradeResult result={ 0 }; neueOrder.symbol = _Symbol ;
when we send an MqlTradeRequest to the market ( TRADE_ACTION_DEAL ) with information from sl or tp. Is the sl or tp order an automatically pending order for close? otherwise how do we do it
I want to make an EA MACD RSI crossover... but how to code.... RSI value between 0-100, and macd value cas currency value how to make crossover startegy. .. Pls help
2021.05.11 12:23:21.979 MQL5 Market failed download product '<Deleted> MT5' (www.mql5.com:443 send failed [426: ])
2021.05.09 19:27:29.198 Experts optimization frame expert c7v3 (NDX,H4) processing started 2021.05.09 19:27:29.230 Tester cache file 'tester\cache\c7v3.all_symbols.H4.20190509.20210509.42.B08B95713B257D0449574AFA30811961.opt' deleted 2021.05.09 19:27:29.399 Tester Experts\c7v3\c7v3.ex5 on NDX,H4
Please see the picture. Debugger is at line 1233 and values for cats and f are an empty string. Actually impossible. And of course the if-statement returns false. When I change the code like that, that I set var f manually/explicitly, its already set before debugger reaches the line. But cats is
Hi, I'm currently in the process of developing my first EA. So far so good I would say. However, I'm not a 100% sure about the difference of the following methods of the CExpertSignal class. - [Long|Short]Condition - CheckOpen[Long|Short] According to the documentation both methods are used to "c
What would be the best way to go about calculating your lot size based on a percentage of your account? Lets say for example the balance is $1000 and you want to put 10% of the account into an order. 10% of 1000 = 100, so we would need to convert that to a lot size, or the nearest lot size. Any
Hello, Do you know if it’s possible to run an external script (i.e. outside MT) which sends a signal to the EA so that the EA executes its action accordingly ? If yes, how ? Thank you
Hi all, In advance - thanks for your help and suggestions. If I run this (just a test - no exception handling or practical application as yet) on the ONIT() function: MqlTradeRequest request; MqlTradeResult result; request.symbol = Symbol (); request.volume = 0.1 ;
Hello, Can someone tell me, what I must to do after finished optymalization. Click modify strategy, preferences of strategy and save to file.SET or something? And where i must to put downloaded history in CSV
Hello Well Wisher, I have designed a custom Indicator Donchain channel which returns Donchain_High, Donchain_Low and Donchain_Medium. I wish to use iCustom function in an EA to fetch only Donchain_High. Any idea on how to do it. Thanks in advance
Hello. I'm developing an EA to trade forex and I came upon a problem I can't seem to fix. I'm trying to buy and sell based on the CLOSE price, which is the price that is readable upon looking at the candles, but everytime a moment in which a trade is about to take place, the bot simply ignores my
Hello, I have an EA and set of indicators it works with. I sell the indicators as a zipped up ex4 file package. So they are unprotected. However, I have an EA I've had developed for the system and I want to protect it without manually adding account numbers. I own a license for Forex Fury, and...
i cant run any example scripts in the documentation mt5.last_error() return this : initialize() failed (-6, 'Terminal: Authorization failed') here is the code : from datetime import datetime import matplotlib.pyplot as plt import pandas as pd from pandas.plotting import
[Deleted]
Dear Forum Members please help me to get rid of "Array Out of Range" code for IndicatorClass ... The code is picked up from a custom indicator on MQL5 Market. //+----------------------------------------------------------------------------------------------------------+ //| defines
My stop loss is 10 pips, and my EA runs perfecly while backtesting. But when I change it to the demo account to test it in real time, a small percentage of my operations set a wrong stop loss. Normally it sets tio 8 pips and it simply doesn't make any sense for me. Why it sets correctly backtesting
Hi, I have an issue with this signal: <Deleted> The lot size is not being upgraded. My equity has growd of 20% and the lot size is still the same from the start... What might be the problem? Is there a maximum configuration setted by the signal provider ? Any help will be much appreciated, Thank
Hello, I was wanting to create a signal service that would broadcast my trades to my Telegram Channel whenever I take a trade. This is what I was thinking how I would do it: Create an EA that would monitor my account. The EA would use an MQL/SQLite3 wrapper like this one
Dear ALL, I am developing an EA. I am still in learning stage. Now as mentioned in the code below, i am only opening one position at a specific time, if any of the condition is true. But for each specific position, i have different specific condition to close. Now i am not able to correlate
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.