Technical Indicators - page 24

[Deleted]
How can i track if i load an indicator to chart, how many cpu thread and memory it consumes based on action. I am looking to increase loading speed of my indicators. Any suggestions are welcome
Hi everyone, below is my code, I dont understand why it shows such error. How do I fix it? int handlEma_indicator = iMA(_Symbol, _Period, ma_reference, 0, MODE_EMA, PRICE_CLOSE); double EmaArray[5]; CopyBuffer(handlEma_indicator,0,1,5,EmaArray);
Hey, got a quick fix for this error? Wanting to use the supertrend indicator on multiple currency pairs in my ea, tried "eurousd" instead of _Symbol and the indicator didn't load. STHandleEUROUSD = iCustom ( "eurousd" , PERIOD_D1 , "supertrend.ex5" ); Thanks for your time
I have a function that creates trend lines from one point in an array to a third point but i cannot stop it from creating lines that start and and end at ininfiy . The trend lines it creates are from an array thats filled by another function , the point of the array filling function is to find
I came across some useful source code for an indicator I want to write. But this code has an include file I can not find in any installation I have. It is supposed to be in MQL5/Include. THE AUTHOR claims it is absolutely standard, part of the normal installation, but I can not see that it is. #
Hi, I've been coding in MQL4 for a while, and am ' reasonably' good at it. Recently I have switched to MQL5 and having difficulty converting my higher timeframe indicators over. This is a Higher Timeframe Moving average. I think the issue is I am referencing the shift from the curent timeframe but I
The value of MA14 is obviously much higher than that of atr14, but why does the line of MA14 in the figure penetrate above atr14
[Deleted]
Im trying fracts buffor arrows to show only limited to 5 backwards and 5 frontwards of OBJ_'TEXT highest and lowest point currently it shows fractal on every bar Any help is highly appreciated Here is code Thanks #property copyright "Copyright 2022" #property version "1.00" #property
How can I calculate the simple averaege of high-low of a candle in mql5 ? This does not work inside the onCalculate event. iMA(_Symbol,PERIOD_CURRENT,CandleSpreadMa_Period,0,MODE_SMA,high[0]-low[0]);
I am looking for an indicator, for MT5, which is similar to "Daily Candle" or "Day Bar Info" of MT4. "Day Bar Info" for MT5 is no longer available. Thanks in advance
Hello, This is a really useful indicator for taking screen shots of Metatrader 4 charts to see price movement and indicator operation. Does one exist for MT5? If so, could you share it? Are you able to help me by creating one for MT5? It would be a great help to many traders. Thank you, Chris
Hello everyone! I have an indicator than counts the amount of upticks and downticks for each candle which works well for Forex symbols however for symbols such as SP500 it can show negative upticks/downticks and ticks decreasing live which shouldn't be possible. I'm unsure as to why it works for
Hello. I have created several multi time frame indicators for my clients so far. But almost in all cases I could not deliver them in an efficient way from processing point of view. I just want to know if other developers also have had such trouble? Is it an issue form MQL side? Is there a solution
I have been using the new HIGH LOW Candles on Trading View and it helps reduce a lot of wick notice and was wondering if I am able to create high low candles on the 5 min timeframe on MT5 Any help will be appreciated I have no coding knowledge either PS. It is not bars, it has big Box Sized candles
Hi, is there a way to hide the entire chart area? I turned it black background, no lines etc. But what I want to look at it an indicator which exists in the 1st indicator graph. not the main chart. It is called "On Board" it just shows the totals of the open positions. So stats. You can see what I
We know that RSI plotting range is between 0 to 100. Is it possible to change a plotted indicator line so that it will fluctuate in an extended range, say -50 to 100 ? In simple way I want it to be (stretched) so I can easily draw trend line on the RSI line. Attached photo is sample of what I mean
Hi all, just after a bit of clarity on the use of iWPR. When using the iRSI function it has four parameters, with the last being ENUM_APPLIED_PRICE, so if for example I use PERIOD_M15 and set the final parameter to PRICE_CLOSE, create an array and then reference it, i.e rsiVAL[2], I am getting the
Hello, I am looking for sine wave generator indicator where I can control period, amplitude and offset and it can display 3 sine waves. I post a image so you can see what I mean. I cant find it anywhere
For an indicator that was not how it was described I have politely asked the seller ... no response
I created this indicator and I am trying to sell here but automatic validation cant get through.I get error that, tester takes too long and I have tried making adjustments to my indicator but still.Could it be that my codes are way complicated for the bot to read or what
I created a loop in which I can assign values to each buffer, but since the number of buffers is not known, I cannot create an array for each buffer. I did a search and saw that there is a method called bufferCreate() that requires opencl technology, but there is no source where I can learn how to
[Deleted]
Hello, I made an indicator that shows the round number s/r levels on a chart. I wanted to use it inside an EA, but when i tried to use copybuffer the array thats copied to, returned 0.0. I checked the indicator arrays, they return correct value. I tried setting the size of the array, inside EA and
Hi ! I'm building an indicator based on an existing tradingview indicator and I want to put two colors on the indicator one is red and the other is green. Green will be when there will be buy signal and red is when there will be sell signal. Indicator The indicator consist of a mixing of the MACD
I managed to get input from a built-in indicator, so now I wanted to try with a custom made indicator. I downloaded an indicator off the internet and put it in MT5. It successfully shows the values in a buffer. [picture of the indicator with buffer.] (For some reason it doesn't accept my link. But
This is the value of 80-day moving average (0.739590) This is the value I am getting 0.753203302741266678 This is my code below bool FunctionCollection::DownTrendMaCrossover( int biggerDayPeriod, int lowerDayPeriod) { bool downTrendConfirmed = false ;
I'm creating a robot that uses the combination of iEnvelopes and iCCI indicators to mark trade, but my problem is how to make my iEnvelopes draw and pick it's prices from my Commodity channel indicator (iCCI ). So instead of getting prices like 5118.4 for instance on crash 500, it will pull it's
I want to have histogram buffer that his candells have many colors like this picture ? is it possibal ? https://ibb.co/qBqbj08
Hello everyone, I have an extremely simple mq4 indicator that displays the upticks and downticks in the buffers for each candle. I am not competent with MQL5 and consequently have failed at converting the indicator into an MQ5 file. I would appreciate a clear explanation and solution as to what I am
I am working on an indicator A that is supposed to operate on the values computed by another indicator B. I have implemented B with 6 buffers 5 of which are plotted. B works great when I attach it to any chart. It takes 8 parameters. The first 3 parameters are as for a moving average and then it...
Is there a way to make the indicator run on specific time frame