Technical Indicators - page 41

I press a button and at the end of various calculations objects are drawn on the graph. If I delete the indicator I delete the drawings with "ObjectDelete()" in the "OnDeinit()" function, it's fine. However, after drawing the indicator, I close and open the terminal and of course everything resets
Multi-Dimensional Fractals (up to 4 Dimension) give us market structure with different kinds of supports and resistances. Just some words about market structure from Larry Williams "LONG-TERM SECRETS TO SHORT-TERM TRADING": "Why This Is Important Once you have this basic understanding of market...
The problem is having object created in a TF (e.g the 4H TF) to be displayed on the the 4H TF and lower TF, anything greater than the 4H TF it won't display. I know using OBJ_PERIOD_D1|OBJ_PERIOD_H4 // would get you to display the Object on only the 4H and Daily TF and nothing else but getting it to
Hi there, I am looking for an indicator or EA (paid) here. <Deleted. Discussion of market products is not allowed in the forum>
Hi, First of all sorry if this has been discussed before, i did my best to find the right topic but didn't find anything. can someone please tell me what the reason can be for an indicator to plot all over after being loaded for some time on the charts? Look at the screenshot, the upper oscillator
Hello I'm looking for a free feature in MT5 where it is possible to link charts of the same security (eg google) with different timeframes. When I add an indicator, I want it to appear on the other timeframe charts as well. eg. I want to see a resistance/support line on the day chart as wel on the
  How to hide indicator plot  (17   1 2)
I want to hide/show my indicator plot based on a criteria. If I set the color to clrNONE, I still get a pop-up on mouseover of the invisible plot. That's still the simplest way to hide the indicator though so I wonder if there is a similarly simple solution to this or if I should just forget about
Good day, I have created this indicator to look for fair value gaps and it loads fine for 1 chart. But if I try to load it onto a second chart then it does not load. Can anybody advise why this would be the case? I did not limit the indicator to a specific chart. I would appreciate any assistance. I
Any idea why a script is taking hours to scan through 500+ symbols? Yes 500 symbols! At first, it didn't have any issue with that except occasionally displaying "Error out of range" so I fixed it by using the lines of codes inserted below and suddenly the script is now so slow. Please any suggestion
Please tell me the name(or url link) of this indicator
  Market Hours Indicators  (174   1 2 3 4 5 ... 17 18)
Does anyone have an indicator that will highlight the major market hours for London, New York, Tokyo... etc. The only similar indicator I have will only let you highlight 2 zones. Any help is appretiated.
int OnInit () { return ( INIT_SUCCEEDED ); } //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ int OnCalculate (
I have created a custom indicator using... int indicatorHandle = iCustom (symbol, PERIOD_M1 , "MyIndicator" ); ..and at some later stage, I attach it to a new chart that I have created... long chartHandle = ChartOpen (symbol, PERIOD_M1 ); ChartIndicatorAdd (chartHandle, 0 , indicatorHandle); I
I'm new to MQL programming and would like some help on build a simple code which lists all currency pairs whose stochastic value is under 25. Thank you
Good evening everyone. I am trying to develop a techniche using FIBO_FAN, thought i am strunggle to try to get the value of my fibo lines in the current candle. Follow image Illustrating what i want. I would like to know how to get the value of the fibonnaci fan exactly on that purple point in the
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
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 |