Technical Indicators - page 75

[Deleted]
  CCI Arrows Indicator  (18   1 2)
CCI Arrows is a very handly little indicator which will show an arrow each time the CCI crosses the 0 line, the arrow indicator will draw an arrows in the specified direction of the cross without the need of putting the CCI indicator on the chart. As most of you may already know, many pro traders...
Dear, As we know, we can instantiate some indicators on other indicators. As an example, we can choose the DEMA indicator , its documentation (https://www.mql5.com/en/docs/indicators/idema) says: applied_price [in] The price used. Can be any of the price constants ENUM_APPLIED_PRICE or a handle of
Hi, I was wanting to see if there was some quick coding shortcuts to find the 3 most recent DOWN and to be able to see if I can find the highest open of these 3 candles. These candles do not necessarily have to follow each other. Alternatively I wish to find the Lowest Open of the three most recent...
Hello. This is my first post here in the forum. I'm looking for an indicator or feature on MT5 that plots automatically a horizontal line and also a vertical line on the first candle of the current day. I've searched some options here and on the Web but couldn't find exactly what i'm looking for....
void OnTick() { double mymovingaveragearray1[],mymovingaveragearray2[]; int movingaveragedefinition1 = iMA {_Symbol,_Period,20,0,MODE_EMA,PRICE_CLOSE}; int movingaveragedefinition2 = iMA {_Symbol,_Period,20,0,MODE_EMA,PRICE_CLOSE}; ArraySetAsSeries(mymovingaveragearray1,true);
Hello guys, I'am looking for a trix indicator in mql5. I have found a code in mql4 but i can's get it work in mql5. I don't know much about coding. Here is the code in mql4: #property copyright "Copyright © 2006, raff1410@o2.pl"#property indicator_separate_window//---- indicator...
Hello, I try to get Time for Object Triangle, but it seem2 any bug. I use ObjectGetTimeByValue to get time value. It works for Rectangle and Trend Line, but NOR for Triangle. Any something wrong ? Or any another way to get the time of the Triangle ? Regads below my code.       string...
I currently have a PA indicator(see attached, it is not mine), which has a Sound Alert, but you can only switch it on and off, not pick the sound so it will have the default MT4 alert. If I change that one, it will obviously change all Alerts, which I don't want. Is it possibe to add that to this...
[Deleted]
  Open Price  (3)
double openprice0H1=iOpen(NULL,PERIOD_H1,0);Print("0H1=",openprice0H1); Open price of the current H1 open is returning an incorrect value of 2.0000000013102e-05. Seems to happen on 1 symbol only, but displays the correct price on the chart. Am I doing something wrong, broker problem or a bug?
[Deleted]
I have an Indicator with Alarm function, which is fixed, so I can't pick another Sound but the Alarm sound. However the Alarm sound goes off as well for different things. I switched it off for all other indicators, but the alarm sounds off at the beginning of every candle. How can I switch that off?...
  StepMA Stoch  (3)
Very nice indicator I found elsewhere. I'm not sure what the 'official' way of trading it is following the direction of the blue or yellow line (depending on timeframe) looks very nice. And ofcource the xovers.
Hello. This indicator doesn't repaint with higher settings (length 8-9), but with length setting at 1 it repaints (on current candle if open price is used), but it's with that lower settings (1) that it "does the trick"... Is there an error in the code that can be corrected making the indicator non...
Hello I would like to hear advice from somebody who has experience with my problem. I have indicator and it has 4 buffers. Each buffers has own color. Its classic histogram with 4 colors. 2 color for rising and falling and 2 colors for values are above or bellow 0. When I run with cursor over bars
Hello everybodies, A new version about my chart clock As always transpareny and move it with a simple mouse click . better synch with the Pc timer and automatic synch with it check the code if you want to change any parts of that clock Hope that will give you a nice help in your trading :) If you
[Deleted]
Hello everyone, I find this indicator intriguing and with great potential. The only thing that's missing is an explanation for the settings. What do the parameters mean: "leftbars", "rightbars"? What do the numbers above the signals mean? How does the indicator show the trend, not just the points
I'm pretty new to mql5 and are trying to create an indicator, what i want is simple, but i seem to be missing something from it. I want to compare the close price of the 2 bars by the minute, if it is more than a certain value, it adds 1 to a indicator (Array?) So Say Bar A-1 closes at 1.555 Bar A...
i had coded an indicator that works fine but it want not work on a affline chart like renko or range chart i dont know why and what is the solution ?
Nonrepaint RSI indicator that will assess and display trade recommendations.Alert will sound when trend changes to up down or sideways.Do not have to worry about this one repainting.
Hello. I´m making my first indicator for MT4, how can I tell the indicator to signal me only if the close of previous candle close was xx pips or closer to xx MA? I would love it to be universal so it would work for both gold and mayors. Thanks a lot
I need an indicator of MACD alert when crossover specific value (+ and - values) . may anybody help . Thanks
Hey guys, can someone please help me alter the code for the ATR indicator? I simply just want to get a notification alert (mt4 or email) for then periodA ATR > periodB ATR Any help is appreciated, thanks!
Hello Can anyone signpost me to a non-repaint MA Cross indicator? I've looked at so many but still struggling to find the perfect one: have been right through the Market also. Thanks so much!
  Read only input  (1)
In previous version I used input const string something="/---Next Values are for simulation--"; to display a readonly string in the input grid. This approach does not work anymore in the current version. How can  set a readonly sentence or input? Thanks
  Pivot Points  (4)
Hi everyone, do you know if there is a pivot point indicator, which calculates based on a time range, for example from 08:00 to 21:00?
Hello, I have a problem making my indicator calculating correct %, if it is less than 100% it returns 0% always. I printed the values, checked and did manual calculations, the percent should be ok, but not. BuyBuffer[i] = (total_signalsB/totalindicators( 0 ))* 100 ; SellBuffer[i] =
Good morning i have coded an indicator detects pin bar now i want filter i choose oly the pin bar  after it and below the low of it was formed some bars the probleme now at this instant the numbers of my pin bar is 1 for exemple if some bars was formed after it  the number of my pin bar is not 1 any...
Hi Guys Does anyone have the SveStochIFT by Sylvain Vervoort, ak.a. the Inverse Fisher transform stochastics oscillator for Metatrader 4 December 2011 issue of Stocks & Commodities (V. 29:12 (40-46): Applying The Put/Call Ratio Indicator). http://traders.com/Documentation/FEE...ps.html#item14 Steve
Hi all, I have an issue on MT5: when I disconnect I loose the selected colors settings of the BB (the one from Custom indicators). But I don't have this problem with the Bollinger Bands from Trend indicators. Any idea how to solve please (as I need the BB) ? Thanks
Good day everyone. I am trying to calculate the ADX value for an entire array. Is there a way I can substitute in my custom array into the iADX that comes with MT4? If not, I am already attempting to build an iADXOnArray function that I would like to be as accurate as if I had used iADX. I would...
Hello everyone, can you tell me how to enter the price of a horizontal line? Let me explain better once I draw a horizontal line I would like the price to be written on the line itself.