Technical Indicators - page 55

Hello, I am trying put my custom indicator on my strategy but handle aways return -1. Please, i need help. void CreateDouble() { DoubleHistoHandle= iCustom ( _Symbol , PERIOD_M1 , "iDoubleMarketConvergence.ex5"
Dos anyone know if there exists any indicator that show the Standard deviation as histogram? Where rising deviation is shown as for f.eks green bar and falling deviation as red? For Metatrader 5
https://www.mql5.com/en/forum/296657#comment_18410910 The above indicator plots a dot at the centre or 50% of the candle, in addition to that can we have a dot at quarter 25% and three quarters 75% also. Some thing similar to the below image. Regards
Hello, I am working on a trendlines indicator which use swing highs/lows with a period of 9, but having some issues with some initial break conditions. I have got it to break the trend one it has fully formed, but am having difficulty getting the trend to not draw at all if it is broken in-between
ALL YOU NEED TO TRADE IS A HORIZONTAL LINE TRADING IS SIMPLE. There is an entire industry built around making you think it is complicated. All you need is a HORIZONTAL LINE on your chart to be a profitable trader. I bet you doubt me, don't you? Go long when the price moves UP to a price ends in 00,...
Hi everyone, how can I go about applying a moving average to a previous indicators high or low values instead of the default close? This question is for MT5
Hi, Is there any RSI LiDo Oscillator for mt5?. Attached pic and mq4 file. Many thanks in advance friends. :) B. Rgds. //+------------------------------------------------------------------+ //| RSI_LiDo.mq4 | //| Copyright ©
Good day, Does anyone have the Profit Zone indicator from Infinity for MT5 I want to know if I am the only one having a problem with it after the 3.1 and 3.2 updates in 2 or 3 days. Because the author says that it is mt5 that is the problem. And can an admin please please test it for me or advise me
Hello. By optimizing the trailing stop and trailing step values, is it better optimize for profit, drawdown or Sharpe ratio
Hi there! I am trying to apply ADXWilder to another subwindow indicator. My goal is to calculate ADXWilder based on renko bars from subwindow indicator. I mean in MQL4 we had option like iMAOnArray etc but in MQL5 I couldn't do same. So please help me if you can. Thanks
Hi, Could someone explain what this <Deleted> indicates? It is made by <Deleted> , but there is no information on how to use it. Thanks, Carlos Camargo
hi am unable to login into community on my MT4 i use tradersways as my brooker my account it keeps disappering the name of the indicator is moster harmonic indicator
Moderator's note: Post has been deleted. Do not post in capital letters. It is considered shouting and rude. Do not refer to any specific market product in your posts. Contact the seller or the service desk . We can do nothing in the forum
Hello, I have an indicator I'm working on that when it is first placed on the chart, the bollinger band values are zero and I end up with a zero divide message in both MT4 and MT5. After the bollinger band values and the indicator have a chance to calculate, it displays correctly but appears...
[Deleted]
Anyone have an idea about metatrader indicator which can draw a parabolic trendline like the one in this shot
Can anyone explain the logic behind the Ozymandias indicator
  Currency Strength Formula  (16   1 2)
Hello Guys I need help in creating the Currency strength formula that works on comparing the correlation of 8 major pairs that looks like below 50 is neutral, below 40 is weak currency, above 60 is strong currency Anyone can help on giving the formula on how to calculate those? thanks
good morning sorry for the imprecision of the language: I use an online translator I'm looking for an indicator that calculates price levels and shows me these levels on the graph I ask: does an indicator like this already exist or is it necessary to write it from scratch? I'm waiting thank you
Hi guys, who can help me for this ? for mt5 pls, i already have for mt4, but it does not work on mt5 tnx much
  Exit Indicator  (2)
Hi Experts, What is the best exit indicator do you recommend? thank you! Rgds Dar
Hi guys, I understand we cannot modify custom indicator without author permission. While respecting that is there any way to add a pop-alert on the top up the indicator that we dont have right to edit? I just want to receive pop-up alert every-time the indicator shows up and down arrow on the chart
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