Technical Indicators - page 45

Hey I was researching something and realized that I would want to export all the settings in the market watch window to a CSV file for a given server platform. When you go to Market Watch window and Right Click on an instrument, and press specifications it brings up a small window with information
Looking for an indicator that shows the total amount of orders that occured in a given candlestick. Obviously the timeframe wouldnt matter because that could be user defined. Is there a name for what I'm describing
Trying to add an Indicator to the marketplace, but Automatic Validation just keeps spinning and nothing happens
I would like to draw a simple line 10 points above from my entry. But this line needs to start 2 candles ago and end 2 candles in front of my entry candle. Is this possible? Can someone post a sample code? Thanks
Hey Guys, Im facing this issue which is probably super simple to you guys but cant seem to figure it out. I made this indicator that basically just shows the candle color/direction of a different timeframe, so for example you are on a 5 min chart and will show you a histogram of what color or
Please, I am trying to create something similar to what is in image below, I want a button or icon that would turn on/off the indicator, I have looked at the CButton CLabel classes etc Also studied https://www.mql5.com/en/articles/2296 but am comfused on what am suppose to do to create a button
Hi i have problem to use iRSI in timeframe other than current timeframe it only works on current timeframe how can i use iRSI in other timeframes than current one. other technical indicators also doesn't work in other timeframe than current timeframe. thanks
Hello, I am still looking for a solution to the below if anyone can help? The indicator is a colour change moving average so if the ma is higher than it was on the last candle then it will change colour to lime and down to red. I would like to introduce a "lookback" period to this so that it looks
Hello Folks, I have several issues as a newbie in mql5: 1- problem understanding how loops work and how to access the latest bar and the bars before it (is the index of the previous bar i+1 or i-1 how to decide), 2-does SetAsArray function affects how the loop works also are the user defined arrays
Hi everyone! I'm coding an indicator and I'm encountering a problem. My idea is to have this indicator attached to a chart in a separate monitor just to use it to manage the open trades in each forex pair but I'm having trouble when I switch symbols. I know that the function ChartSetSymbolPeriod
Anywhere I can find this for MT5
I want to make an indicator with a simple moving average. I want to see the average of the last 30 days (always, regardless of the timeframe that I am looking at at that moment). I was trying to do something like what I put below. But i don't get a constant value when i change timeframe. Does anyone
Does MT4 have an indicator that will plot a line on a chart showing yesterdays high, low and close? Thanks.
  RSI Divergence  (1)
Hi community, I need the RSI Divergence indicator, if anyone can pass it to me please
Hello, I have the indicator in the code below which colours a moving average depending on whether it is going up or down. I would like to change it so that it looks back 30 bars so it only is green if the ma is higher than it was 30 bars ago or red if it is lower than 30 bars ago. I did this on the
[Deleted]
lack of divergence indicators for mt5 if anybody has a stochastic , rsi or awesome divergence indicator for mt5 only please post or message me . i will make an ea using divergence and price action out of them and publish in the code base . thanks peeps
I use Alert() Function for popup alerts on my indicator but I want to filter the alerts on different windows? Is there any way i can open Alert Popup new window
if (temp3 > 0 ) { PlotIndexSetInteger ( 0 , PLOT_LINE_COLOR ,plot_color[ 0 ]); Histogram_Buffer[i] = temp3; } else if (temp3 < 0 ) { PlotIndexSetInteger ( 0 , PLOT_LINE_COLOR ,plot_color[1 ]); Histogram_Buffer[i] =
I have tried modifying the Heatmap_Gradient_Scale.mq5 flag to be able to sort all symbols in the market watch window but I am not able. I have tried a 2d array more arraysort (). In mql4 I don't get any problem. ERROR - "displaylist" - parameter conversion not allowed . Any ideas where to start
See https://www.mql5.com/en/code/34815 I wonder if this shows a bug, lack of understanding or MQ5 limitation, I have a Color Line and a Color Histogram defined. They both work fine independently, but only one will display when they are both 'on'. Here is the definition: #property
Hello Folks, Recently I had to shift from mql4 (which I can code) to mql5 I want to create a moving average on a custom array that I have after some calculations in mql4 I used to calculate it as follows customMA[i] = iMAOnArray(customArray, Bars , maPeriod, 0 ,maMethod, i); I have done my search
  Rs  (8)
I need help with this code. It'll sell fine but it won't buy. There's no errors or warnings. Code is. ***
Hello everybody, After some time learning how to code EAs, I am giving a first try at indicators : I'd like to create a custom indicator that shows : New deviation = Standard deviation + Highest standard deviation - Lowest standard deviation (Highest deviation and Lowest deviation should be
I have two custom indicators . I wish to use output of one custom indicator in another custom indicator. However I am unable to do so. I wish to achieve this functionality in code it self. What changes I need to make in the code below: 1 st Custom Indicator: SummationAverage
hello, it is possible to change Examples/Fractals.mq5 to show fractals with two colors, red and green? using two DRAW_COLOR_ARROW buffers? dont undersand, how to do this. experts, help, please )
Hello, is it possible to get creation date of a specific indicator (mql5/indicators/<file> ? This code seems not to work: string path= TerminalInfoString ( TERMINAL_PATH ); string fn= StringFormat ( "%s\\mql5\\indicators\\%s" ,path, __FILE__ ); StringReplace (fn, ".mq5"
Hello community, i have the problem that my version is always indicated as 1.00, when i attach my indicator to chart. I mean what you see on page "Common" as version is always: 1.00, even my property is "1.20". Could not figure out the problem. The property is defined correctly and i put it after
hello Can You Help Me For Convert This Indicator From Mq4 To Mq5 ! Thank You
Hello. Anyone who has achieved to add bollinger plots to another indicator including all the inputs
Hi! I want to know something before I am going to place a order in the freelance section I have 2 indicators combined with the rsi and they work pretty good! I am not that often behind my computer and I don’t have all day to watch the charts. So the question is; can I get a ea or something that give