Technical Indicators

Equidistant ChannelStandard Deviations ChannelLinear Regression ChannelAndrew's Pitchfork (let it be too)Another channel. Will write about it in the commentsNoneI do not have an opinion on the topicI just want to see the answer
For example, you find the Uniform Moving Price Range indicator that is sold in the Market. First, download it to the terminal by clicking "Download demo". After the download, the indicator is available in the "Market" folder. But you cannot run it on the chart, since you've downloaded the demo...
Dozens of articles about indicators are available on this site. You'll find here examples of indicators and articles about how to create indicators. However, a beginner may have some difficulties choosing where to start when learning how to create indicators. So here are a few tips to help you find...
hi i want to add transparency to my rectangles in mql4 , which code should i use
Hi every body I've wrote this code ObjectCreate ( 0 , "Close_Line" , OBJ_ARROW_DOWN , 0 ,Time_0,Close_0); But the result is : Please guide me how to make it's direction downward arrow
Hi hope you are fine i need help any one have this indicator for meta trader 5 or is there any indicator of SRC for meta trader 05 i need this indicator . any recommended indicator for the SRC meta trader 5
  RSI Fix value  (1)
RSI_Test.mq5 | //| Copyright 2024, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property strict // Input parameters for the RSI input int
  Parabolic SAR indicator  (294   1 2 3 4 5 ... 29 30)
I am continuing posting information about indicators. So, we have information about Stochastic indicator https://www.mql5.com/en/forum/177239 We have the thread about Momentum indicator https://www.mql5.com/en/forum/176430 Now something about Parabolic SAR. OverviewThe Parabolic Time/Price System,...
Hi, I just want to know how does this guy was able to develop such an indicator that can be inserted as an object, and also how can he move the object(volume profile indicator) like this? https://www.youtube.com/watch?v=rH1wUSO1iXo (I know he did it in mt4 but I'm using mt5 and want to do it in mt5)
  Footprint  (2)
Hello, Is there anyone knowing Cluster Delta's footprint mql5 code for EA? Thank you
indicator plot nothing but compile with no error plz highlight my mistake #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_ARROW #property indicator_color1 DodgerBlue #property indicator_width1 2 #property indicator_label1 "buy
Hello, I found very useful Key Levels indicator from codebase here But the problem is that it draws lot of lines to the charts and during rapid price movements, like news, this indicator laggs candles, price and charts overall. So I would like to know is there any way to reduce the number of those
This indicator has on the chart buttons that makes it switch between RSI and MACD. The problem is in the fixed min and max in the common tab, there is a prominent difference in readings between MACD and RSI which is the levels. RSI oscillates between 30 and 70 with variations according to the period
Does anyone know any reason why my indicator's graphic objects do not get removed from the chart when the indicator is removed? After the indicator is removed, the objects appear in the chart's object list (CTRL-B). I'm using the latest build 4410 21.06.24 I'm calling ObjectDelete on all graphic
  Divergence Indicators  (327   1 2 3 4 5 ... 32 33)
Hi all, I am looking for an Indicator with show Divergence on the macd version i attach below , with a sound alert signal. Can any one programer help out please. Thank you
Hi everyone. I am currently using Supertrend on TradingView and a similar indicator in MQL5 with the same formula, but the middle line between the two is different. Can someone help me verify which formula is correct to display the middle line similar to the indicator on TradingView? Thank you
Can you help with this indicator cant seem to get it to draw the second timeframe fvg correctly and also not getting alerts for the second time frame //+------------------------------------------------------------------+ //| Fair_Value_Gap.mq5 |
Hi, I was creating an indicator that has 2 buffers. double x_1hr[] , x_30min[]; This indicator has to be used on 4 hr chart (for convenience purpose). But it needs to also populate values in the x_1hr and x_30min buffer array after some calculation in the onCalculate function. The value in these
Right, my patience has snapped. Why is MQL5 falling to realise that I'm trying to code an array? Seriously, it's the most ridiculous, stupid thing I have ever come across. Why am I getting, 'get_high_or_low' - unexpected token, probably type is missing? GlobalNamespace.mqh 342 10 Why am I
Hi,while uploading to metaquotes a new indicator,I receive the following error message:test on EURUSD,H1 (netting)not synchronized with trade serverwhat does it means?thank you
Hello, im trying to make an indicator that extends trendlines to the current time on the chart, this is the code //+------------------------------------------------------------------+ //| HorizontalTrendlines.mq4 | //| Copyright 2024
  Zorder Function  (4)
Hello I am trying to make an interactive line over an already presented 2 other lines. so I can drag it through chart if (ObjectFind(interactive_line_name) == -1) { ObjectCreate(interactive_line_name, OBJ_HLINE, 0, Time[0], Ask); ObjectSet(interactive_line_name, OBJPROP_COLOR, DarkKhaki);
I have been trying to code a simple price pattern indicator to print arrows when pattern is detected but it seems not to work. Please help out
bool IsValidOrderBlock(int index, const double &open[], const double &high[], const double &low[], const double &close[]) { if(close[index] > open[index] && close[index - 1] < open[index - 1]) { if((high[index] > high[index + 1] && high[index] > high[index - 1]) && (close[index] - open[index]
hello, I want to apply moving average or RSI on a second data/line of a custom indicator. My indicator draws two lines. There is no difference between choosing first indicator's data and previous indicator's data. on both options the moving average is calculated for the first line
Good day to all, I am currently using Mt5 with 100,000 max bars in chart to keep my system running smoothly given high number of charts and indicators. My issue is that Fibonacci levels drawn on Monthly, Weekly, and sometimes Daily timeframes are not showing on M1 and M5. I do understand the work
Hi everybody hope everything in fine i use to have two indicators but due to some issue in my laptop i have lost them...i only have pictures of both they are free and available online but i cant remember their name can any boby tell me which indicator are these name of indicators. 1st indicator
Hi, On mouse hover over the regular candle stick, it displays open, close, high, low, and volume of that candle stick. I want to do the same thing with HeikenAshi candle stick. How can it be done, any suggestion will be appreciated? Thanks.
@Vladimir Karputov Alain Verleyen William Roeder I have zigzag based indicator. The code makes sense to me but the objects(HLINE) drawn on screen keep disappearing, please help //+------------------------------------------------------------------+ //|
Hi! I want an alert system for technical indicators. It's been rather difficult to implement that into the existing source code of the indicator. I have searched online and found no reliable or latest results for this. Basically, I want a read, yellow and green box whenever the indicator reach a