Technical Indicators - page 53

It is just going off and on irregularly On Off #property indicator_separate_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_HISTOGRAM #property indicator_width1 3 #property indicator_color1 clrDarkSlateBlue #property indicator_label1
Hello, Is it possible for an Array to keep its values when i am changing timeframe? I have seen that every time i change timeframe the prices of the Array are initiliazing again. I want to create a multi-timeframe indicator and it is crucial to store the values and keep them when timeframe changes
  donchian channel  (4)
Hi experts. I tried writing code for Donchian channel. But every time the new bar comes, the channel drops to ZERO. I tried everything but still the same issue. Please help and guide me, where am I wrong. int OnCalculate ( const int rates_total, const int prev_calculated
can anyone help me to find any MFI with value price? so when i point the (whatever blue,brown,green or pink) there's info about value, but i want the value show right above MFI bar. like price on(green/blue). so i didnt need to point on MFI bar to show the value
Hi everybody.I need to convert an indicators from mql4 to mql5 .I tried many times use the program revriter or something like that,but without positive results.Help me please with this convert.Here is screen with error information after convert.Greetings.tantric
Hi All, I've written a test custom indicator that uses 2 MA. It drew the indicator fine when I first attached it to a chart however when I changed the timeframe. It somehow only draw the last bar and continue from the latest bar. Please help. PS. There's no error in the expert tab. Here's the code
Everywhere I read ( several forums ), everybody says: If you need to have the MA on the RSI-window ( overlay ), just drag the Moving Average from the Navigator window over the RSI-window , then enter "first indicator" into the "Apply to" field. Easy. But it is not true at all. 1. There is no...
  Problem with code  (12   1 2)
Hi guys Can someone tell me what is wrong with this code , no position is opned handle1 = iMACD ( NULL , PERIOD_CURRENT , 12 , 26 , 9 , PRICE_CLOSE ); handle2 = iMACD ( NULL , PERIOD_CURRENT , 12 , 26 , 9 , PRICE_CLOSE ); handle3 = iMACD ( NULL , PERIOD_CURRENT , 12 , 26 , 9 , PRICE_CLOSE ); handle4
i compiled it with the aim to show me the spread of the market when i press 'Q' but i get this error " comma expected" thx, string obj_spread = "Market Spread";  //+------------------------------------------------------------------+void OnChartEvent(const int CHARTEVENT_KEYDOWN,...
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