I want to replace my original trading account (a live account) with a new account (a demo account) within the same VPS account. How do I go about doing it please
Hi, I have this VWAP indicator that can show Daily, Weekly, and Monthly VWAP lines, but there is a problem, if I switch to the lower timeframe like M1, the indicator is slow to load, especially if the Weekly/Monthly VWAP is enabled. So anyone can help me to improve the code performance on the lower
Hello I would need an indicator to do this simple thing for an daily candle of haiken aishi: the difference in price of X and Y. It should display in a box in mt4. If you have something like this please share. I saw some indicators for regular candles but nothing for haiken aishi. thank you Please
Hello everyone, I'm very keen to start coding EAs for MT4 but because I''m not so much acquainted with the language I decided to follow a tutorial (by the way very good) and after following the instructions I came up with the attached code , but unfortunately I cannot manage to compile it. Lot's of
Is there a way to delete the the content of a file (using the MT4-functions!) without deleting the file: like delete and re-create?
I'm a little stuck on how to link <Deleted> to MT4 account that I use for trading. Previously <Deleted> installed it on my PC and it was linked to an FTMO demo account ... so now when I click the download terminal link, it just goes straight to FTMO demo account. I'm needing instruction of what to
Hello, I want my indicator to execute an order but I know that is only possible by a script or EA. I don't want to use an EA here and therefore the only possibility is to use a script and I read that the only method to execute a script from an indicator is by simulating a hotkey-keystroke which...
I am trying to create an array which has as values the rolling sum of another array. In this case, I am trying to create a new array (CumulativeArray) where each value is a rolling sum of 20 values of Array. Below, I have a snippet of code that I am hoping says the following
[Deleted]
Hello, Do you know any scripts which able to copy from MT4 to etoro? Best
[Deleted]
my ea have no errors and can trade on live but it is not working on strategy tester why any one experienced can fix it please
hi, I just coded a function for testing my EA by combining different indicators to give me results but my problem is I cannot select individual indicators or combine different indicators to give me results that i want. this function only works on this sequence "ENABLE C1, ENABLE C2, ENABLE BASELINE
Hi Forum, I use the MetaTrader on two Monitors with many small charts. When I maximize one chart, it is stretched over two monitors and I hate that. So my idea was to create a script (which could be executed with a hot key) to stretch the active chart only to one monitor. Unfortunately I didn't find...
Hi, I have been trading for over 5 years, I understand how to trade, and now I want to learn how to code mql4 my own. I want to create a " Stop Loss " function. Example, I have 3 types of Stop Losses: a. Based on last high low of 10 bars (already have code) b. based on the last candle hi/low c
Hi pals, I know if I open an order by EA, it is recognizable. But what about if I open orders by a one time script with a random delay ? Let's say I want open 100 pending orders by running the script each one 50 ticks above last one
Guys I have Mt5 on my system but anytime i install mt4 only it opens in mt5. any help in this regard
Please I am building an ea that uses martingale, I want to know a loss trade loss in pips whether the trade is closed before hitting SL or it close hitting SL all I want is to get the loss in pips which the next trade TP will be that loss trade pips. So even if next trade loss or any amount of trade
I don't want my EA to trade during SWAP period. It is ridiculously to trade at swap time as Spread can be as wide as a six lane express way. How can I use time to tell my EA to jump swap period say 10 minutes before and 10 minutes after swap time. A small sample code will be appreciated. Did I say
I am completely stumped and would welcome any ideas. The below code is part of a larger and fairly complex logical sequence, but because of the printing I can see that the logical structure is functioning properly. However the OrderModify function is generating error 3. Is it not correct to use
I have already logged in, and trying to install an indictor. But it seems that either there is a bug that it won't show my purchased tab. Also tried to click any free indications on the Download button but still not working
I am looking to run 3-4 different EA's in one instance of MT4 and on multiple pairs simultaneously on my VPS, is there any issue with this? I am using a VPS with latency of 2ms and 2 cores. Thank you
Introduction Hello MQL5 Community, I am here to share a small amount of knowledge with anyone who may find it useful. Below, you will find a large list of code snippets that can be used to make your first EA! 90% of this has been sourced from online blogs, here in the forum, or the MQL4...
hi i am serching for script or ea to set an automatic sl and tp example : i opened trade on eur/usd on : 1.20000 i want the script to set sl on 1.19950 and tp on 1.20050 without any move from me and in few seconds to avoid price change . can any one help me please
Help! I have the Optimzation results of a partial run 'stuck' taking up the entire MT4 window/page. I can minimize and show it again when I use Ctrl-T. When it is minimized I can show the journals, market watch and navigator and the open charts. Even with all of these open and showing, when I bring...
Hello. Can someone please advise me what would be the shortcut key for Pause/Break Pause strategy tester? I use visual mode for testing and I have EA to pause when ever I it trades, And find it very troublesome to click everytime I need to restart. I have been searching for more than 3 days but...
Hi everyone, I'm creating trading panel and is working fine on live trading. I'm looking for a solution so I can use the panel through testing strategies and it is not possible except of one particular option I saw is to signal to OnTick. The problem is that I'm using alot of classes and creating
[Deleted]
These do'nt work anymore on Interbank platform 216 can anyone help?
Which of the two blocks of code is correct? for ( int i= 0 ; i <= OrdersTotal ()- 1 ; i++) { bool Select = OrderSelect (i, SELECT_BY_POS, MODE_TRADES); ) and this for ( int i= 1 ; i <= OrdersTotal (); i++) { bool Select = OrderSelect (i, SELECT_BY_POS, MODE_TRADES); ) In
Anybody have any idea how this MT4 indicator work? Is there same similar for MT5 ? <ex4 file deleted>
good morning and sorry for the writing errors: I use an online translator I have big problems with my CHEAP VPS. It is a very cheap VPS (7 euros per month) when I connect with the VPS, my MT4 inside it is very slow, does not respond to inputs and you can not "pull" (enlarge) the windows. It is
Hello, around one year ago I could make an EA work on an offline chart. But now I see it's not working anymore. After checking I see there is no tick data coming on the offline chart to trigger the EA to run start() function or onTick() function. Maybe this feature has been changed since the...
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.