Hi,
I have rented a vps and placed a free EA(called Seven Candles) on it .The problem is that it doesnt take any trades eventhough I put it on 1 minute Eurjpy chart. I tried the same thing yesterday on my demo account with 24-hour free VPS trial and it took about 15 trades in couple of hours. So...
Hi,
I am working on TEMA indicator values of different periods (500,1000, 2000 etc) for different time frames.
When I add these indicators on the graph of H1 timeframe, I can see 500 and 1000. But since there is not enough number of bars for 2000, it can't be calculated which is normal.
In my EA,...
Hi,
When I attach my EA, I need to see what template is attached to the chart so that EA can open other time period charts of that symbol with whatever template has been applied to the chart.
We can apply a template with ChartApplyTemplate command. But I couldn't find a command like...
him i often place a trade but cant check it at work easily because i work in a regulated environment. can someone suggest an EA that will move my stop to the 25% to target position when my trade gets 50% to target (to lock in profits so to speak). simple thing to do when your infront of MT4, but
Hey
Does anyone know how to reset a trading account to eliminate past data and start from a certain date for signalling service?
Hi,
I am new to trading, EA and this forum.
I have installed Gold Bull Pro to my mt4 and I get a alarm saying: "ATTENTION! Your accounts stoplevel is to high, 40 points. GoldBull pro has the best performance with stoplevel 0!"
See attachment for screenshot.
Please advise, have no idea what to...
Hi there forum, I have tested my EA on the backtester visual mode, and it draws indicators, marks i have assigned to different patrons, but then on real time mode, does nothing, it doesnt run. anyone has an idea of what could be happening? thanks in advance kerso
Hi Everyone,
Due to my trading account is cent one, the max trading volume is 100lots.
If my trading lot is over 100, then EA need to separate into few orders.
I am trying to write a do-while statement, but it seems I could not get correct spare trading lots.
Please refer my codes below, and...
hi guys,
i am having trouble selecting the proper account to run the signal on.
when the window pops up, it always goes to the same mt4 folder, and i cant change that.
from within the terminal i cant search specifically for the provider by name. this would work just fine, i just cant search for...
Please i have a question about how to activate my bought expert to another computer ? i know that i have 5 activation
Hello
I have the MQL4 file of a custom indicator which gives buy and sell signals
the indicator was made in 2013
so i want to turn it into EA
can someone guide me to a tutorial video or show me the steps please?
thanks in advance...
I have one subscription running on my MT4.
Tried to add one more but failed.
Is it possible to have more than one subscription on an account?
greetings everyone,
im looking to craft and test my first EA, unfortunately i only have 1 year of c++ training from highschool and that was 15 years ago.
ive sucessfully managed to code a few strategies with thinkscript on TOS but the interface is much more simple...now im moving to mt4
this...
Hello, I am developing an EA and I downloaded the couple's history of currencies that it will operate. The problem is we do not know what the time zone of these charts because I am basing myself in them, but in the brokerage zone may be different and then I would have to change the parameters
i need help to make sure how my account and ea working well after i migrate to vps ..because i turned off my computer for whole night then in the morning i open my computer i start mt4 once started i notice the face of ea on the right upper corner SAD..and i notice also new order opened like it was...
Hi all,
is there an EA able to automatically add stoploss and takeprofit specific fixed values to any manually opened position in real time?
Thanks a lot.
Hi,
I have an EA running on MT4 on a windows 8.1 interface.
When a buy/sell position is opened, the alter box pops up on my mt4 screen, BUT it does not make any sound.
Id like it to make a sound so that I know when if/when one has been started more easily.
Any advice would be...
I need a VPS for one instance of Metatrader and perhaps one instance of Tradestation from time to time. I'm trying to save costs while I am still in testing mode. We are not profitable yet. What should I use?
In order to check the last order Type if LONG or CHORT
For Example : Long if Last Closed is Short
int LastOrderType(){ for(int i=OrdersTotal()-1;i>=0;i--) { bool select=OrderSelect(i,SELECT_BY_POS,MODE_TRADES); if(OrderSymbol()==Symbol()&&OrderMagicNumber()==MagicNumber) {...
[Deleted]
Hi there !
Can someone please help here. I am trying to add an indicator with no sucess.
void CreateChartInSubwindow(int window_number, // subwindow number int macd_type, // macd_type int x_distance,...
Hi Guys, Currently when my EA autotrades it says "autotrade #12122331 sell 1.00 at 1.5402". How can I change/append info to this? I want to add my own deal number so I can match the logs to the trade. My EA trades using an extension of the signal class so I don't directly call CTrade.Buy/Sell. Does
I know it sounds strange that I have these problems. First when I download the demo, "Manual Trader", it wipes out half of my indicators from my chart, and then when I click the "Buy" button, nothing happens. There must be some magic way of buying things?
The first day of the Championship has shown that my Expert Advisor does not work as intended, namely, instead of a single pending order it places several unidirectional pending orders. This is approximately the following structure: bool flag_order= false ; ... if (OrderSend(request,result))
I am testing an MQL5 custom indicator on historical data using Strategy Tester. See below:
int OnCalculate (const int rates_total, // size of input time series const int prev_calculated, // bars handled in previous call const datetime& time[], // Time...
Hi,
I'am a beginner in programming ea's. I start with strategy which open few pending order but after while are too much not actually pendings orders. For now I using a scripts like :
---------------------
for(int i=OrdersTotal()-1; i>=0; i--) { if(OrderSelect(i,SELECT_BY_POS...
i have to make an EA which use buy stop limit and sell stop limit automatically with stop loss and take profit and calendar it
hi i have a indicator how to call my indicator function in to my EA? Thank you.
Hi guys i've subscribed the virtual hosting services, i've syncronized my EA and then i shut down my PC. the next day no trades have been placed, is it normal? my pc has to continue to stay turned on and metatrader should always run on my pc to let the ea work? many thanks

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.