Technical Indicators - page 26

Hello Everyone, I love using ATR for stops, targets and trailing, but would like to read other traders' experiences who also calculates with ATR. For example i trade Elliott waves in trend direction, mostly using 2 ATR for stop-losses and 3-8 ATR (14 periods) for targets following with ATR trailing
halp double EMA( ENUM_APPLIED_PRICE source, int length, int curBar, const double &_close[], const double &_open[], const double &_SMAbuffer[]) { if (source == PRICE_CLOSE || source == PRICE_HIGH ) { } else { Print ( "ERROR, price applied needs to be close or open." );
Hello, I am trying to do a remake of the famous gg trend bar in MQL5. I failed for now, because the parameters for iMA are not the same anymore. I tried to understand with the documentation, but with no success. If i could not do it, i have to redo my own moving average with array (not ideal and
  MAs on OBV  (4)
I wish to query 4 different length MAs on OBV. Can I pass the same OBV handle to 4 different MAs (in Call_iMA or Call_IndicatorCreate ), or will I need to generate 4 different OBV handles for this purpose? I should stress that I'm a BEGINNER at coding mql5, although I've done mucho coding in other
  Close[n] In MT5  (6)
In MT4, there is a function called Close[n], what's this function in MT5??
Hi? Please where can I get this in mql5 or website? DAILY COUNTER TREND FREE DOWLOAD FOR MT5: Please reply. Thanks in advance
Hello everyone, I am studying the technical indicators one by one and when I thought I had fully understood the Heikin Ashi candlestick indicator (watching various tutorials on the Internet), I have applied it in my Metatrader 5. And I have come across this: Where very strange things appear: In
Hello community, want to show text in a separate window of an indicator: #property indicator_separate_window int OnInit () { int chart_id= 0 ; int sub_window= 1 ; string name= "my_test" ; if (! ObjectCreate (chart_id,name, OBJ_TEXT ,sub_window, 0 , 0.0 ) ) return ( INIT_FAILED
I run an indicator and it shows a buffer in the past market.. which is correct but the problem starts here that when I want to run the buffer in live of chart.. it detects correctly but when it wants to show the running buffer.. The new values of the buffer are not connected to the continuation of
Hello Together, is it possible to use in a market product? this is a standard microsoft dll, so i was thinking its possible to use it in any product, but i get the message dll is not allowed #import "wininet.dll" any ideas? all the best Christian
I asked Chatgpt to generate code for a midnight open line - a few errors and warnings popped up can anyone help me out? Hopefully I posted this correctly, sorry again if I did not
I have created an Indicator in Trading view, but want this in my MT5 terminal This indicator includes and show this on the - consolidation zone - Stochastisch RSI - TSV time segmented volume - baseline - Support & Resistance it provides me this view which helps me a lot to get the right deals set
Hello friends please help me to get the buffer details in my .csv file. I have written the following code for the buffer details: double SellBuffer[]; double BuyBuffer[]; int SS = iCustom(_Symbol,_Period,"SUPER SIGNALS",24,INDICATOR_DATA); ArraySetAsSeries(SellBuffer,true);
[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