Technical Indicators - page 35

  "3d" indicator.  (16   1 2)
I found this indicator, and i think it has a really nice potential. I think there could be an expert programmed on the basis of this indicator. The simplest is to do the expert that would do the following: Long position opens at the close of the bar during which the cross has taken place . Or on the
Hi all, I'm trying to copy only 2 years of history to my indicator buffer (I want to conduct some study on the 2 years of history of values) My problem is that when I run below code and check size of copied array it returns over 100'000 of 1 hour bars which is probably almost entire available
  Or function  (3)
please advise where I am making a mistake int OnInit () { //--- indicator buffers mapping string Pair = "EURUSD" || "GBPUSD" ; if ( Symbol ()!=Pair) { Alert ( "Wrong Pair. Please use EURUSD, GBPUSD Only" ); return ( INIT_FAILED ); } //---
Hello everyone, Do someone have the code for Daily and Weekly pivot point please? Thank you a lot
Am coding a polynomial regression dashboard when price breaks the upper or lower channel line. Am using the i-Regr-2.0.mq5 indicator published here https://www.mql5.com/en/code/28375 The indicator has 2 buffers for the upper channel line and lower line as below; SetIndexBuffer ( 0 ,hBuffer
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
  ADX indicator?  (252   1 2 3 4 5 ... 25 26)
Hi, Was wondering where I could get my hands on the ADX indicator with color changing when above a certain level
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>
This is a simple volume indicator that uses candle body ratio. I need it for MT5. Or one similar to it. Thanks
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