Can you change colors of indicator lines in a Demo account
Hi, i have this mt4 indicator to allows you building candlestick patterns. I am looking for someone to help me upgrade it with moving average and bollinger bands filter. I hired programmer to create this software but now i run out of money so i will share source code with you to make it better. how
Hi, this is the first post I create on the forum and I'd like to start by thanking you for the help you've been providing; I've used this forum countless times and it's been almost always useful. That being said, the problem I need help with is the following. I am backtesting an EA that places a
Hi guys , I wonder if someone can help me to add an arrow every time that the indicator change his color
hi every one. im new here and i have some question about volume check function and need for help. how do i call it in "on tick" tnx
Hi everyone, Does anyone know if it's possible to save a virtual snapshot of a chart? For example, say I want to save today's (September 8, 2020) 5-minute chart including all price and time data of every 5-minute candle, so that I'll be able to open up MT4 sometime in the year 2022 and - browse
I have the formula in Rulang and the indicator works in Rumus, but I cannot figure out how to rewrite it in MQL4(four). I am studying MQL4, looking through the library and comparing it, but so far with no results.(
hi all pro coders, recently my telegram EA got this problem :"HTTP request falied", but it worked well before :? I check the Options (webrequest) already,,, How to fix it please? Thanks
Hi All :) writing a custom indicator I came across a problem... hot to place text in the right position. As I create text object I can see that the text is justified "bottom-center" and I did not found any parameter to change it :( I need my object text to be aligned "mid-left"... or otherwise the...
I have an indicator which gives one signal Down Buffer... I wish to only give signal once per day... Like after the first signal it will not paint any signal for the rest of the day! I have tested with below code it's now not painting at all? int day = 0 ; // this goes in OnInit() //here goes my
Hello all, I would like to know how to solve following problem. 1. One EA working on 20 Pair. EA open position with EAMagicNumber=5000. EA open only one position on lifetime. For example, If EA open one position ( EAMagicNumber=5000 ) on XAUUSD , then other pair can't open position with
Hi MQL4 Experts, I'm trying to code a function that moves my buy order to breakeven after the price moves X amount AGAINST me. Here'a the code. Can you please point out where I'm going wrong. Cheers, Tim void MoveToBE() { for ( int b= OrdersTotal ()- 1 ; b >= 0 ; b--) {
Hello every body please i am searching for paraboilc sar as HISTOGRAM with colors in separet windows..which gives for example green lines for the up trend and red for dwontrend!!!! please if it possible somebody help me to get it or if you have time to program it and post it... thank you in advance
Hi All is there a way that i could draw a box around a set of candle body and not the wicks of the candles thanks Joseph
The EA is activated and running but has yet to make a trade. Why won't it do anything? On MT4 on Tradersway demo account
Please help me to understand, why I have my T/P column in green but showing - ve profits. The market is open and the trades are closed (I suppose as the profit amount is fixed, not changing with change in price) I am using demo account and an ea(please don't ask about it, I don't know anything) I am
First of all hello everyone I'll keep getting the same error message in the code I gave you below. I'd appreciate it if you'd help. Thanks //+------------------------------------------------------------------+ //| Update.mq4 | //|
I am struggling with this little mq4 piece of code. I get the following error return value of 'OrderModify' should be checked ea3WayHedging_1-9.mq4 399 10 { OrderModify (orders[ 0 ].ticket, NormalizeDouble ( Ask + TrailingDistanceOrder1*point, Digits ), OrderStopLoss ()
Hi My EAs are held on a MQL provided virtual server. Checked the Journals log for both the Terminal and Experts; this morning they were all synchronized again. But, i did not ask for this to happen :( Can't see anything in the Journals log to explain to me why this happened. Any ideas how I can
Hi .. I have coded a new class for defining and saving trend line as below: class TrendLine { public : datetime time1,time2; double price1,price2; TrendLine( void ){}; TrendLine( datetime t1, double p1, datetime t2, double p2) {
This code will display the AppDialog and Panel. The Panel color shows as LightGray, but I cannot make the Text appear. This may be a simple example but I cannot make it work. Any ideas? Thanks for the help. #property strict #property indicator_chart_window #include <Controls\Dialog.mqh> CAppDialog
Hello I am trying to find the price that has been in the most candles, to mark a level of importance. The idea is that this function finds the price at which this has happened above the current price, however I am lost at this point. I am attaching the code that I currently have, I hope you can
recently i get this message and then my mt4 crashes. what can cause this? Access violation at address 775F2636 in module 'ntdll.dll'. Write of address 0000000C
i need a script to open multiple symbols but every symbol with different template
[Deleted]
Hello, nice day! Alex here, and i'am newbie with mq4/EA. I want to create "the most simple Ea" with Heiken ashi Smoothed (not only indicator ), but a simple EA that operate the same pair long&short using 1minute time frame (or max 5 min) with this criteria : ...go buy with the first "10seconds...
hello, We know we can get as extern variable timeframes enumeration by t : extern ENUM_TIMEFRAMES tf; Is it also possible to get as extern variable all symbols contained in market watch ? thanks
Hi I need to get the largest of several numbers, but I don't know how to do it. There is a function called MathMax, but it doesn't work for me since it only gets the highest value of 2 numbers. Can you help me, please
Hello I'm trying to make an ea where the user can type the name of the indicator in the ea settings and type list of comma separated parameters. next i want to detect the type of every parameter and then pass it to the iCustom. and to check if this parameter is string or double i tell the user if it
Hi, I am new to MQL and am trying to get my head around how it works. Analyzing the default Ichimoku Indicator, I wrote my own version trying to use the "iIchimoku" built-in function, but even though it compiles without error it just doesn't work. This is what I have the doesn't work. Can someone
Hi there guys, Stuck with this - my swing finding function seems to be returning 0 while inside the loop, but when I set an Alert at the if statements that define variable F they return a value (so I know it works). It's the value is turning to 0 as soon as it enters the while loop. What gives
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.