Technical Indicators - page 32

Hi All, Can i trouble you to look into this? Cant seem to find the error in this, the indicator repaints/recalculates. Thank you. //+------------------------------------------------------------------+ //| Adaptive_DeMarker.mq5 | //|
Hey, I have a problem with my strategy tester. I can't select multiple cores to work simultaneously: I can only select one agent Does anyone have a solution for me
  CCI Woodie like  (276   1 2 3 4 5 ... 27 28)
As I explained in the picture below. For example, this candle that appears on the H1 chart has a high and a low. On lower time charts, for example, if High then Low occurs on "Tick" charts, I will do another calculation. If it's low and then high, I'll do another calculation. There is a time
  Lock Indicator  (2)
hi there how to lock the indicator, so it can only be used for 1 market and 1 time frame. for example, the indicator can only be used on the AUD CAD M5 time frame market, otherwise it cannot be used Thank you
Hi, I am looking for a TDFI with alerts for MT5. Does anyone use one or know where I can find one
handleAdx = iADX ( _Symbol , _Period , 14 ); I can get the main ADX value. But I need +DI and - DI values. Is there a way to get these values without calculating manually
Hello, I just moved from Mql4 to Mql5. How to get MA value of the last Candle on MT4: double iMA (symbol,timeframe,ma_period,ma_shift,ma_method,applied_price,shift); so I need: double ema3 = iMA ( _Symbol , _Period , 3 , 0 , MODE_EMA , PRICE_CLOSE , 1 ); What I need to get this exact value on a
I found this simple code that extends any box drawn to the right edge of the screen. Can someone kind enough please help me convert it to mql5. Much Appreciated. //+------------------------------------------------------------------+ //| Rectangle Extender.mq4
  What am I doing wrong  (13   1 2)
//+------------------------------------------------------------------+ //| Another one..lol.mq5 | //| Chioma J. Obunadike | //| https://wa.me/+2349124641304 |
I'm putting the final pieces of my code together and I have studied a course on for loops. NOTE: I am a beginner. I created an indicator successfully and I wish to make the indicator run on all the symbols in my market watch automatically. However, I can't seem to figure out the logic behind this
As per title. I am looking for an MT5 version of this or an indicator that works in the same way
If you don't want to waste cpu when you don't need to calculate indicator values for all available rates, is it best to fill all values you want to skip with empty values or is it better to just use PLOT_DRAW_BEGIN to set where you want to start and make your calculation cycle start on that index
[Deleted]
I thought I came across a Multiplier Symbol on 1 chart indicator for MT5 in CodeBase or Articles. I have have been trying to find it for past few days but cannot. Has anyone come across it
  Please help me  (7)
//+------------------------------------------------------------------+ //| My first.mq5 | //| Chioma J. Obunadike | //| https://wa.me/+2349124641304 |
//+------------------------------------------------------------------+ //| Label.mq5 | //| Copyright 2022, Label Ltd. | //| https://www.mql5.com |
I have been trying to rectify an issue I've had for a while now and could really do with some help please. I am trying to create an indicator that shows the Bearish/Bullish Engulfing patterns (trying to build up my skills). I first created a similar FindHammerPattern() function which worked really
Hi, I would like to change this indicator. I would like to attach it to any chart but it has to work on the chosen market. For example, I attack the indicator on the EUR / USD chart but I set the indicator on USD / JPY. Thank you all
Hi, where can I find the ehlers instantaneous indicator on mt5? I found one on the forum, but it does not work, while the other one does not have the option to select the price at which the line will be sent, for example, the opening price or the highest price of a given candle Thanks for help
Need a Session Indicator for MT5 , Should have the 3 sessions customizable
Hey everyone, I'm currently writing code for an indicator that uses the price[i] version of OnCalculate instead of open[i],high[i],low[i],close[i] version because that's the simplest way I found, so far, to be able to choose to apply the indicator to another indicator if I want, using the parameters
  Fisher  (256   1 2 3 4 5 ... 25 26)
Hi! A friend of mine has allowed me to upload this Fisher . Do not get overexcited. You'll see why. But it might be fixed. Don't you think
Hi all, I've been using this indicator on MT4 but am switching to MT5. I found that it's a great indicator for entries and exits. Can anyone help me convert this for MT5? Thank you <ex4 file deleted>
Hey all, I've been using Ehler's Fisher Transform in my system and I found it has great use for an entry and exit indicator. Is there anyone that can convert this for MetaTrader5? Thank you <ex4 file deleted>
Hello everyone. Is there a way to get the maximum and minimum in a range of Hours from the current day to the next day? Example From Current Day Time 15:00 Until Next Day Time 14:00. Thanks for the help
Hello friends As you know, there are types of indicators I would like to know the exact definition of each Can you give a precise definition of the types of indicators? A brief definition of just a few sentences Thanks
Hello, please, can someone help with these indicators in the images? They are fot MT4. I would like to find the developers and understand if its possible to customize same for MT5? Or, if someone knows the codes and can share.. Thanks so much! MACD ATR Arrows XARDFX-38 STI OBOS
Hi gang, I have started using metatrader 5 and would really like to be able to effortlessly set take profit and stop loss as effortlessly as they do on youtube, a simple click and drag and they are done. When I set a stop loss or take profit I don't even get a line to show where my stop loss is!! I
Hello guys, I cant find any indi or script like periodcon or p4con or "advanced candle" but for metatrader5. Can someone point me where I can get it please? It's an indi that changes the start time of candles, ie 15min candles starts not every 15min round but eg. at :03 (3minutes later of default
The indicator seems to paint the wrong candles. The calculation seems to work when I choose a different drawing method (DRAW_ARROWS). But I already have another indicator that draws arrows. So i dont want to clutter the chart. Can someone kindly look over the code and assist me in fixing the issue