Technical Indicators - page 67

Hello, I searched the forum for a similar issue but unfortunately did not find it. I am creating a very simple indicator, it just reads the volume and plots in a separate window. Despite this simplicity the chart is out of scale and the values ​​on Windows Data are totally wrong and random. Does
  Probability Cone  (1)
Since Black-Scholes-Merton model inception, many option traders use the probability cone to trade several securities using stock options as protection to their investments. However, the model uses an universal equation based on normal distribution, from probability. However, due to increase in
Hello,  I am looking for a function that acts like the preg_match in PHP that performs a regular expression match.   For example, if I have a string in MQL4 that contains the following HTML code   <td id="pair_name_0" class="first left bold noWrap">Fibonacci<td id="open_0">1.2532</td><td...
I have this piece of code in an indi in mt4 which works fine: for (int x = periods; x >= 0; x--) { for (int i = pr + x; i > x; i--) { volful[x] += (double)iVolume(_Symbol, PERIOD_CURRENT, i); Print(x
Hi everyone, I want to make something like in this video https://youtu.be/mG4c7HF_9zg Any ideas about how to import an image in the chart and implement two buttons to move back and forward and change the angle
Hello all, I am learning mql code at the moment, and I am stuck at this problem, not ideas how to loop it , can any one please give me a sample code. basically, I would like to create a separate indicator display 2 data series as following. 1. display simple moving average of x bar for only UP
  Price color  (1)
There is a way to know if price color in MT5 is red (last price is lower than previous) or blue (last price is higher than previous) without set a LastPrice var in OnTick function
Hello. I searched for a indicator that makes thick wicks, but can't find any. Usually I use mt4 and I use the thickwick that I uploaded, so I can see candles better. In ninjatrader they are fully customizable but in MT4 or MT5 they are not. Is there anyone who is willing to convert it, or show how
Hello Everyone! Is there any history deals based indicator around? Almost all of them are market based, but almost none is account based. I've seen a product that created an indicator based on profit, but what if I wanted to know my position moving average plotted with market candles? Many thanks
Need some help to get this indicator up and running.Get these errors: 'OP_TOLERANCE' - undeclared identifier support_vector_machine_indicator-3.mq5 147 28'OP_TOLERANCE' - cannot convert enum support_vector_machine_indicator-3.mq5 147 28'OP_TOLERANCE' - cannot convert enum
I'm an amateur coder. I'm having issues getting my indicator to work properly. The following is a RSI based momentum indicator that paints candlesticks based on RSI level + Inside Bar and Pin Bar patterns. The indicator looks like it works. However, the [0] or [i] bar repaints to normal candle color
Dear Mladen, I want to find an index for you. I originally had this index. I accidentally deleted it yesterday. This indicator is...
Hi , I want to make indicators that shows interest rates, inflaction, pil etc... in separate windows imported by csv files. Can anyone give me the right input, or tutorial or base in which work for develope it this myself? Maybe is possible do it by wizard in MT5? anybody know? Please, any help is
Help - can someone here help me, could you please help me to code this type as shown in the picture, Putting Rectange in specific Separator or for the past 4 months high low box. Thank you so much
Hello. I am wondering if there is an indicator that, taken a period of market movement (for example last week), it searches in all history of price to find a movement that is very similar, and makes the prevision based on the previous movement. I don't know what to search for... Does someone know
Hi there, I found this code for the 3-10 Momentum Oscillator threeMA = MA(C, 3); tenMA = MA(C, 10); threeTen = threeMA - tenMA; trendLine = MA(threeTen, 10); Plot(threeTen, "3-10 Line", colorGreen, styleLine, Null, Null, 0, 0, 2); Plot(threeTen, "3-10 Line", colorGreen, styleHistogram + styleNoLabel...
Usually I find 3 x ATR(14) in open source scripts, but I think it is too narrow for 1m trading. 6? 7? (I mainly trade EURUSD, but happy to learn about other markets too)
Hi, I have a simple MT4 trendline indicator which shows pipcount on chart which I need converted to MT5. Is there anyone who can do this for me? Thanks, Sharon
help: value gap in the all pivot indicator help maybe here anyone can help me add / edit how many gaps issued all pivot indicators for camarilla https://www.mql5.com/en/code/15777 well, my desire is to be like this: https://ibb.co/1nvpNSY so, from R4 to R3 the gap value is 149 from R3 to R2 50 and
  Nrtr  (28   1 2 3)
NRTR (Nick Rypock Trailing Reverse). There are a lot of modifications of this indicator for mt3 and mt4 as well. But original idea came from here - see image attached. It was the good trading system in 2001.
I was hoping someone would be willing to help me with a problem I'm having. As the title suggests, I'm trying to draw arrows when a moving average crosses a line that is drawn by an array. I'm working with the Center of Gravity indicator, trying to understand it actually. I thought it would be nice...
I am trying to find a Candle Volume Indicator on MT5. Is that available ? Also would like to see that X-Axis(time) is adjusted according to the size of the Bar. Some of the indicators that I have see do not properly calculate the x-axis and see that they are static/fixed
I'm trying to create an indicator that uses zigzag as it's base and adds some extra features on top of that. but the zigzag lines don't show up correctly. here's my code: //+------------------------------------------------------------------+//|
I want to understand how the MQL5 economic calendar works, but something is not moving very fast. I spent most of yesterday and the beginning of today, but I still don't understand why CalendarValueHistory does not return all events. Or maybe I confuse them, these events a bit... Yesterday I was
This indicator draw multi time frame data in a separate window. When it run in 1 Minute chart, other trend lines are draw as straight lines. It only draw correctly 1 minute trend line. When i change the time frame or reload the indicator, then it redraw correctly. I know the reason for that. But i...
I am am looking for a function that will be able to return to me the highest/lowest value of indicator values,  iHighest returns shift of the highest bar  I want a function like that but doesnt use bars but indicator value; //---int Indicator_Lowest(int count=end,int Start=begin) //to return the...
It's the same trading species but the MACD is quite different. Why they are different? The calculation of the MACD is different? How to make the MACD of MT5 the same with the other trading platform ? Thanks
I am looking for someone to code a very simple indicator. I would like to combine several oscillators and average their values. 1. RSI 2. Stochastic Oscillator (Baseline) 3. William's Percent Range 4. Money Flow Index 5. RMI It should be fairly simple as all indicators already have values of 0 - 100...
  MTF CCI Bar Indicators  (64   1 2 3 4 5 6 7)
Some more bar type indicators this time they are CCI and you can load 2 different CCI onto the same chart as per the screenshot provided. cci_bars.ex4 cci_bars_2.ex4 24/06/2007 I have recoded this CCI Bars indicator and added in a Multi Number which can be accessed in inputs, simply change the Multi...
hi guys, im trying to catch zigzag values for each symbol, but i get the "Array out of range" error on the loop that is using for catching zigzag values. here is the function for catching zigzag: //+--------------------------------------------------------------void zig(string symbol, int Depth,int...