Technical Indicators - page 17

[Deleted]
I am trying to make Renko work like tradingview with same settings on both MT5 and tradingview but its not plotting same as tradingview, What modification would be needed for it? Link for tradingview renko formula (tradingviewdotcom/support/solutions/43000502284-renko-charts/) Source code attached
Hello everyone, I'm struggling finding a way to write the code for a custom indicator based on volumes where there's an EMA that is calculated based on the volumes of the volumes indicator, hope I was clear with my request! If you can provide the code I'll be the happiest man alive! thanks a lot for
Comments that do not relate to the " Learning the code syntax ", have been moved into this topic
#property link "https://www.mql5.com" #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 1 #property indicator_label1 "mColorLine" #property indicator_type1 DRAW_COLOR_LINE #property indicator_color1 clrRed , clrGreen , clrGray , clrBlue #property
[Deleted]
The Erros i get when I try to validate the indicator "© IG" before the upload i get "Validation state: Validation completed with errors " are the following: test on EURUSD,H1 (hedging) CR 0 22:20:06.527 Core 1 2020.05.04 01:00:00 Alert: Tester - © IG / EURUSD « H1 » ( SELL = 1.09705 ) IN 0
Hi, if I draw more than 59 lines in the chart, and I want to eliminate those objects specifically when the OnDeinit () function is activated (when the profile is changed or when the terminal is closed) it only deletes 59 objects. As I use a random variable to define the name of the object, in the...
Hi, I have a custom indicator, which currently plots onto a chart by using _Period. What I want to do is have one instance of the indicator calculated on PERIOD_H1 and another instance of the indicator plotted on PERIOD_D1. I want both indicators to be shown on a 1hour chart. As you...
Hi everyone, I'm looking for a solution regarding two different Ichimoku indicators build into MT4. One is called ichimoku kinko hyo and it's embedded into MT4 and not editable. The other one is open source that comes with MT4 and anyone can tweek it's code. The problem is that both of them behave
Hi guys I'm so thankful for the work that coders are doing for us honestly i don't have money 😭 I'm kindly asking for help, please i attached a picture, please view it, it's well labelled where the arrow should appear on the main chart when the colour changes on the itrend indicator in window 1
Hi guys, Could you help in fixing this error. The error is in ( input(title="Naked Forex - Kangaroo Tail & Big Shadow Indicator", overlay = true) i keep getting declaration without type. //+------------------------------------------------------------------+//|
i am trying to code the indicator Momentum, this Momentum Indicator isn´t the same as the Metatrader Momentum indicator. //+------------------------------------------------------------------+ //| ADX.mq5 | //| Copyright
[Deleted]
If in 200 visible bars of history, there are 10 bullish engulf pattern, and in these 10 patterns, 5 are those patterns where low of bullish engulf is broken by close of a bear candle so how can I write a loop to show only those patterns where low is not broken by close of candlestick in the visible
I have some simple problem: I draw a moving average through a custom indicator buffer on the chart. The problem is that is covers price bars, which I don't want. What can I do to prevent that indicator from being in the foreground
Hi guys, i'm new here and I am new in forex trading. I am using rsi and bollinger bands as my primary indicators. I buy if the the price hits the lower band and the rsi hits 30 or below. I sell when the price hits the upper band and rsi hits 70 or above. is there any other way to tell when to buy or...
As the title says, I am looking for suggestions on a good exit indicator for trend trading. Please link to codebase
  Camarilla  (32   1 2 3 4)
Camarilla indicator. And an other camarilla (camarilladt2) created by DanielTyrkiel. All the description here: https://www.mql5.com/en/forum/173143
Due to the horrendous state of the MT5 Toolbox I'm looking to make an indicator that can act as an alternative. The Trade, History, and Calendar tabs should be easy enough. That data can all be accessed readily as far as I can tell. The problem lies with a couple of the other tabs I'm interested
In Zigzag indicator . What mean of ExtDepth, ExtDeviation ,ExtBackstep ? thank you
I am righting a new indicator, i have added 3 line and one color buffer , but one of the lines not showing The code: #property indicator_chart_window #property indicator_buffers 4 #property indicator_plots 3 #property indicator_color1 clrBlue , clrCrimson input int ma_period = 14 ; int maHandle;
Hi, I searched through the entire forum and used google to find an example of an indicator that displays Heiken Ashi candles from higher timeframes onto the current main window of the chart. For example, I use the MQL5 standard Heiken_Ashi.ex5 indicator on the M1 timeframe to display the bars. Now
I have written an indicator that shows the candles after the vertical line with a different color. I use this indicator to get a backtest (the color of the candles after the vertical line is the same color as the background so that it is not shown) The problem is that the color of the candles after
Hello i am trying to change this code for my purpose. This code draws regression lines at chart. With inputs of start_bar and end_bar. start_bar's value is length of calculation. end_bar's value is always zero. I need to change this code with specific value of end_bar. I directly changed end_bar's
By default, MA method in Bollinger Bands (BB) is set to use with Simple Moving Average . Is there any custom BB that its MA method can be changed to other method like Exponential MA, Smoothed MA, Linear Weighted? One BB MT5 used in general attached below. I do appreciate if you can help or share
I wrote a custom indicator which attaches 5 other indicators to the chart - Yes, just like a template. Unfortunately, each time I change the periods of the MA and re-open MT5, the Moving Averages duplicate. Here is a pic of what I mean Here the MA where I changed the period is duplicated and shows
Hello Do you have any idea why a code does not give the same result on the trading terminal and the strategy tester? Here are the screenshots Tester Terminal Thank you
Hello, On some EA that I use, there is the option of Buying Above and Selling Bellow w.t.r Bollinger bands , which is, from what I understand, the opposite of the normal use of the Bollinger bands. Here it is in action on GBPUSD M15 The first trade is a short and the two last are longs. It seems to
hi... i try to create multi timeframe indicator, later, i want to apply it to my ea i use copyhigh() and copylow() functions to get data. but when i use arraymaximun an minimum function, it look like error please tell me what should i do here's the code #property version "1.00" #property
[Deleted]
I am using MqlRates to get live feed of OHLC data where Time = 1minute from a broker server I am able to change time to 1 second but OHLC info is copied to candlestick as per 1 minute data from broker (broker's OPEN remains same until 1 minute ends and I am expecting to make a new OPEN every
Hi guys, Merry Christmas to those who celebrate it. I would like to see whether anybody has this mt5 script as an indicator : https://www.mql5.com/en/code/18058 . Exactly the same, using the entire free margin available to calculate the maximum lot size available for trading. I do not need any risk
Hello, I'm looking for optimizations in the indicators and would like a suggestion. To prevent the indicator from representing empty_values, I am considering the function: PlotIndexSetDouble (index buffer, PLOT_EMPTY_VALUE, 0.0); My question is whether the best place to include this code is