Hi all, here a very simple Bar Timer that i am trying to convert from MQL4 to MQL5. In Metatrader 4 it works well on all timeframes. The problem - in MT5 it works properly on timeframes below an hour, but anything above an hour it refuses to update. Anybody got an idea of what i may be doing wrong?...
Dear Friends, I'm having issues with the MACD_adjustable I installed on my MT4. When attached to any chart it shows a blank window. I find it difficult detecting what the fault is. Can anyone help me fix this. See the screen shot bellow
Hello. I'm looking for a simple indicator wich gives me the difference of two simple moving averages wich I could set the period of each one. On this indicator I´ll apply two simple moving averages and that's all. I already tried to modify some MACD formulas but if I change the code from EMA to SMA...
Hi Peoples; - I'm using the "SixtySecondTrades" Indicator downloaded from [web url was deleted by mod] on the 5 (five minute) candle time frame, on an MT4 (four) platform. As an Indicator it is showing EXACTLY what what I want... However - it does NOT give an Audio Alert -please can somebody...
Hey i've read the whole icwr trading technique, anyone here try it and with what results
Hello everyone: I was able to write part of the indicator that I want, thanks to all the help on this forum. What it does so far is just display a histogram signal (RED or GREEN) bar only if a EMA fan of 4 moving averages line up on the 4 Hour time frame.Now I am trying to check two higher time
Hi I am using an indicator but would like to only get signals on certain days. Can someone please help with that. example if (close1>high2 && Day()>=2) but the Day>=2 don't work. I don't get any arrows with the day filter but do get when I take that part out.
master, anyone have an indicator for trading in binary options which have been proven profit. please be shared.
Market Profile indicator is (as if) based on trading volumes. Maybe I am blind, but I cannot see the place in the indicator where it reads volume. As I can imagine volume reading command must be something like CopyRates, CopyTicks, SymbolInfoTick... I cannot see these, can anybody see?
compare wick of the candle . where is the mistake? indic. did not show all of the equal bars.
hi guys, i got nice set of price levels down right (pivot pts/ Support/Resistance).. but now i need some patterns indicators (not harmonic) just patterns like wedges,channels,trendline,pitchfork,head-n-shoulders or something market respects, specially if someone has some indicator that plots waves...
does DRAW_FILLING type supports COLOR_INDEXES (like COLOR_LINE and COLOR_HISTOGRAM2) ? I mean, can i use multi-color DRAW_FILLING ?
After I compile the indicator, on the chart, the lines are drawn correctly. However, if i then right click on chart and click "REFRESH", the lines are messing up and drawing strangely... what happens? should I use something code in INIT/DEINIT? ChartRedraw() doesnt help. also, I've tested and...
Hello All, I'm trying to program Elder's Market Thermometer and have the basic calculations and drawing correct to measure "temperature". However, actually getting the indicator to draw a MA on top seems to be an issue. I've attached a screen shot where I just used the temperature then manually
I a on XYZ minute timeframe chart. how can I: 1) calculate how many days gone from Time[xyz] ? 2) calculate how many days gone from first bar of chart
Hi, Not exactly sure why this is happening, but for some reason when I change this indicator to use iCustom, it is showing the same indicator signals/values on every time frame and every currency pair. The original indicator was doing this: "L1[i] += iVolume (Symbol(),0,i) " which worked perfectly...
Am trying to translate an MQL4 Indicator of mine to MQL5. It loads and initially shows the Indicator lines and arrows correctly, but then refuses to update on new ticks. Debug gives array out of range error on all lines in which arrays use [i-1]. Have also tried [i+1] with the same result....
Hi. I am building my everyday functions library, so I will include it in all my projects ( I dont know which one I should choose: include or library filetype)... However, many functions need to use some specific GLOBAL variables from the main indicator.... For example, in my main indicator i have:...
Is it possible to get variables like this?: double NewStopLevel = GetVariable("OldStopLevel") + 12; //because "OldStopLevel is outside of this indicator, and I'm trying to build a way to call that. i.e. something like this? string GetVariable(string variable_name){ return $variable_name; }
This topic is different from my previous topic... for example, i want to have a function, which should set a bunch of different variables/values. Then I want to call that function , like this: xxxx MyArrayContainter;void OnInit(){MyArrayContainter = MyFunc();int a= MyArrayContainter...
[Deleted]
Hi folks, does anyone happen to have a continuous ZigZag indicator that they could share with me? By continuous I mean an indicator that output values at every tick/period not only at the maximum/minimum points. In other word, one that interpolates the values along the lines at the appropriate time...
Hello Does anyone know of a video on how to set up Fibonacci Time Zones in MT5? I've read this https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/objects/fibo/fibo_timezones 1. Iam still unclear what to put into the Parameters next to the date and time - starting point and ending...
What are some of the good ideas any of you have that would allow for the identification of past consolidations? I'm not talking about assigning current (right edge) bars, as oftentimes you don't know in the present... but I'm talking about a method and strategy that would classify or group the bars...
Hi everyone I need Price/Moving Average Crossover Indicator ... thanks for your help...
I read a study where some of the most popular indicators was tested against buy and hold strategy. The buy and hold had far better results. Do you think indicators can deliver better results than 50/50 over time?
Hi guys I'm looking for an overbought/oversold arrow indicator that use RSI. It should show the arrow when the RSI cross above 70 and then cross below 50 or when it cross below 30 and then cross above 50. Is there anything like this ? Thanks
Is it possible to draw an indicator (such as DRAW_BARS style) behind the chart rather than on top of it? I.e. is there a way to specify zOrder for indicator (rather than for objects)?
I have an error in an EA that gives the following error message "invalid index value" to this declaration: int aIndex[2][]; Why?
I code indicator which plotes trendlines... However, after switching to different timeframe chart, the previously ploted objects are still there, on new Timeframe chart... How to delete those previous Timeframe's chart's objects automatically?
Hi guys I'm looking for the Laguerre Rsi indicator in the first subwindow. Anyone can help me ? I tried to find it but with no success. 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.