Technical Indicators - page 145

Hello I´m looking for a modification of an indicator. It´s the pivotpointuniversal indicator. I like to have medians added and probably a color fill between the M1/S2 and M4/R2. My abilities are limited. I also contacted the author (no reply so far). What´s the best way to go? Offer it as a job? I...
Hi All, Just had a look at the TMA indicator Can anyone explain what each paratmeter actually means? Also how to adjust them accordingly? Im talking about - Half Length - Price - Multiplier - Period Many thanks
Can anyone point me to TSI for MT5? I cannot seem to find one through the usual channels.
Hello folks, I'm a newbie to the MQL5 community so still finding my way around. I've had the last two years trading with IG using IT Finance charts but had too many technical issues with them so here I am now using Alpari and the MT5 platform. I would really like to use Range Bars but there...
Hi guys, i add text- to- speech function at this trend indi ( i'm not a coder), for testing on your MT4 platform. Before you need to install or configure TTS engine on your computer or else it will mute ! it display window text alert and play voice TTS ( period , pair symbol, Up or Down according...
Hi there, does anyone have a MQL4 or MQL5 code snippet of the PACF (partial autocorrelation) function? The formulae looks somewhat nasty to code it. Thanks
I drew this as I remember. Its overbought-oversold colored candles. In settings there were three ADX values-that for sure. I don’t know the name and I can’t find it anymore. Please he
Is there an article or some documentation which says how many buffers each indicator needs ? I am also wondering how if I create an indicator, how would the EA communicate with it ? As well as, if there are functions that correspond to the #property directives so I can do this dynamically in code,...
Hi all, I have this indicator that paints a line whenever there's engulfing candle pattern or harami candle pattern. It is a multi time frame indicator. Sadly, it lacks the sound alert. What I'm asking is to make the indicator sound when a new line appear on the chart. Thanks in advance! Now here's...
Hello, I'd like to add a (sound) alert to indicator parabolic sar in MT5. I have this in previous version MT4. Any suggestions? Very much appreciated. Thanks.
Hy, I want to have an indicator which was originally coded in MQL4 in MQL5. Everyting is ok so far. Just one warning with data conversion. But that is ok. My question is about the indicator loop in function OnCalculate(). I'am not sure with the new code for the old indicator loop: Old...
hi guys, it's again me...sorry Please, programmer, can you add Multi TimeFrame function to Waddah Attar Explosion. and also an window alert with sound if possible for the Bband Stop indic. ( i don't find them with modif on the forum or mq5 codebase ) I wish use them on MT5 Platform. THX
hello i am trying to combine rsi+demark to creat new oscillator main caculation is like this : for(int shift=0; shift<size; shift++)     {      RSI_Handle[shift]=      ( (iRSI("GBPCAD.e",PERIOD_CURRENT...
Hello, I'm looking for a close and reverse order script. I've been looking on this forum and others online but don't see it for MT5 version (I have MT4 one). Is this standard feature available? Thank you.
Hello guys, sorry for my English, i m French Beginner on forex, can anyone or coder help me... to modify this "old" indicator ( i_trend ) , if possible add an text alert & sound while the two lines are crossover. ( apply to close ). Platform : MT4 Thx. bob_fr
I do not know english. I turned to Google translate. MQ4 and mq5 codes I'm looking for an indicator in TradeInterceptor platform. TradeInterceptor indicator attached. Name trix. Up trend separate color. Different color downward trend. MQ4 and share the mq5 who know this code I...
My problem is <video link deleted> All standard indicators run very fast in visual testing mode, but my converted from mql4 to mql5 ama custom indicator is very slow during visual testing even if I use 1 minute input not ticks What to do?...
Hello everyone; Would anyone please try to run this RSI file posted down here using InputPeriodRSI = 3 on different currency pairs and different time-frames per each currency pair. This file is posted by MetaQuotes, so I initially assume that this is the file they use to calculate the RSI. Guys,...
Hi, I am having a bit of a problem here (again :)) with a simple test indicator (code below). When I test it in the strategy tester with all the arrays indexed from left to right the buffer values are as should and it also works fine on the chart. Then when I set all arrays indexed as timeseries it...
Respected all from last 3/4 months i am trading with usd/inr , anybody know which indicator or trading stratagy is helpful regards chinmay
[Deleted]
Hi there!, Is there an existing way to convert the signal of a simple or exponential moving average to a math function of one variable? Thank you very much in advance
Hi, This is a common problem with my indicators. The buffers get strange values like 6.33435 -315 etc. Below is an example. When I open the data window I see that on some bars the four buffers have values. I will attach a screenshot of the phenomenon. Below is the code...
Hello everyone, I need an indicator for pivot point / Middle point using trendline facilities.. that mean when i use trendline at mt4 and set to hig/low or open/closed it will appera horizontal line for middle point. How i want to use that indicator is like below.. 1.Just draw a trendline from...
hi; i want to TYPE COMMENT ON CHART BETWEEN SEVERAL ; if condition for each of them in Separate Available then type that comment . i mean: ( FOR EXAMPLE ) Comment( if(a==1.0) "\n a=1.0" if(b==1.0) "\n b=1.0" if(c==1.0) "\n c=1.0" . . . ); and on...
HI; in picture below: we have: A_PRICE , A_TIME , B_PRICE , B_TIME , C_PRICE , C_TIME line AB is drawn , i want to draw a line parallel to it from point C , ( without using channel ). ---------------------------------------------------------------- WITH USING : ( Y-Yo ) =[ ( Y1-Yo )/ ( X1-Xo...
hi; with below code : draw triangle. void CreateTRIANGLE( int chart_id, // Chart identifier string name, // object name // Chart window datetime time1, // First time coordinate double price1, //
Hi, I am looking for an ADR indicator which does a little more than the standard ADR. I want to place the indicator onto a chart and for it to show the ADR for the past x days and for it to exclude sundays, I also want to be able to specify the hours it uses to perform its calculation. For
Hey guys, I've attached a pretty good indicator for 60 seconds that uses ADX crossovers. You can actually raise or lower the sensitivity of the ADX bar input settings. But it has no alert alarm. Can any one of you savvy programmers add one to it? Many thanks, Charles
i used bellow line to draw pitchfork . as you see in picture below, level line also draw with it. how can set it to undo like this, ( do not draw level lines ) ..//+------------------------------------------------------------------+//| Pitchfork creation...
Hi, My goal is to get my simple test expert to fetch the data from my simple custom indicator. Below are the custom indicator and the expert. For some reason I can't get the data. Please help. Thanks! //+------------------------------------------------------------------+//|...