Technical Indicators - page 79

I need an alert indicator when alligator cross MA10 . may help me
Take the Stochastic indicator as example. I want to import it not onto a indicator window but direct onto the price chart. Possible
  Step indicators  (232   1 2 3 4 5 ... 23 24)
Please find step indicators: - StepMA_v2; - StepMA_Color_v2; - StepMA_Stoch_v1; - StepMA_v1; - StepMA_3D_v1; - StepMA_v3; - StepRSI_v2; - StepSto_v1
Read the documentation, but still not so clear. Thank you.
Hello every body,  I want to officially register an indicator and publish it after registration, so please inform me how to do it ? Sincerely
Hi, I am doing an indicator for stock market that starts at 9 AM. So I want get the first price of day and start or restart the calculation at 9 AM. I have tried this into OnCalculate, but it is not working MqlDateTime curDate;TimeCurrent(curDate);      if (curDate.hour < 9)      return 0; I...
how to calculate the total number of arrows on the chart and put an alert when emerging a new arrow
Hello I have find out this: "Comment is displayed if #property strict is use, with both extern and input. If #property strict is NOT used, variable name is displayed, with both extern and input." I need to disable strict and comment displayed . is there any way? my code not working if strict...
Hello I have problem with this code. this indicator draw arrow with stochastic signal if above bellow kijun sen. but why this code not working ?    if(M_kijun_sen_value<Close[i] )  // EDITTED CODE <<<<-------------------  {   UP[i]=Low[i]-distance*MyPoint;   if(CTime!=Time[0])    {...
[Deleted]
Hi, I have a problem to modified a script mq4. i dont know how to make it. I want the arrow show when complete this rules: 1. H1 timeframe 2. close candle (1) > highers 4 previous candle H1 3. Candle (1) > 10pips 4. Candle (1) > cloce previous candle H4...
Could someone help me put notification settings on these 2 indicators?   Also would it be possible to have these 2 indicators converted to mql5 mt5 platform? Greatly Appreciated
Does anyone know of any EA/indicator that can identify various candles ticks using code? I am looking for a code library. Baljit
Dear All, I have an old collection which is giving alert when 2 ma crossover. But I need to add "Shift" option to get signal as per my own set up. So, If someone can help me to add this option, would highly appreciated. Here I am attaching the file, pls see and modify if possible to you. Thanks in...
Thanks in advance for all the recommendations :)
Masters, Inside one Symbol indicator, in OnCalculate(), I need to bring volume information of another Symbol. As I researched, I´ll need to use CopyRates(), but I don´t know the number of values I will need to bring from the another Symbol array. How can I use CopyRates() without knowing this? By...
I have a question about if something is possible on MT4 relating to Renko charts and a Currency Symbol Changer . This might not be possible like how I want it however. Is there a way to use Renko charts, but to use a Currency Symbol Changer so when I select a new FX pair on the Currency Symbol
I need to study historical values of many indicators from metatrader. Is the a way to save for example in 1 minute interval , similar to format like in History center? Thanks for help.
Hi - I hope someone can help. I want to overlay an oscillator I've coded located in the bottom chart pane onto price - the top panel. The oscillator ranges between -10 and +10 with zero the centre point. When overlayed I'm not expecting it to align to price and will expect the line to 'float' over...
Hi everyone, It's a lot of time that I follow various threads here and you're so interesting! thanks for your indirect help! Anyway, now is the time to ask the comunity for a conspicuous help to build a personalized signal indicator based mainly on the Heikin Ashi and Demarker indicators! Can...
Hi all, Thanks for looking at this thread. I'm looking to develop a custom indicator and it appears to be printing out the correct value initially but it just stops when a new candle appears! I don't know why and this is giving me a real headache!!! Thanks for your help :)...
MetaTrader 5 provides two similar indicators: ADX and ADX Wilder. Apparently the latter is smoother. Which one is more useful? Is ADX Wilder less advanced, since it is the original version?
What is wrong with this alert? That sound never ends and finally it freezes MT5.         manageAlerts(time[rates_total-1],rates_total);            return(rates_total);           }         //+------------------------------------------------------------------+         void manageAlerts(datetime...
I am looking for an indicator of the ADX that also has a MA in the indicator window. I want to be able to use it to say if ADX is above the MA(14) then it is okay to execute trades. I have been looking around for this but didn't have any luck. I am new here and if someone could help point me in the...
Hello, I am just getting started building indicators, and I am confused with indicator buffers. I understand that these are the values that are sent to the terminal and can be used by other indicators/expert advisors, but the documentation is confusing me. I am trying to create a very simple...
I'm trying to find a good indicator(s) to use for daytrading. Most indicators I've seen out there are lagging indicators.
Hello everybody, I'm a beginner in the programmation, and I have a question. At each new bar, the text of my programm shifts a little more to the left, and I would like to keep it on the right side of the chart. Unfortunately I didn't found the solution. I know that's is simple but... Would someone...
Why do some signal provider ask to not check the option 'copy stop loss and take profit'? What is the worst that can happen? Will the stop levels not synchronise if the signal provider decides to change them during a trade? Will trades be closed anyway when they are closed in the provider account?
Hello, can someone tell why I can not check previous colored bar(ColorT[bar+1], ColorT[bar+2], etc...) Indicator is using ADX values and according to them colors solid candles. I would like to play with these colored candles. Do I need another loop for this or how to solve it? for (bar=limit; bar>=
Hi there, Does anyone have an indicator that is similar to ADR, but it shows the average movement in pips? I mean the up down daily movement in pips? For example if the ADM is 300 pips (and ADR is 100 pips), then you would have something on the corner of the screen saying "ADM - 300 (200 remaining)"
Hello. I have these indicators that in the metatrader 4 I do not go. How come? I followed the ingo in this linkma does not go the same. https://fileinfo.com/extension/mqh Is it faulty or something wrong? Thanks a lot. Good trading.