[Deleted]
Hi I am quite new to coding and was wondering is there a function that can restart the terminal as there is a function on the live update that restarts the terminal? Thanks Antony
I am encountering the following problem while trading with Oanda through MT4 using an MQL4 EA. Now after 3 days of error tracing, debugging, monitoring, watching prices live, re-reading all the MQL book etc... my modest brain is near burning out due to effort plus frustration. Pointless to use the...
I have indexs in my code and I want to know the amount bars/ time from signal point and index. here is my code: if (a[1]>=a[MaxIndex]) = OP_BUY; I I want to know amount of bars between signal point and MaxIndex. How do I find time at MaxIndex? Thankyou!
Hello everyone, I found this post https://www.mql5.com/en/forum/150808 I am trying to get the example to work, but I have run into a problem with completely solving it. I get these errors: ')' - unexpected end of program line 159 col 6 '{' - unbalanced parentheses line 11 col 3...
Please any one to advise before my purses. Thank you.
I am using MT4 and I cant see an obvious way of setting stop losses as trailing. Any ideas?
Hey everyone, can anyone please help me? i want a function that opens a position in reverse direction as soon as SL is hit.
Hi,my fellow traders, I am using Heiken-Ashi-Smoothed(inputs: 2/5/3/2) for my EA robot. And I use Data Window for manual trading purpose together with my EA. But I see only four decimal places for the values of Heiken-Ashi-Smoothed like as : value 2: 1.0607 value 3: 1.0603 value 4: 1.0604 It
It is an EMA20 based buy sell EA. But it opens positions frequently. I need to correct it. One position (per pair per time frame) only. And they must follow the TP/SL and TSL rules. Pls help. //+------------------------------------------------------------------+// DO NOT...
[Deleted]
I made an indicator that can automatically put ea to chart. If i click windows taskbar (bottom), the indicator loses focus and the setfocus,key_event cannot work anymore. Is there any function that can setfocus over the taskbar? I tried SetForegroundWindow and ShowWindow BringWindowToTop ..etc. no...
For me it is quite frustrating not to be able to open the charts on more screens...
Hello, i have an idea that might work to get real volume on cryptocurrencies and i would like you to tell me why it's not goiing to work ! The Script joint is marketdepth.mq4, show market depth from exchange, you can choose from several feeds. Is it possible to create an histogram with these data
[Deleted]
I have a simple price action EA. I think the "business logic" works fine, from what I've seen in the tester, but I think there is a problem with the creation and modification of orders. This is for example the Buy function:
void Buy(string comm)
{
double op=0,sl=0,tp=0;
op =...
Hello, I was using attched mt4 indicator to get Renko charts on gold. Now I am using my new laptop and after installing this MT4 again this indicator stopped working not sure why? I allowed dll input as I remember it was a problem once on my last pc. OR please help to find another way to get renko...
Hi All I am new to MQL and I am trying to replicate the code I used to have for Full Stochastic in MT4. Code I used to have for Full stochastic works as this, Step 1. Fast Stochastic is given as input to the stochastic function (For e.g say 14, and the output is stored in variable say K) Step 2....
Hi all, what to use as "Close" in the calculation below to find out SignalLine EMA of MACD??? I've been googling around to find how to calculate the SignalLine in a MACD-calculation. I know the following to calculate EMA of something but the last part with close is not clear to me in regards to...
I have a labelObject in the charts , and i can show it on the charts but i use the function to move the label to an other place is not work like this code msg = StringFormat("%.4f", nowLow); dvolue = nowLow - dWHigh; td = Time[itime]; objname = sNameList[32];...
StepMAExpert_v1.1 EA. H1 timeframe. 4 main pairs
So I was on the demo account in a trade on the eur/usd. I was short and in profit. At 5pm the JOLTS Job Openings came out for the usd and it was positive (i know it is not a high impact news announcement) but it should be good for the usd. At 5pm though euro got a boost up and so my downtrend ended....
Is someone running MT4 on Cloud? Can you suggest good service providers there? Not looking at very costly service but yes not looking at more than an hour downtime a day that too during American session end and Sydney session start. Cheers, Guri
I am fairly new to this so please don't be annoyed if I sound silly . The subject is forex . So I've done research over the internet and you hear leverage this and that, leverage is dangerous ,take care , but leverage if used properly can give you some amazing returns but you need to gain a lot of...
I do it like this, but it seems a little hackish. Is there a better way? Thanks. for ( int i = bars; i >= 0; i-- ) { Value = high[i-2]; } Also, is there a function that adds up the previous X amount of ohlc values? MathSum is the only one I could find, but it only adds up one...
What is the difference, if any, between ChartRedraw() and WindowRedraw(). Or do they perform the same operation? Is there a best practice for when to call one function versus the other? Thank you.
HI , Is it true that if i want to test an Expert Advisor on mt4 wich use a DLL i must activate the auto trading ?
Is it possible to get tick chart on mql4 or mql5 or 1 sec bars. Anyone can point me to necessary directory would be greatly appreciated
Hi im trying to create an array with a lenght of 59, where each value stores the tick number second by second. i have simplified the code here, I can also define it from 1 to 59 using for or while but after few ticks it says "array out of range" 263 time = TimeSeconds(TimeCurrent());...
Hi Guys... I would like to know if anyone has a way to use Multiterminal with accounts holds at a Broker who does not support Multiterminal. Apparently not.. If not, is there a way to monitor and manage several MT4 accounts on a unique screen.. Thanks everybody..
Hi i`m curious how the MT4 handles the shifting of the arrays after each tick.And here i`m mostly interested in the Volume[] Array. My question is that what algoritm shifts back the entire array by 1 element after each new data (in our case tick and/or time for a bar to close relative to timeframe)...
Hi Ive seen that it is possible to embed a browser into a metatrader chart window. This should really awesome! Does anyone know how this can be done? Thanks
I need to secure my EA so that it is freely available on demo accounts but require registration when used on a live account. I wrote some simple code, but it does not work in spite of having the correct Account numbers. Can you help me? if(IsDemo()) return(INIT_SUCCEEDED); if(...
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.