Technical Indicators - page 78

[Deleted]
Hello, I have the traditionnal MACD indicator however, it does not want to scale properly. It scales the signal and MACD but not the histogram. So what happens is that the histogram will at times not be scalled properly in the window. But the signal line with MACD line is always scaled. As an...
i'v modified custom simple moving average code, and try to display the average of open and close price.. but only the openbuffer displayed, and the closebuffer is always set to 0 value. please help me to fix it.. thanks alot..
[Deleted]
Hi How would you find a bar by a certain time for today Found this in the documentation, datetime date1 = D'2016.09.02 23:55'; But how do you use current day? Thanks for any help or pointers where or what I need to look at
Hi! I want to understand both of those functions and will layout my explanation on how I use them. Any experienced programmer feel free to correct my thoughts.   code....   // i is the current bar  double highest = iHighest(NULL,0,MODE_HIGH,8,i - 16/ 2); Symbol, timeframe and type is easy to...
  Time Filter  (5)
Please anyone help me about alert time  would be (Alert < 30 seconds), I used to trade Option in 1 minute expiration. Thanks! The code attached below:
Hey guys what's the best settings for stochastic on daily, looking to get less false signals and was looking to use it as exit indicator
Hi is there anyone out there that can possibly code an indicator for a specific candle stick pattern i use. just a simple alert and arrow would be great. pattern for a bullish signal would be bull bar followed by two bear bars that come to the base of the bull (or less) followed by a bull bar equal...
Hey guys, I am looking for a good exit indicator to add in my trading strategy . Really appreciate it if you guy could share your favorite indicator for exiting trades
Hi all, I happened to see an indicator here: https://www.best-metatrader-indicators.com/dss-bressert-colored/. The source code is as below: //+------------------------------------------------------------------+//| Robby DSS Bressert Colored.mq4 |//|...
Hi Folks! In my endless search for strange and odd things, I am never comfortable about periods and bars. So, I need help with the following code. The basic stuff is, if it completes a full single wave phase, where the compared waves are (high+low)/2 and (open+close)/2, the color of the indicator...
  Strange division problem  (12   1 2)
Hi All I am coding the following, the code returns no error but doesn't seem to do the calculation.        double Top =(iClose(Symbol(),0,i)-iOpen(Symbol(),0,i));      double Bottom = (iHigh(Symbol(),0,i)-iLow(Symbol(),0,i));      WVAD[i]=Top*iVolume(Symbol(),0,i)/Bottom; I tried to debug it by...
I appreciate help with changing the code of the ATR indicator to show double its value. For example if ATR is 30 pips, I want it to show 60. Thanks! Here is the code:...
  Self-regressive Median Coefficient  (66   1 2 3 4 5 6 7)
Hi all, I am trying to build an indicator that uses the following formula and returns the expected value, so I can use the same chart as indicator_chart_window. //+------------------------------------------------------------------+//|                                                    Quantiles.mqh...
So, by accident I have found about Hull Moving Averages and I love using them.  Unfortunately, most platforms don't have native support for them, so I find myself writing my own indicators using them.  The problem I have is that I am finding an inconsistency with some of my implementations and I'm...
Hi everyone!  I have this standard open indicator and I would like the line to be always drawn to the end of its current Time Frame. How can I do that? #property indicator_chart_window#property indicator_buffers 4#property indicator_color3 RoyalBlue//----#property indicator_width3 2#property...
ASCTrend system as I know it. Besides we may use NRTR_Pilot_alert indicator for S/L but I did not experiment on it. There are several modifications of ASCTrend system: Bykov system, silver system etc
hi in mt4 terminal, i know that we can use moving average over other indicator by select apply to previous or first indicator. if i am writing my own indicator or EA, and would like to do the same, how should the code be please
I have only programmed the properties for each line, but yet somehow when I attach the indicator to the chart, I get a red and a blue line running across the chart, mimicking that of the Kijunsen and Tenkansen. How on earth is this possible? I am using the latest compiled version but somehow the...
  MTF HMA  (2)
Hi, is anyone able to make this normal HMA to a MTF indicator? I´d like to trade for example on M15 candles showing the HMA in 1H. Any help is highly appreciated.
As shown in the red box, the 0th value is the current value. I only want to show values for full D1 bars, not the currently filling bar. As you can see, I am currently setting HistoBuffer[0] = 0., which causes all the lines to converge to 0. One thought is to simply set the value of each to the 1st...
Using  #property indicator_type1 DRAW_COLOR_ARROW the arrow symbol (https://www.mql5.com/en/docs/constants/objectconstants/wingdings) is specified via PlotIndexSetInteger(0,PLOT_ARROW,arrow_code); //arrow_code != 159 However, this works only with a single plot. Adding a second DRAW_COLOR_ARROW plot...
I needed to advise how to adjust the indicator to show just one day in the past and not all, some idea, thank you
My account on the app shows that there is money in the account be every time I try to execute an order it says not enough money. In addition can anyone get their TradersWay Live account to work on the terminal?  
Hi Everyone, I have a copy of MT4 sat on a windows server 2012 VPS. After an windows update today an indicator TMA.mq4 won't display, its either grey out in the navigator menu or it just won't load but is visible under indicators on the chart. Can anyone help or provide a work around. Jay
I am building an EA based on my trading strategy . It should work at any entry point, but will be more profitable if it selects a point in the market (for it's initial purchase), to buy low. What is a good indicator to use that will allow me to buy low and to have good bottom resistance? Thanks
The indicator is the FL11 indicator. Can anyone help me with this?
HOw does one test a demo version of an indictor or utiity product in the strategy tester?
My VWAP indicator stopped to work recently, after an update. I noticed that the volume_tick array returns 1 in the last iteration. In the next iteration the before values are right. I coded the follow indicator to show the problem: #property copyright "Copyright 2018, MetaQuotes Software Corp...
It may seem like a silly question but I haven't actually seen any explanation of this anywhere - what is the difference between an indicator plot and an indicator buffer in MQL5?
Welcome, please someone with ability to reprogram this Multitime Frame Rsi indicator to show real time value changes (within a bar) not only after closed bar. I use it to show rsi H1 value on 1D chart which is usefull all other indi i found does it in a different way. truly Thanks for help