Technical Indicators - page 5

  Oscillators  (42   1 2 3 4 5)
Does anyone have a large collection of oscillators (works best in a trading range) that he/she put together? Maybe we could start a thread where all oscillators are gathered. And let's go a little beyound RSI and Stochastic
i go an error ';' - open parenthesis expected Line 158 column 23 here is the code //+------------------------------------------------------------------+ //| NSNDHistory.mq5 | //| Converted to MQL5 by OpenAI |
Like title , is possible open chart without chart ? or i can do it only if i cover up with colored square ? thanks
Hi , i am new to coding with mql5 and i struggle to find a way of returning the monday high and low . I don't even know where to start from to be honest. Thank you
Hello everyone, I have spent countless hours trying to find the mathematical formulas for the stochastic oscillator both on the web in general, as well as MQL, and I don't seem to be able to find the answers that I am looking for. To be clear, I am not interested in the simple formula that is used
  Indicators  (3)
Can someone tell me how to import real volume into MT5? I trade CFDs on crypto, so the Volume Indicator doesn't provide real volume. Is there any way to do this? Thank you
Hello, I am working on a project . Within this project , I need to write a method that uses more than one array. But I couldn't get the result I wanted. Can anyone help me? The pinescript formula: smoothrng( int float , int t, float m) => wper = t * 2 - 1 avrng = ta.ema(math.abs(x - x[ 1 ])
In my current strategy, I want to use the values of the highs and lows of a ZigZag Indicator. Sadly enough, I can't figure out how to return/store these values. I figured since the indicator already draws the lines, finding out the high and lows and storing this would be easy enough. Anyone happens
MT 5.00 build 4755, testing 1 month Dec. 2024 H1 timeframe but the problem is limited to that. I consistently was seeing a custom indicator being incorrect when testing but working when only used as an on-screen indicator. The problem was traced down to a calculation "diff = close[index] -
Hello to all How can I change the style of the cloud in Ichimoku to point fill? As in the Metatrader indicator? Thank you very much with respect Like this: //--- indicator settings #property indicator_chart_window #property indicator_buffers 5 #property indicator_plots 4 #property indicator_type1
hi i have indicator after active all click right sell buy properties disable plz help file indicator [link redacted by moderator—executable files are not allowed in the forum, only source code files]
It goes past steps 1, 2 and 3. Then after submitting the code and screenshot it just hangs on step 4 saying "Code 20%" without any informative messages as to what the problem is. I've googled and searched like crazy and can see quite a few people have had the same/similar problem without any
hello friends, is it possible that i made a andicator that work on two accounts on two broker? thank you and sorry for my bad english
I have written an indicator that colors candles based on The Strat method. The indicator works as I intended coloring the 1 candles yellow and they 3 candles Magenta. Unfortunately this overrides the chart's default settings for Bull/Bear candles. I like for my Bull candles to be hollow and I am
hellow everyone i have a question . i need change color of candel in chart ، When three bullish candles are formed in a row, the three candle colors change. I would appreciate your help . Thank you
This is a simple volume indicator that uses candle body ratio. I need it for MT5. Or one similar to it. Thanks
Hi everybody, I'm trying to get the value from the "average angle" indicator. But the value of the indicator displayed on the chart is different from the value of the indicator taken from iCustom. I am very confused with this problem Please help me fix my code. Thanks in advance
It's clear that there are a lot of interesting, experimental, and useful indicators on the MQL codebase. Do *you* like to collect and support these programs? In my opinion, we don't have time to code everything, and we don't always have the same ideas, so it's good to support other people's codes
Hello. I am not a developer but do need help and will highly appreciate somebody guiding me in a correct direction. I have two indicators installed(with source codes) and i want one indicator outputs to serve as inputs data for other. Both indicators are custom. Indicator that should provide data
when i want to get value of first buffer, it always shows empty value but in Data window shows that it ( buffer 0 ) has a value! this is the code of indicator: //+--------------------------------------------------------------------------------------+ //|
Hi to all, simple question: is it possible to create a custom MQL5-indicator with multiple (sub-)windows , with plot lines e.g. in the main chart and in two subwindows (so 3 in all)? I'm not talking about drawing objects, I'm talking about INDICATOR_DATA. Thaks
  Profit Labels  (7)
Hello, can somebody explain how to add this "Profit Lables" to show on a chart? how to code it into an EA or as a indicator? thx
  EMA with alert?  (41   1 2 3 4 5)
Does anyone know of an indicator that alerts when price is within a specified range of 34 EMA? I have searched but can only find cross alerts.
Hi guys, I used iRSI function in following format int iRSI( string symbol, // symbol name ENUM_TIMEFRAMES period, // period int ma_period, // averaging period ENUM_APPLIED_PRICE applied_price // type of price or...
this is the code that i combined PVI and iMA but it doesn't show them correctly like the attached image. how to correct the code? //+------------------------------------------------------------------+ //| Demo_iMA.mq5 | //|
If I have only one chart open in the terminal (build 4755) and add any indicator to the chart that should be displayed in the terminal window, it will be displayed correctly: If I open another chart and try to add an indicator, the indicator will open in a separate window above the price chart: In
  fibonacci spiral  (1)
Good afternoon, if anyone has an indicator like in the screenshot "fibonacci spiral" on mt 4 or mt 5, please drop it)))))
If I need to have synchronized data in the indicator, I perform a synchronization check. Unfortunately, if there is no next tick coming (e.g. on weekends), there is no further call to OnCalculate and the indicator is not calculated. I helped myself by calling the ChartSetSymbolPeriod function. In
In MT4 - multiple offline charts can be created with only 1 RangeBar indicator which is attached to M1 regular chart For example - created 10 pip RangeBars chart as M21 offline timeframe and 50 pip RangeBars chart as M31 offline timeframe Then attached Multi Time Frame (MTF) indicator on both
  iVWMA()  (2)
I miss MQL5 indicator iVWMA(). It is useful, but reference to programmed one is not comfortable