Technical Indicators - page 40

Hi guys, this time I need the bollinger bands indicator for mt5 to show the the actual value, previous value and the value before previous on the chart. When I compile this code it's showing the typical Bollinger Bands indicator, but, when I write down the last 3 values of bollinger bands I get
Hello fellow coders. Been trying something out on MT5 and this code works well on the chart window but doesn't work if set to draw on separate window. Code simplified for forum purposes. #property indicator_separate_window #property indicator_buffers 1 #property indicator_plots 1 //--- plot Slope_up
  Indicator Name  (1)
What is the name of this indicator? or something close or similar I saw it somewhere in the codebase but I forget, help me to find it
Been trying many multiplication on trying to add H1 moving average in 5M time chart or on any chart but could not make it prosiest? Anyone know how
how to convert normal indicator into mtf indicator
Hi everyone, I'm looking for an MT5 indicator that calculates pivot points based on trading hours, e.g. Dow and Nasdaq from 9:30 to 4pm. I tried many indicators from the markets but none of them includes an option for customized timeframes. May someone of you know which pivot indicator could help
hie, is there anyone who can code for me a multi timeframe and multi currency dashboard for mt5 similar to ogt trend dashboard. the only difference i want that i want it to be based on the ADX indicator instead of the three moving averages . The dashboard should be using the basic principle of ADX
  best indicator  (25   1 2 3)
hi  i want best indicator,Can anyone help me؟؟؟
  How to detect a new bar  (34   1 2 3 4)
Hi All, I'm a complete newbie to MQL5 but I've done a fair bit of coding for other platforms. I'm wondering why it is so difficult for an EA to execute only on a new bar. I've had a look at some of the articles, including the "new bar" event handler, and it seems very difficult. If that won't work
  Polyline  (1)
Guys i need little help as i could not get hold of polyline. If there is any sample code please share. I have array both x and x arrays. 1. Dates (x array) 2. Price Levels (y array) i want to draw a polyine using that information but i could not find any code on polyline. it would be huge if someone
Hi, why on the following do i get error "wrong timeframe request in open prices testing mode error" when i test on the 15m timeframe? double lowprice_i= iLow ( _Symbol ,( ENUM_TIMEFRAMES ) 5 , iLowest ( _Symbol , ( ENUM_TIMEFRAMES ) 5 , MODE_LOW , 11 , 1 )); How do you look at different timeframes
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...
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