Technical Indicators - page 95

Hello, Analyzing same Forex charts of two different brokers, I can observe that my color candle indicator is different, due to different candle open, close, high and low values between this two brokers. Does anybody know what is the reason of this? Thanks
Hello Peoples; - This req refers to the MACD graphic as displayed in both MT4 & MT5 current versions: The MACD is displayed as standard by a line and histogram: - where Line = MACD as SMA variable / Histogram = Fast & Slow as EMA variables. TWO variants I would like to achieve: -  (such as are...
  MT5 to MT4  (3)
Please how do I convert a file from MT5 to MT4. That is to say an indicator that works in MT5 platform to Work in MT4 platform EXAMPLE the Zigzagcolor originally written in MT5 find attachement below. Thanks in anticipation of your kind response my email: <<>>
I know, that in some cases non-buffered variables are lost. for example static int MyVariable = 0 ; ...... MyVariable = (Condition ? MyVariable+ 1 : MyVariable ); ...... but in some cases i found (when something changed on chart or input or etc.. without refreshing the chart F5 ), the value of
Here's the code: //+------------------------------------------------------------------+//|                                                   xMeterDiff.mq4 |//|                                                 Nondisclosure007 |//|                                               http://no.link.yet...
I am searching for an Indicator or a way to get the Tenkan-Sen Kijun-sen distance (from eachother).  e.g Tenkan-Sen is at 0.75780 and Kijun-sen is at 0.75760 so the distance is 20 pips, correct? I tried it myself but I got a problem because of the different price structure (not sure if that is the...
Hi, I was wanting to use Heiken Ashi Indicator in an EA, but I realised that the standard Heiken Ashi indicator only gives 4 digit values in its buffer. On 5 digit pairs this can sometimes give the same value for open and close when it obvious is not but the price hasn't moved the necessary 10...
Can someone share his opinion on divergence? And also what about  hidden divergence? Which one indicator is the best?
for example, i want to have a condition like this; if (ThisIsMT5) then do1();  else do2(); how can i automatically determine if running platform is MT5 or MT4 (mql5 or mql5) ?
I am looking for a way to get the bollinger bands around the RSI. Does anyone have suggestions? Yhnx
I've been having trouble locating renko bars for MT5.  From what I can gather, it's not possible to program custom bar types for MT5, but instead a custom indicator needs to be created in order to see renko bars. The examples I've seen, look as though the renko bars sync up with the underlying time...
Hi, Could any of the master programmers recommend to me which is the best fractal zigzag nrp indicator, and where can I get it in this forum, please? I will appreciate any help
Hey, greetings to one and all. I am a simple coder and i am having trouble publishing a product, what am i doing wrong?
can anyone tell me what's difference between: iMA(NULL, 0, MY_LENGTH, 2, MODE_EMA, PRICE_LOW, i); iMA(NULL, 0, MY_LENGTH, 0, MODE_EMA, PRICE_LOW, i+2); dont they return the same value? why does offset exists at all, as we can just put i+2 in index?
Hi, I'm a newbie to MQL5. I can access the external weekly data in MT no problem. But i'm not sure how to put the data into an indicator. There's new entry in the data every Tuesday, labelled with the date. What kind of algorithm Do I use to create an indicator that suits different time frames...
Dear  Friends~ I want to put some code in the indicator about setting limit for max bars in history and max bars in chars, Preventing  too much data loading on the chart  make CPU slow down or terminal freeze. Even if some one set the value as 999999999999,the indicator will  optimize value to limit...
I tried creating use different timeframes within my code but when I run on meta trader the display arrows are all over the place.  Basically I want to work such that if 'condition' (M5) = x and Condition (M15) = x,  then do 'this'.... Can anyone point me in the right direction or offer insight as...
How can I release the memory previously used by iRSI, iStochastic etc.? I run into memory issues when using iStochastic for 1 million bars with various settings. I think that if it was somehow possible to clean up MT4's internal memory use it would be better.
Hi, Can anyone guide me in laymens terms what arithmetic is being done in the CFP indicator for mt4, for example for the AUDUSD pair's display. eg.  FAST MA divided by SLOW MA, then minus 1.   Then multiplied by 5.... etc etc Attached indicator from    https://www.mql5.com/en/articles/1472 THANK YOU
I would like to show and hide objects on a chart using the key "H". So I have added code to an indicator, but it is not working properly. Code in OnInit //---Allow Chart Events   ChartSetInteger(0,CHART_EVENT_OBJECT_CREATE,true);   ChartSetInteger(1,CHART_EVENT_OBJECT_CREATE,true);...
i have using WebRequest function to send data to the server side and all is running ok before updating to MT5 build 1604.  after i update to build 1604, WebRequest function was broken and always return error 5200, but the same code at build 1596 is work ok. does anyone touch the same error ? or...
I'm in desperate need of help, i need code that will draw short lines with labels on them to indicate entry , sl, tp all separated by a certain number of pips (like pivot points) when the ema's crossover for both Buy and Sell conditions. Please assist
I want to create an indicator that will alert me when RSI crosses the 50 mark, reaches a high point e.g. 65, then drops below the 50 mark, then crosses above it again and reaches or exceeds the previous high 65.  At the final point of exceeding the previous high and only at that point would I like...
Does anyone know of an indicator that can collect this information or interested in helping me develop one?? I want to specify a high and low on a candle of my choosing.. and count how many pips each boundary gets broken by before touching the other end if it does. so for example: 00:00 H1 candle...
Hi, I have some indicators which display text on the screen using the ObjectCreate function after I remove the indicator, the text is still visible.  What I thought was needed was ObjectDelete in the deinit function but that doesn't seem to do the trick. in another indicator I have I don't even have...
[Deleted]
I need to have a buddy to do trading & programming with. I don't know where else to go, though I've tried other forums, I am looking more for a sole relationship. I have some ideas I wanna program and they are profitable. subgenius@planetmail.net . peace.
Hello guys, I wrote an indicator based on one of the mql5 articles. The problem is that the signal is showing ONLY one of the conditions, but not the other one. For example I only see sell signals and the neutral as default, but no buy signals. What's the problem? My code seems written correctly....
Hi I used iADX function  in following format int  iRSI(    string              symbol,            // symbol name    ENUM_TIMEFRAMES     period,            // period    int                 ma_period,         // averaging period    ENUM_APPLIED_PRICE  applied_price      // type of price or handle...
Hi, there is an indicator that draw a vertical line in the time that I imposed? for example for all 18:15 it draws a vertical line
I just convert below CHART into single indicator. So now indicator need help for setting.. :( After Indicator develop: result: Anyone can help me for perfect setting? Indicator has simple logic... When ADX bullish, then check other 3 indicator, if >2 indicator say Bullish, then Indicator show...