Technical Indicators - page 76

Hi, I'm looking for an indicator which shows how many times the price shown on chart repeated today/this week/ this month . For example if I look at the present price on the chart before I decide to enter a position, I would know how likely the present price would repeat ( as repeated before ) . Any...
Dear folks, I need to have a table of the different currencies CCI values to be presented in a table as below. Any help? So, if I want to know to see how CCI of all pairs that EUR is a currency of the pair, I can see it VS each of the other currencies. And so on.   EUR USD GBP JPY...
Is there any way to set the Object_ Arrow of one indicatorBuffer to be drawn at the center of a candle? I noticed that I cant set a Wingdings Object_Arrow of a indicatorBuffer to be drawn at the center of a candle by using SetIndex...Functions. But I found that if I create a Wingdings...
A lot can be read from RSI. Even trend. When trend is strong, RSI keeps beyond overbought/oversold areas or at least near them. Sometimes reaching lower for a dip. But when the trend gets exhausted, RSI moves significantly to the other side. Is there any indicator using this logic to show direction...
I have an indicator made in Pine Editor, for Trading View. and i want to make the same for MQL5 MT5. and i have a question and see if someone can aid me... This is how it looks like in Pine Editor in the attachment, as you can see when a strong movement appears and gets over level 70, it turns RED....
[Deleted]
This indicator uses some of the most powerful indicators such as the RSI as well as other types of calculations to determine the trend and momentum of the pairs. In a blink, this indicator gives you the current situation of the pair you put it on and let you know whether we are in a bull or bear
I am running mt4 on a VPS. It is set to send push notifications for all kind of things, but the journal often shows the message wasn't sent and gives this code -12030.Does anyone know what it means and how to fix it? Thanks
Hi, I am testing a new strategy and should have 2 different MACD together with stochastic indicator. The numbers on the MACD should be the 9,20,1 and 12,26,1. My problem is that I can not put the numbers 12,26,1, just 12,26,2. Other members can do it with the instructions I have got, but not on my...
hello i have searched a lot in google but i could not find a good "table like multiple timeframe correlation indicator" that can show all 28 pairs in the chart on all timeframes.from m1 to mn do you know anyone ? send that mq4 file here. thank you
Hello everyone I'm trying to put a password on a indicator, can anyone explain to me what base code to use and how to do it? Can you write the example of the base code please?
Hello everyone! How can I set a specific server for the indicator? What is the code to add in the compiler?
Hi: I am looking for some help: I have the stochastic with RSI indicator but I don´t know program. I want if some body can help me to program this indicator but with Alert. I apreciatte all your help
Hello Everyone, If in mt4, to get the value of BearsPower and BullsPower indicator is like:  - double val=iBearsPower(Pair01,PERIOD_H1,13,PRICE_CLOSE,0); - double val=iBullsPower(Pair01,PERIOD_H1,13,PRICE_CLOSE,0); And at the same EA I need to get the value of that indicator for 4 currency pairs at...
Why is it that when my Expert Advisor tries to calculate:    iWPR(S,PERIOD_M1,3000,0);    iStdDev(S,PERIOD_M1,3000,0,MODE_SMA,PRICE_WEIGHTED,0); It gives zero? Periods below 3000 seem to be fine. Is it possible to extend the period above 3000?
Hi. From your experience. What tools are the most useful since developed by John Ehlers? Regards.
Obviously length and offset can me changed, but I was thinking about changing the curve "on-the-go". Is that even possible? Why? When a fast trend reaches its peak, linear regression curve will cut it nicely, but if an opposite trend goes fast too (and right after previous peak), linear curve will...
Guys, what is the best indicator showing trend? I tried many and either they are too delayed or too vulnerable to pullbacks. I've have best experience building my own trendiness using - ADX 15x higher timeframe - CCI 15x higher timeframe I'm working with 1m timeframe. A trick which also works great...
Hi there guys, Does anyone have this indicator to share? Where you can choose the type of MAs? I wanted one with VWMA (volume weighted moving average) crossing over SMA. Something similar to the indicator attached to this post. thanks
Hello, I'm in the process of writing an indicator with Moving Averages. The goal should be that the indicator will give an alert as soon as the wick of a closed candle touches a moving average. Roughly speaking, it should give a signal as soon as a retest has been done on a Moving Average candle by
Hi. I am creating an indicator called Squeeze that uses the Bollinger Band and Keltner Channel. The Keltner Channel indicator is one that I got from the internet (for now), since it's not included in MQL5. https://gist.github.com/Industrial/8f98a5e360132a6faba38e02a137f6c0 I have several questions:...
  Gann Grid & Fan  (3)
I've been trying to set up my Gann Grid and Fan for over a year now but I can not. I read articles on this forum but still without result. Someone who wants to help me with this? How many pips per bar? Set date? etc..
Hello, is it possible to define (return) the price level when (& where) two MA's cross (which is not the current price !) ? if so, how or where can I find information (code) ?
[Deleted]
Hello, I have the traditionnal MACD indicator however, it does not want to scale properly. It scales the signal and MACD but not the histogram. So what happens is that the histogram will at times not be scalled properly in the window. But the signal line with MACD line is always scaled. As an...
i'v modified custom simple moving average code, and try to display the average of open and close price.. but only the openbuffer displayed, and the closebuffer is always set to 0 value. please help me to fix it.. thanks alot..
[Deleted]
Hi How would you find a bar by a certain time for today Found this in the documentation, datetime date1 = D'2016.09.02 23:55'; But how do you use current day? Thanks for any help or pointers where or what I need to look at
Hi! I want to understand both of those functions and will layout my explanation on how I use them. Any experienced programmer feel free to correct my thoughts.   code....   // i is the current bar  double highest = iHighest(NULL,0,MODE_HIGH,8,i - 16/ 2); Symbol, timeframe and type is easy to...
  Time Filter  (5)
Please anyone help me about alert time  would be (Alert < 30 seconds), I used to trade Option in 1 minute expiration. Thanks! The code attached below:
Hey guys what's the best settings for stochastic on daily, looking to get less false signals and was looking to use it as exit indicator
Hi is there anyone out there that can possibly code an indicator for a specific candle stick pattern i use. just a simple alert and arrow would be great. pattern for a bullish signal would be bull bar followed by two bear bars that come to the base of the bull (or less) followed by a bull bar equal...
Hey guys, I am looking for a good exit indicator to add in my trading strategy . Really appreciate it if you guy could share your favorite indicator for exiting trades