Technical Indicators - page 55

Hi, I imagine the answer is going to be no, but is there any way to draw an indicator with transparency? I need to draw a filled area, but I would like to specify the alpha so I can keep it a more subtle. I tried using ColorToARGB when setting PLOT_LINE_COLOR, but it doesn't work. I guess indicators
Hi guys is there any sort of order flow indicator that suited for mt4 ? Oanda is great but their order flow indicator only varies their customers. I need order flow indicator that varies more bigger scale in the market. If you have something in mind please refer it.
Hi Anyone one who know How to code and add a MA line (Previous indicator data) on MACD ? I cannot find the way to add MA line (Previous indicator data). Eddie
I'm trying to write a spread oscillator, but for some reason it doesn't works. I don't know what is happening... That's the way i saw in the iIndicators examples. But for "MqlRates" it doesn't works. MqlRates must be handled in a different way? or..? My full code is below. Thank you!! #property
Hi, I wrote an indicator that works fine with live data, but it doesn't draw forward on the strategy tester (prints attached). Can someone please point out what am I getting wrong? I'm looking for answers for days but couldn't find any.. Thank
Here is my giving back to the community for my success.Here is indicator SSRC the best trend indicator.enjoy
Hello guys, I would like to take a doubt. Is there any free indicator code that plots a Box like the one in the attached image? I would like to know how a display of the indicator is programmed so that I can apply my strategy and the indicator gives the signal in this way. I've searched a lot but I
Hi i have problem with the plot and buffer number connection. when I use some drawing style like line in my indicator the buffer and the plot number is the same and i can understand easily. But when I want use the drawing style like filling the buffer and the plot number not the same and make the
Does anybody know of an indicator that tracks the higher high and lower lows on the RSI not the price action? I can only find ones for the price action. Or do you know how to change the script for the price action ones to track the RSI? Thanks
Im trying to get the values from this JFDS custom indicator but i only get an error "cannot load custom indicator 'JFDS' [4804]" . And what is exactly ERR_INDICATOR_CANNOT_APPLY 4804 The indicator cannot be applied to another indicator means? This is the code #property copyright "Copyright 2021
Hello guys, I'm new with MQL5 and I am trying to create a indicator which calculates the standard deviation from a vector of new calculated prices of the diference between close and opening from each candle. I have successfully created the moving average with no problem but when I use MA values to
Hi! I have this indicator what is im using on mt4! Its called stochcandles black bar. Can somebody code it to mt5 or tell me where can i find it? Thank you
Hello, I'm looking for a margin call indicator/level visible on the chart for MT5. I have only been able to find files specific to MT4: https://www.mql5.com/en/forum/182945 https://www.forexfactory.com/thread/473595-margin-level-alert-indicator Any help much appreciated Thanks
[Deleted]
I have the braintrader indicators and manual for mt 4, I wanted to share it with you all, so download and enjoy and good luck trading. Disclaimer: If you would like to use BrainTrend indicators collection, please buy them at https://www.mql5.com/go?link=http://www.braintrading.com. On no account...
Hi All I have been searching for an indicator for MT5 that will generate an alert when the candle touches the MA. I have found several that generate the alert once the candle crosses and closes above/below the MA but that isn't what I need. From my searching there seem to be many people looking for
  Laguerre indicator  (152   1 2 3 4 5 ... 15 16)
Laguerre indicator: According to Ehlers description
Hello, I am making a VWAP indicator and wanted to understand how can I solve the following problem, maybe it's very simple but I am not accustomed to MetaTrader: When I chose the H2 timeframe, the bar that opens at 09:00 seems to be opened at 08:00, I understand that this is the way MetaTrader
The implementation of bool CAppDialog::CreateIndicator(const int x1,const int y1,const int x2,const int y2) method has the following two lines: int total= ChartIndicatorsTotal (m_chart.ChartId(),m_subwin); m_indicator_name= ChartIndicatorName (m_chart.ChartId(),m_subwin,total- 1 );
Hello y'll. By any chance, does anyone here have an indicator that: 1. Count how many fractals were plotted on the past X (input) bars. 2. Count how many bars in a row, without any fractals plotted (zero fractals on the past X bars). Any help would be much appreciated. Thanks in advance
Hello I programmed this awesome arrow indicator to scalp on forex now my challenge is to make it send alerts when an arrow shows can someone please help
Hi everyone. Hope you are doing good. I have created many indicators in mql4. Now I'm converging towards mql5 and trying to create indicator in mql5. Can anyone let me know what I'm doing wrong here. Cause I've tried multiple things but wasn't able to sort out that why my 2nd buffer is not showing
hi i would like to have universal connector for MT4 to automate my indicator or help me to remove licence from attached one. thanks for your help
Hello The indicator consists of 2 lines that if it is ascending, for example, green, and if it is descending, it will be another color, for example, red. I do not know why the lines do not change color. Help me if you can. Thank
Hi everyone, Here’s the question: I get buffers from example indicator multiple buffers like iEnvelopes correctly through numbering in CopyBuffer handle1 = iEnvelopes ( NULL , 0 , period, 0 , method, price, deviation); CopyBuffer (handle1, buffer= 0 , 0 , 3 , arrayUpper)> 0 ) CopyBuffer (handle1
  Volume and Price  (1)
Hello, does somebody know a free indicator which can show me at which last price levels there was most voume? Or does somebody know how you can code such indicator yourself or maybe the metatrader have already a build in indicator for that
Hi Everyone, I'd like to make a simple custom indicator that appears in a separate window, as an exercise to help me understand Mql5 a little better! The indicator will use the data from the chart it is attached to, and have an input to select a second symbol. For example: Attach the indicator to
Hello, Since trading is all based on a forecast about the future, being able to draw indicators' plots beyond current bar [rates_total-1] would be nice. The idea came to me while thinking of MAs and timing moves. Especially for higher period MAs, a visual representation of the nearby future with a
  MQL4 to MQL5  (4)
Hi guys i am at the beginning of learning mql5 and trying to convert an indicator. Its not plotting any idea what i #property copyright "T/oligarch" #property link "t/o" #property version "1.00" //--- indicator settings #property indicator_separate_window #property indicator_buffers 12
UPDATE: See the workaround below CopyBuffer() throws an error of 4806 (Indicator data not accessible) when calling an indicator with a different Time-Frame from within the code of an indicator. It happens when calling a valid Indicator handle to a different Time-Frame from the current working
Hi i create one indicator for metetrader 4 and 5. this program work correctly on my system and my broker metetrader, but some brokers not drawing my indicator. even I try compile and debug my code on it and there is no problem. But when i wants use it the indicator not working. why this is happened