Technical Indicators - page 44

I'm Looking for this color fill ma for MT5. Does anyone have it? Or one that is similar? Thanks. https://www.mql5.com/en/code/10967
I have 3 simple MA indicators and i want to have visible distance between those indicators as they appear when they have PERIOD 5 SHIFT 1 / PERIOD 10 SHIFT 2 / PERIOD 15 SHIFT 3 They now need to have SHIFT 0. Can someone help me find solution for this problem
Hello fellas, I am new at this website and at trading as well. I was looking forward to build a custom indicator based on a few rules: Key support and resistance between years. Support and resistance for the actual trend. 1- RSI period 6 - sell signal when rsi touches 75 RSI period 6 - buy signal
What can the blinking of indicators (lines, arrows, histograms) be related to, both in the main chart window and in a separate window? The impression is that the indicator is redrawn and at the same time the marks and the buffer values disappear from the list for a second, and then appear again in
Hello, Is GurionFX a legitimate broker for the MT5 platform? I have been trading ETH on the MT5 platform installed on my Android phone. I have a 6 figure balance in my account and I am being asked to pay a fee of $8700 upfront to get it out. I am also being asked to switch to Deriv broker to get my
Hi All, I have been trying, without success, to find the source code for the default moving average that has the Levels tab that is on all mt4 platforms. Does anyone have it or know where it is located? Thanks in advance
Hi, I think that main problem with EA´s is that market change cycles amplitude (high to low) and time/period (number of bars). For amplitude we can use on indicator fixed channel, bollinger band, DSL (discontinue signal line), Float Level, VHF(vertical horizontal filter) and so on. But for
  Demark (TD) Moving Average  (52   1 2 3 4 5 6)
Hi everyone, First off I just want to say that I'm not a fan of anything that lags, and that includes (most) moving averages. I had the luxury of using the below described at my last job, but not anymore. I was surprised to see that I couldn't find it anywhere for metatrader, so I was hoping someone
Does anyone know the basis for the Wave Trend Oscillator Formula? Some clients want this for the MT4/5 platforms, personally I don't believe it's any better than other indicators, but that's what clients want, sounds like an overhyped indicator to me it's a formula based on emas, therefore it's a
For a learning project I took a default indicator such as OBV and wanted to start the process of finding divergences so using the inbuilt Fractals code as a start to find pivots. In this code I have an EMA on the OBV which can be ignored as the same buffer/new bar to 0 behavior occurs. That said a
  Get value from iBarShift().  (15   1 2)
Hello, How do you get a value from iBarShift() function for a timeframe other than the current at the start of the terminal (that is the first run)? It is always returning -1(or no bar) no matter what I have tried. I am creating a Multi-time Frame indicator that loops from the start date to the
  Current spread and swap monitor  (41   1 2 3 4 5)
been asked for this a couple of times by pm,so here it is
This indicator paints green and red dots immediately after the open of a candle and it shows the major and minor reversal points. I will attach screenshot, please help me find this indicator. Thanks
Hello guys, based on 2 moving averages (fast and slow), I want to create an indicator cv which is cv[i] = 1, if a crossover happened at bar i cv[i] = 0 else When I add the indicator to the chart, cv[i] is always zero and checking the log, ExtFastMaBuffer[0] never changes the value besides being a
Since Windows 7, interfaces with volume and shadow effects have been available. So why should indicators remain drawn in 2D? Here is the first attempt to give volume to an indicator: Does it look like volume? This is a slightly modified Custom Moving Average - adding volume is only available for one
Hi there. Is there a piece of code somewhere I Can paste into mine to make it work only on EURUSD for example? Or to restrict the indicator to work only on the strategy tester? Thanks
  Helo everybody..  (2)
Any one can help me...i want make indicator candle pattern...can help me coding
Anyone know how to add the adx (previous indicators data)to the the stochastic
  Modify indicator  (2)
Hi guys ... I need good coder who can modify indicator It's not at mql5 market Who can help and get the strategy contact me quickly <Post edited by moderator>
Anyone know of an developer ADX that allows custom settings for each component? Example: ADX 14, DI+ 11, DI-11
Hi guys. newbie here ..I need some help. I would like to use rsi value of 5th candle as part of my entry so I need to keep checking for it's value . I compiled my code and have no errors or warnings. However when using strategy tester, I keep getting array out of range (89,38) . How can I fix this
  request  (5)
When I put several oscillators on the chart at the same time Checking them at the same time is a bit difficult Pulling them up or down one by one is time consuming Please add this in Meta 5: . Easily climb the lowest oscillator with one swipe . Or, for example, bring them all down In general, have
How do I code and get the ratio of 2 moving averages? Anyone kindly shed some light please. I need to calculate the ratio of 2 Moving averages
Hi, can anyone tell me how to install indicators on MT5 on MAC ? I tried all the instructions I found on the internet but thy don't work and are mostly super old
please guys i need help figuring out how to know if an indicator repaints or not. for starters i know that oracle indi repaints, but when i plugged it on my chart in mt5 and set timeframe to 1 minute, it didn't move but its head. youtube videos suggested that i use strategy tester but it only allows
How to code : plot indicator in selected range on the chart
I downloaded this indicator that allows the showing of multiple time frame pivot points (daily, weekly, hourly, yearly).  Problem is that I can not seem to get the labels to display for each point. According to their screen shot (see image) that is should display the labels for each "period"...
Hello, does anybody know where I can get an indicator that can refresh the charts every second or 2? I have an indicator that needs the time frame to be switched and back to the one I'm using in order to keep working
Dear community, I need a help to discover a way for dynamically identify the PLOT_ARROW code and Color used by DRAW_ARROW indicator type. My project is create an EA that sends orders using any DRAW_ARROW type indicator as buy/sell signal . Here is a test indicator source code. #property
If anybody could drop a function or method, it would be great help to me, thanks in advance