Technical Indicators - page 68

I have a request, that to use the indicator functions in the reverse direction of what it should be. For eg. 'I want to place a buy limit order where iRSI(14) = 20. Currently, the RSI is above 20. What is the price I should place it on?' 'I want to place the stop loss value where MACD signal line
  Update or delete line  (18   1 2)
Hi I have an indicator that draws a line at candle open of 1h timeframe. Then I switch to 5min timeframe. When 1h candle is closed and price moves, the line that has been drawn previously is not deleted and a new one is drawn (still in 5 min tf). How can I delete it and recreate it? or rather update
I use ObjectSetString() to show a text on the chart but it's not being painted. The only time it starts to paint the text is when I switch timeframe (and even then, it takes about 1 second for the timeframe to switch, which never happens otherwise). Instead of painting the text it shows the word
  Arrow not drawn  (2)
Hi I have an indicator that should draw arrows on the chart at MA-crossover. The code that should do the arrow work is at lines 112-131. Indicator is attached. What should be changed in the code
How do I create a moving average of the ATR inside an EA? I know the Moving Average indicator in MT4 allow you to choose "Previous indicator" for the applied price, but there is no selection for that in the list of enumerated "applied prices"
hello, i want to draw ray on mt5 charts with text lable. dose anyone know any indiactor can do this? thanks
I'm attempting call the "Fibo Pivots" Indicator by mladen. I've successfully called the indicator and gotten it to print on my charts. However, in my advisor I'm trying to store the values of the Weekly Pivots. I'm not able to figure out what the different buffers are for the different Pivot levels
hi i want to do the simpest work possible i want to show 2 arrays of numbers on the chart. the array nu,bers are fixed and i want to have diffrent color for them to see when they cross how can i add these two array on the chart
How do I change the chart time axis display settings? For example on my lower timeframe charts such as 5 min or 15 min I would like there to be no date and only time values corresponding to the timeframe. If its an 8 hour chart then dates are fine.  Thank you!
hi new to mql5 coding . can i add a line to an overlay indictor to simply display the time frame as text? thank you
Hi, how can i send notification to multi Metqquoutes ID at the same time? best regards, Lukasz
Hi, I am a newbie with MQL5 and I am just familiarizing with the fundamentals. I am debugging on historical datat (not runtime). I do not understand why the function Barcalculated applied to a simple SMA returns 1 element more than the function Bars applied to the source time series. In other words
Best community, After lots of research, education on the go and trial and error I have nearly managed to produce my first indicator. I have one issue left which I cannot seem to wrap my head arround yet and hope this community can provide me with some guidance. The issue at hand: based on the
  MA indicator  (6)
Hi Guys. Has anyone come across a moving average histogram but with the added condition if price is above or below the moving average
Hi I want to find crossover point of RSI and Moving Avrage. According to the attached picture in indicator window 1 i use RSI and Moving avrage and MA value is 1.181391 (close price ) and in indicator window 2 Moving Avrage value is 53.367 (MA on RSI). So now there have diffirent time in crossover
  ADX indicator  (2)
Hello all, I am looking for an ADX indicator which gives you the value of the 'ADX' as apposed to the 'ADXR'. The in-built indicator on MT4 / MT5 shows the ADXR, +DI AND -DI, but doesn't show the actual ADX. Kind regards
Hello everyone, I can not figure out why my DOM is not showing the Volume . on Demo account or real account and other broker also checked, not showing the volume. Could not find anything on Google either. Any tips appreciated
Hi All, I was wondering if there is any way to see the charts (say 15-min) with different open times . So for example, if am looking at 15-minute chart, what I want to see is 3 (n) different 15-minute chart... the charts I want to see will be: C1. 0700-0715, 0715-0730, 0730-0745 etc. C2. 0705-0720
Hi scorpion, I was wondering if you can code another indicator that shows buy/sell signals with arrows for me. I was playing around with MA’s, trying new things, and found the following gave some ‘good’ buy/sell signals. I have only tried this on gbp/usd. The setup is as follows: 3 EMA’s, set at 5...
Dear forum members, I need your opinions and comments. I have some original ideas for creating indicators and advisors. At the moment I am working on them by myself and outside my working hours, and my knowledge and skills are limited. Although I already have a few ready (not optimized) Expert
I got an moving Average indicator that gives arrow signals for buy and sell when two moving Average cross, I now want to filter the signals so it can give give only sell signals in downtrend and buy signals in Uptrend. I don't mind sharing my full code here. I'm a beginner in coding
Hi All, I would like to change the color of my iMA line via code and seem to strugle to get this simple task done. So I thought if I can do this in iCustom I can spesify the color as one atribute BUT then the color should be a attribute in iMA, right? anyway I have mutliple MAs and I can not...
[Deleted]
I found this article while doing some research and I really think it will be an interesting read for wannabe traders and traders alike. _________________________ This indicator is based on the 4 time intervals and because of that we may see the 5 different line: - Tenkan-sen is the average value of...
Good day all, I hope someone can help me please. How can I compare the current bid price to the leading " Senkou Span ". The "Senkou Span" is 26 candle ahead in the future of the current candle, but how can I shift the "Senkou Span" 26 candles back so that I can compare it to the current bid price
Hello! Is there a way to set the time zones in MT5? Can this possibly be programmed via an indicator so that not the broker time but the own time zone is displayed below the chart window? It would be nice if someone here knows something about it
Hello! As far as I can see, there is no way to set a session time in MT5, so that only the candles are visible from e.g. 9:00:00 to 17:29:00? Can this possibly be programmed via an indicator? It would be nice if someone knew something about this
I have been searching for a reliable EA example in MT5 for an Ichimoku trading algorithm Al the ones on the code base never pass testing phase, and I have tested many Thanks in advance
The problem is that this indicator is working properly by itself, but when i call it from a script for multiple symbols, after script ended cpu usage keeps high around 95% so that I should restart Terminal to run MT5 again. I have used profiling and found that there should be something wrong about
if I right click in that spot, where i know the indicator should be, it shows me that it is there....but i can only see colors in the strategy tester, and only after the beginning of the strategy tester(not on previous data) I thought there was some problem with the code, but the indicator is
[Deleted]
An indicator is placed on the chart. It is redrawn by Timer, ChartEvent and Calculate events . I need a script to read the current values of its indicator buffers (INDICATOR_DATA ) which can be seen by CTRL+D. Is it possible to do this in MT4