Hello, anybody saw indicator like this: https://pl.tradingview.com/symbols/BTCUSD/technicals/ But with options to se the past result for each candle? For example in histogram version
[Deleted]
Hello dears friends can you help me to finish this indicator 👇.( file attached) I wanna add the conditions write on the display ( file attached) too i don't know where i have to change to get this kind of indicator //+------------------------------------------------------------------+ //|
Hi all. Happy new Year. Can someone help me to add to this fractal indicator option to alert only on fractals outside bolinger bands line. All other function for sound and push and email notification are ok. This is MT5 version. i have somewhwere and MT4. we can maybe write that one too. Maybe
Hello Experts. Requesting your advise and help. I was trying to plot level for ATR. The lower level was plotted, but the upper level is not being plotted (although the code is same). I have wasted whole day to debug, but failed. Plz help. Chart pic attached
//+------------------------------------------------------------------+ //| Bollinger bands %b.mq5 | //| Copyright 2014, mohsen khashei | //| mkhashei@gmail.com |
Hi I'm new to MQL5 and I was just testing something and I come across a difference between mql4 and mql5. If you use a time interval for showing a line in mql5 indicator, you will see that at the beginning and the end of that line it falls down to zero but that's not the case in mql4. so how do I
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
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...
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
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
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
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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.