Technical Indicators - page 38

Hi All, As per the title of this thread. Do any of you know of a dashboard or utility that can fulfill my requirements? Cheers
Hi, Can anyone point me in the right direction for where the error in the code is? Am trying to get the RSI divergence plotted on the chart however, the arrows are all over the place. Thank you. Regards, John Doe //+------------------------------------------------------------------+ //|
Hi, //+------------------------------------------------------------------+ //| Read_Buffer.mq5 | //| Copyright 2021, Dark Ryd3r | //| https://t.me/DarkRyd3r |
Hello, I have had an indicator for many years, I would like to try and understand the logic of how the code is working. I am looking for someone who knows MQL5 that would be willing to go through the parts of the indicator with me to explain the logic. It is a pretty simple indicator using the ADX
Hi  I am trying to add Up and Down non repainting arrows at the points shown by the red lines in the screenshot above to the FX_Sniper's_Ergodic_CCI_Trigger indicator but I am failing to do this correctly. My efforts at coding only add arrows on the new candle formed. Basically i am trying to add...
  Pivot indicators  (756   1 2 3 4 5 ... 75 76)
Everything about pivot indicators you may find in this thread. Besides there are some usefull links as well: - how to trade with pivot (manuals) is here . - some trading system based on pivot https://www.forex-tsd.com/forum/trading-systems/1158-pivot-system - pivots, camarilla, high/low etc.... is
I can get and identify current crossover by using 1 and 2 buffer of the two MA indicators. But i want to get the previous crossover and the corresponding X candle. Should i run the crossover check on every newBar and re assign a value on every tick? please pardon my english
I am new to the community and just wanted to say hi! I recently rented several indicators from ***! I am currently going through the manuals to learn the proper way to use them. Hopefully, I am commenting in the correct place. I was instructed to comment in the indicator page of the MQL5 forum to I
Hello I'm trying to use Bollinger bands indicator with data from MA indicator. I read in the documentation that I can use iBands to handle buffer of data from my MA indicator, but the example seems complex o me. can anyone please explain me how to do this? Let's say I used this code to calculate the
Hello every one; I'm rather new to indicator writing and trying to write a cross over indicator to use with ichimoku. It is supposed to shows the condition of Kijunsen and Tenkansen relative to each other if Kijunsen<Tenkan the color will be Red .. if Kijunsen>Tenkan the color will be Blue and if
I heard someone in Vienna made an indicator taking the Stochastic 108 for the SELL signal on and 65 to end the signal. It's quite popular among the journalists despite of the price of 10,000€ for the real indicator. Some Goethe Institute students in Argentine learned the quick way of getting the
Any recommendations for Overbought / oversold indicator? apart from the obvious, RSI, MACD etc
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
When we use Chart Shift, there will be a space in right part of a chart. It seems that many tool display info here. Most of the functions are developed by Objects. But, to deal with objects in MQL4, there are so many functions and some of them has the same results. E.g, shiould I use...
Hello , i have created a simple program on MQL5 but i keep getting array out of range . Could you tell me how i can fix it please? int OnCalculate ( const int rates_total, const int prev_calculated, const datetime &time[], const double &open[]
Hi everyone, When we creat Fibonacci Retracement manually on chart, we can get its level value(50%, 100% etc) as below. Then how is it possilbe to get the actual price of each level value ? Thank you X :-) void OnChartEvent(const int id, const long&amp; lparam,...
And if you learned to code indicators, where did u learn
I am curious, for a coder, what is easier, to create an indicator from scratch, or to convert an mt4 to an mt5? What costs more, building from scratch or converting mt4 to mt5
I see one for mt4 but that isn't helpful, basically this plots a horizontal line on the 00 and 50 levels. A bonus would be one that plots the 20 and 80 as well
Hello, for custom indicator i need some help coding i need to catch few candles move, each need to open upper level from the previous open, and close upper than his opening level. thank you
Looking for this indicator for mt5, would anyone be able to make it? https://www.mql5.com/en/code/9313
This indicator shows 3 bars at the right part of the chart: D1 BAR and other 2 ( which shows current) +1( previous ) TF choosen by user at inputs section of the codes. I want to publish the codes at CodeBase but many trials could not reach the publication phase so I decided to give codes at FORUM
I have arrows that pop up on my charts. There are so many that they cover my candles, especially on higher time frames. see photo
As you can see in the picture attached, there are lines (red/blue) at the bottom of ICT's charts indicating a time, sessions. does anyone know what this indicator is called, where it can be procured? And it if it available for both MT4 & MT5
Hello, I want to use this multicurrency indicator in my MT5 terminal. https://www.mql5.com/en/code/27950 The problem is that the graphs of the indicator are not loading (I switched the chart timeframe many times as advised by the indicator publisher but with no result). Do you have any idea on how
Hi everybody, I'm taking my first steps in MQL5, in particular I'm testing the moving average indicator. I wrote the following lines of code to print the moving average value as soon as I receive a new H1 candle (with period "14", calculated on H1 timeframe, with mode EMA and on PRICE_CLOSE). static
Good day, does anyone know how to bring an Exponential Moving Average from H1 timeframe to M5 timeframe without using the data from H1, since you can read the opening price in the H1 chart on the M5 chart. Thanks in advance
Hi all I need to send emails to multiple recipients, how I do it in MQL5? thanks
Hi everyone, anyboby has the Better Volume Indicator v1.5 / v1.4 for MT5 ? ... please share the .mq5 file im new to mq5 ... try to convert a volume indi from mt4 to mt5 ... but find it hard kk :) thanks & happy new year all! regards
Hi, I have an indicator DRAW_ARROW which plots symbols over the chart. Their default size is configured normally in the initial indicator parameters and can be updated in the loaded indicator's configuration panel. Until here, 100% fine. The problem is that I'ld like to give an extra signaling to