Technical Indicators - page 61

My indicator works correctly (so far anyway), but I would like to check the contents of the arrays I have in a list format, so I can evaluate how I'm doing. So in that case, I would like to print out the array. Is there a way to do that? I see references to Object Text. I will be using this in an
Hi, I know MQL5 demands ChartRedraw to update GUI on a chart. However, I'm probably not using it optimally. Consider the following scenario... I have 5 indicators each which must update the properties of 100 objects each, or any one object at a time, either from a new tick, on a timer, or an
Hello, I wanted to know how the metatrader calculates these values, as circled in red. When I edit the momentum indicator, it suggests the maximum value and the minimum value. I noticed that if I edit the indicator with the graph in the current time it shows a value, if I move the graph to a few...
Hi, in these day im trying to study mql5 to pass to it i think in the next months. but several scripts are not working, including the ones that are supposed to work like this, double zigzag=iCustom("EURUSD",PERIOD_M5,"ZigZag",16,5,3,0,1); Print("zigzag: ",zigzag); it says this 2019.02.27 19:19:50...
Hi, I am coding an indicator which uses a de-tached chart. What is the chart_property to disable the toolbar on a detached chart? I don't want to have to right-click it and select "toolbar" item to disable. I need to do it programatically but I couldn't find the propertyto disable/enable the toolbar
Hello, I try to get data from custom indicator (CustomIndicator), which shows a histogram of values between -2000 and 2000. I don't have source code of CustomIndicator The code of script is as follows. As an example I used also other indicators (Stochastik and Williams). The resulting file
Hi, I have an EA installed that gives me the error that appears in the image. What does it mean? Thanks
KimIV's excellent indicator i-sessions does not allow adjustment for DST on sessions. I am trying to modify it for my needs/preferences. I am doing this in MQL5. the indicator draws colored rectangles on the chart highlighting the trading session from session opn to session close and at hieght of
Hi Is there a moving average indicator that changes color with direction similar to Hull? Thanks Gil
I have a customized indicator that I cannot enable alert function. Can anyone help me with enabling alert function? I tried for days and just can't figure out by myself, finally reaching out here for help hopefully. Thanks a bunch. Conditions to send alert to mobile or desktop: - when the alert
  iMA in MQL5 Help  (2)
Hi, I'm trying to just add two moving averages to a chart from an EA, creating them at OnInit() with iMA(). Both MAs are added visually to the strategy tester graph as expected, however the the moving averages are very different lines compared to if I add them manually to a chart for the same M30
Hello, I'm using the information in this post https://www.mql5.com/en/forum/159093#comment_3813702 to write an indicator that starts at Bars and goes down to 0 and detects and marks the previous turning point using logic similar to h0<h1&&h1>h2 or l0>l1&&l1<l2 but it's not marking the correct
  Time[] Function in MQL5  (12   1 2)
Hello people, I'm trying to create Time[] for my MT5 indicator but there's something wrong and I don't know what :/ So, this is a Class code in *mqh #define DEFINE_TIMESERIE(NAME, T) \ class CLASS##NAME \ { \
What is the best trend indicator / What is the best trend indicator code?
I cannot find any MT4 version of Andrew's Pitchfork in the market ? Can anyone please
Hi. I have been creating and testing a few EAs and sometimes they can be a bit confusing when it comes to inputs. Sometimes, I accidentally put information into the wrong input. I figured that changing the appearance of the input boxes would help with this. As you know, the entries of the input tab
  DualBar  (14   1 2)
Hi guys, I want to create an indicator where for each time-bar in the main window, the indicator will show 2 bars. Is it possible? Thanks
  Which is a better indicator ?  (76   1 2 3 4 5 ... 7 8)
Which is a better indicator
I tested my system. My indicator not change anything when I reload it again ! So how we can make an indicator auto refresh Template every 10 second ? Plz help me ! Thank Picture when I backtest And when I reload Template
I created a MT5 indicator. It seems to work but has a problem when reloading MT5 for a higher timeframe than the chart period: above: recompile or drag and drop above: reloading the MT5 application //+------------------------------------------------------------------+//|
[Deleted]
I am trying to use "Indictors" in EA. instead the original iMACD we use. But get some trouble .. there is no data . After I run on EA. There is no error message as initial., Create buffer there is no update data. >>< #include <Indicators/Indicator.mqh>class CiMACD2 : public CIndicator
Hi guys, I am wondering how is the right way to create and firing a custom event. My doubt is: if someone want to handle the event in his own EA how can intercept the event? Do I need to tell him the value? (like: ushort
Hi there everyone, I'm looking for a reasonably straightforward indicator but can't seem to find one. I've tried coding it myself but am struggling with the alerting side of things. I'd like an alert when: - 6 ema > 9 ema > 50 ema > 200 sma - 6 ema has just crossed over the 9ema (so, the previous
Hi there, I noticed something weird happening when I want to place two indicators on top of each other. In this case below, I have two CCI indicators in the same indicator window but, as you can see on the attached image, their vertical axes are not aligned. For example the level 0 of the slower CCI
High, which is the biggest amount of buffers (indicator_buffers) and plots (indicator_plots) an indicator can have
Hi, I want my indicator to play a series of sounds, not just one. For that, I initially tested calling 3 PlaySound() one after the other hoping that the second would only start playing after the first was finished and the same for the third. Unfortunately I was wrong: in such conditions, even though
Hello I use an indicator for its alert. It works fine when symbols are in English but for my this particular use, the symbols names are in Persian. How do you fix this? I need help please. Thank you in advance. Here is a file attached about the problem
Hi All, I'm installing some indicators and wondering why some won't keep the settings. For instance, I'll click/check the Allow DLL Imports box and click OK but when I go to another tab like Inputs and come back, the Allow DLL Imports box is no longer checked. This also happens in other tabs and
Hi guys, I was wondering how to create a sizeable, draggable object. It will be a sine wave. It should be also deformed ( not only contained in a rectangular box but the box could become a translated trapeze Thanks
  Market Indicator  (1)
How can I move a paid for indicator from one mql5 account to another ... Both accounts are mine Thank You For Your Time :)