Technical Indicators - page 27

Hello I wander what is the mistake in this indicator because it isn't update the data on chart every candle? #property strict #property indicator_chart_window #property indicator_buffers 1 #property indicator_plots 1 #property indicator_type1 DRAW_LINE #property indicator_width1 1 #property
Please how can i lock an indicator to an account number and also add expiry date to the indicator
Hello, i would like to ask someone to help me. I have two ''Support and Resistance'' indicators. One indicator has no alert but works fine and the other one has an alert (it does not work though) and also when you change indicator colour or width it returns back to default settings. So, I would like
1)when we add the same indicator to a chart The oninit function of the first added indicator is working. 2) When Oninit is not running, I cannot use the ChartWindowFind() function. How will it be possible to control the window with the objects that I will add to the indicator
  Daily data  (151   1 2 3 4 5 ... 15 16)
In order to stop some things : Daily data is a simple tool to show information I find useful in my trading It is not and it was not an elite section indicator (indicators in elite section are much more serious than this one) This one is simply a tool that does not take too much space, looks rather
Hello im new to this kinda stuff, wanted to ask if it is possible to take data from, mt5 or mt5 indicator from an API or websocket, or another way i might not know. I want to build an algorithm and automate an indicator
Hi, does anyone have indicator that show how much time in precentage price spend in lower and upper half of the candle? I think we could get nice result if we could compare that value to volume of upper and lower half of candle
Hi all looking for a script so that I can set a maximum ADR and once this is breached the candle is highlighted, For instance if I wanted to see all previous daily candles where the ADR breached 300 pips on XAU it would highlight the candle Thank you in advance :)
Hi, I'm a JavaScript/TypeScript dev with some Java, C experience. I'm interested in creating custom indicator/indicators. I wish to manipulate the main chart to have some indicators on candle side and on the bottom of the chart. I want to ask more experience MQL devs on what approach would be
Hello all Does anyone know how to setup alert for the indicators? Thanks
as any one experienced promblem with exness terminal to use any indicator? is there a special code to make it work with exness terminal
Hello Does anyone know how to install customed indicators on the charts in mobile app? Thanks
Hello, When I attach my indicator to the chart the zoom level is so little that I don't see anything. I have to manually adjust the level to very small sizes. Is there an easy trick to adjust the level based on the values in the chart? I would like to implement this into the code
Hello, first of all thank you for helping. I just want to create indicator which shows me daily drawdown in metatrader5. How to create it? Thank you. I only have indicator which shows drawdown of current open position. But I need indicator which shows drawdown with period of daily
Is there a way to make this a Double Sine Weighted MA? double workSineWMA[][_maWorkBufferx1]; #define Pi 3.14159265358979323846264338327950288 double iSineWMA( double price, int period, int r, int instanceNo= 0 ) { if (period< 1 ) return (price); if ( ArrayRange (workSineWMA, 0 )!= totalBars)
These great pages describe how well-known standard indicators are calculated. (With calculation examples) https://www.earnforex.com/guides/average-true-range/ https://www.earnforex.com/guides/what-is-moving-average/ However, when compared, these do not match those of MT5. The help at
Hi I used the Stoch RSI indicator and received an error when I changed the period of the stochastics to be higher than the period value of the RSI. The exit error is " array out of range in 'Stoch RSI.mq5' (162,29)" The error occurs on the line "if(Result==0 || (high[i]>Result &&
Hey guys ,, i've tried to install mt5 on linux -ubuntu 20- and everything went well .. But when i tried to add 2 custom indicators ,they didnt show up !! but Default indicators are working well ! Does anyone has a clue about this issue ?? Thank you
hello this i have this indicator which gives array out of range and on backtest it give zero divide error can someone assit to figure it out thanks //**************************************************************************// // Solar Wind Joy DS RP AA MTF TT
hi, int start() { if (NewBar()== true ) { double sma6 = iMA ( Symbol (), 0 , 6 , 0 , MODE_SMA , PRICE_CLOSE , 0 ); Sleep ( 2000 ); //buy if (sma6<Close[ 0 ]) { SaveInfoMovingAverageToTheFile( "BUY" ); //
Hello guys, Im new to coding, and seeking your help with a little issue :) MT5 I want this indicator to draw two lines at the first 4H candle of the day, (one at the high & second at the low), and I want these two lines to stay fixed for the rest of the day, ( i don't want to draw the upcoming 4H
  Hull Moving Average  (430   1 2 3 4 5 ... 42 43)
Attached is a coloured Hull MA. It's a fast moving average and gives quick signals for trend changes, excelent to use with a long term trend indicator! What I'd ask a programer is to program it so that once the line changes an arrow appears, bullish or bearish and an alert is signaled. Actually the
  Gann is the Man Indicators  (173   1 2 3 4 5 ... 17 18)
Here are a couple of interesting indicators from W.D. Gann (aren't they all?), as well as a link to his bio. W.D Gann Methods , Time and Price & Trading Experts *** Gann also studied and applied astrology to trading. Therefore, also included are a couple of astro indicators that wasn't available...
How do you change color of lines? I have set 5 colors into indicator_color1,3 & 5. Assigned INDICATOR_COLOR_INDEX after INDICATOR_DATA When activating the indicator, the color is red instead changing blue & green. Please advise, code is below, thank you
I would like to copy the buffers of an indicator that is shifted forward, how to do it? Indicator: IChimoku Buffer: Senkou A and B
I'm attempting to create my first MQL5 indicator, the Relative Volume. Relative Volume is just the current tick's volume / average volume over past n bars. Simple. I've read the two articles for newbies ( here and here ), but am just a bit unclear on some things that I will be able to decipher on
I really don't understand MT5... I'm using a custom indicator that works perfectly when loaded on a chart. Zero lag, fast, no issues. I can modify every parameter, remove it and reload it on other 20 other charts, and it still works perfectly. You know when it doesn't work? When I close MT5 and then
Somehow when printing out iBarShift() it appears to be going in reverse order from high to low while our time is being printed from past to present. We are sending in the most recent time and getting back the lowest index in our indicator buffer (obvBuffer[]) . We would expect the current index to
I press a button and at the end of various calculations objects are drawn on the graph. If I delete the indicator I delete the drawings with "ObjectDelete()" in the "OnDeinit()" function, it's fine. However, after drawing the indicator, I close and open the terminal and of course everything resets
Multi-Dimensional Fractals (up to 4 Dimension) give us market structure with different kinds of supports and resistances. Just some words about market structure from Larry Williams "LONG-TERM SECRETS TO SHORT-TERM TRADING": "Why This Is Important Once you have this basic understanding of market...