Technical Indicators - page 83

Good Day I'm asking for a help for creating murrey math lines that shows the previous levels before it repaints. The purpose of this is to backtest a strategy using the MML saving yourself from doing live trades for testing that may take a lot of time instead of reviewing the previous levels and...
Hello Folks, this question may be already answered 100ths of times. So pls dont rip my head off. I simply couldnt find an answer. What i want: I want to program an indicator based on any timeframe and then i want this indicator displayed as an overlay on any lower timeframe price chart. Lets say a...
Hi, I was thinking about creating an indicator that identifies abnormal volumes, considering a previous inputs of mean volume by time (ie, each hour would have its mean volume to be compared). Does anybody have something developed in that way? Tks
There's any way to make my Indicator do the Calculation only when the candle closes? My indicator makes calculations for every close value. When I put it to the graphic it's so heavy that seems like the internet is ultra slow. Making calculations for every last price, as for code matter, the last...
hallo to all. i want combine this folowed indicators in a ea: (thank you mladen/vladimir) https://www.mql5.com/de/code/20474 (asymetric bands) https://www.mql5.com/de/code/129 (extrapolartion)  to read out the buffer of extrapolartion is my problem. in asymetric bands it works well. has anyone an...
Hi All, Iam using SuperTrend in my strategy using icustom fucntions "  iCustom(Symbol(),60,"SuperTrend",10,2.0,0,1);"  The EA is wrking fine on actual live account. But if I want to back test for previous period the Super Trend value is not recognised in the backtest. I have tried to download the...
In indicators we can define a color as the property of the plotted indicator. How can I make color indexes to use in a graphic object?
Hey guys. I need some help. I need an indicator that will set a horizontal line on a chart and essentially alert me when price hits it. I've scoured the internet and tried most of the line alerts available but they're not fit for purpose. Issues i've found with other line price alert indicators is...
need help to modify some setting in my indicator <Decompiled Code Removed>
Hi all, https://www.mql5.com/en/code/viewcode/180/129748/iunima_mtf.mq5 here u can find the code for iunima_mtf indicator which draws multitimeframe moving averages on a given timeframe. It does not include the linear regression line which i want to add. The simplest way I thought is to use the...
Hi, I have a RSI Bases Indicator, and every new candle make it less accurate, like on picture (Custom/Default RSI) The Indicator Window is moving the lines to the left, so much. What is happening? Thanks
Hello I'm pretty new here, so I was wondering is there a indicator that can show you the sell and buy properties of your current orders in a currency pair? Lets say I have 10 sell orders of 0.10 and same amount of buy -  so it should say the sum of them 1.00 buy and 1.00 sell Thanks in advance
  NYSE tick  (1)
Hi, Is there any indicator that shows ticks like John F. Carter uses for trend changes? Been looking for a while and couldn't get anything clear yet. Thanks for help!
Hi, thanks for being present in here. I ordered an Indicator based on RSI that load everything like it should, but when a new candle opens the new RSI value go to 0. Sometimes it back to normal, some times don't. What should i look on code to fix that? I asked developer to fix, but he sent me a...
Where can I find a signal like this BUY or SELL. that has Entry StopLoss an Take Profiit. Price action is High and Low Test Bar...@ 1/3 of the body of candle sticks, regardless of color. See attached Picture. Anyone who can developed like this...Share your expertise guys...Thank you.
[Deleted]
Hello Everyone! I don't have the US Dollar Index (USDX / DXY) as a part of my platform but I use it a lot in my trading. Usually I use the chart off of TradingView but this can be troublesome. I can switch brokers to a broker that offers it as a part of their MT4 platform, or I can download a...
Hi I'am looking for an adapt ZigZag showing the cumulative volume for each ZigZag Do you have any ideas to build up a Zigzag with cymulative volume?
Hi there, I have created this simple alert function : double Alert_Higher_Level =  ObjectGet( "Alert_Lines_Higher", OBJPROP_PRICE1);                  if (Bid > Alert_Higher_Level &&...
Hi all, I want to import a variable x[i] from indicator1.mq4 file and use it in indicator2.mq4file. Is it possible to do this
Hi everyone. Got a question. Why the future cloud in ichimoku indicator doesn’t apear in metatrader5 ios version
Hi, Could anyone help me to know ""what is the mathematical formulation of TMA bands?" , please. Thanks.
Hi there, does anyone know how I would add a specific start time and end time to this indicator so that it doesn't cover the whole day? //+------------------------------------------------------------------+//|                                                    ColorBars.mq5 |//|...
Hi, I would like to know from mentor here if is it possible to code MACD into Stochastic ? What i'm trying to get is if the MACD "MAIN" at stochastic Overbought or Oversold, will gave the alert. if it's possible, what are the code that i need to use? Thank You
Hi guys, Can someone tell me how to add a expiry time for my indicator. Regards.
hello friends, I need help. I desire STOCHASTIC indicator for MetaTrader 5 with audible alert when crossing area of buying and selling. * to MetaTrader5. SOMEONE HELP ME VERY GRATEFUL FICO. HUGS
Hi MQL community, I'm trying to normalize the bollinger band values into 5 digits from 6. I tested using an alert and the value had been normalized correctly. However, when I run my EA in the strategy tester, it still shows 6 digits. P.S. I have included a MQL4 to MQL5 converting file in the header....
Hello all, I have an idea :  - hide/show (not delete) objects on the graph (channels, rectangles, lines...etc)  with a same prefix (My_Prefix_Object1, My_Prefix_Object2, My_Prefix_Object3...etc). My question : Is it possible to do it ? Maybe with "ObjectFind" (?) And how hide/show ? .......
Hey there I am trying to find an indicator for MT5 that will alert me when there are x amount of consecutive candles. for ie. if candle = bull; then candleUP = 1 if candle = bull; then candleUp = 2 if candle = bull; then candleUp = 3; if candle = bear then candleUp = 0;(reset) ; candleDown = -1; if...
  RSI Divergence  (1)
I'm planning to ask a Job for an EA based on RSI Divergence, but the procedure of the ea requires the Indicator that analyses Divergence in RSI. Does anyone have and RSI Divergence Indicator for mt5 that i could use as base? Thanks