Technical Indicators - page 113

XLips a unique trading system which is able to generate an average of 300-400 pips every day teymfreyme M5. Its signals are not redrawn, and their accuracy is close to 99% To test this trading system and you can now. It is attached to the post! Download for free: [ATTACH]13596[/ATTACH]...
Hi, could someone help me please with that code. All I wanted is to get a spoken alarm when the two lines of the ADX Indicator (D+ and D-) cross over. The code is repeating the sound file onevery tick - but I want it just to play one time. Please, any ways to improve my code is welcome, thank...
Hi, I need help please. What is wrong with this code, I want to get Renko in the main chart, not in a separate window:
Hello, I'm looking for a script/indicator that tells me how much lots I've already traded.. Is there any such script/indicator..?!
Hey Guys, i want to learn and improve my MQL5 skills. I think the best way to do this is to practice. Unfortunately sometimes I don`t have any nice idea which i can implement in a Indicator. So if any of you is interested, please post in this forum your ideas and i will try to implement it into
I will show you my indicator which I use to determine from which currency there is a capital flow to which currency. Each line on it is a conditional index of a particular currency (EUR, USD, GBP, JPY, CHF, CAD AUD, NZD), calculated from several currency pairs. EUR - brown (dark red) USD - purple
Hey all, Let say a good trend is defined by x consecutive green/red Heinken Ashi candles. Do you think average value of x over the last y days is similar in all timeframes or shall we expect one timeframe to provide better value ? how can we know that or similar information ? The idea is that TF...
Hi all, any body can help, how to add MA indicator in MQL5 web trading platform ? thanks
  "Dejavu" scanner  (1)
Hi, I couldn't find any references to, what I think, would be a very obvious "indicator", namely one that scans history for the closest or 10 closest charts to the current chart, let's say with the standard statistical tools like "least squares". Sure scanning for such a moving window would be...
Hi, For MT4, is it possible to apply "Heiken ashi smoothed" indicator (www.mql5.com/en/code/7930) to a "Three line break" chart (www.mql5.com/ru/code/9770), please ? Many thanks in advance
#property indicator_chart_windowdatetime dt;int temp;int oldtemp;//+------------------------------------------------------------------+//| Custom indicator initialization function |//+------------------------------------------------------------------+int...
Hello Experts :-) I just this code to check if current price hits a support line and draw an arrow on the chart in such case: int start(){if(Bars<=3) return(0);int ExtCountedBars=IndicatorCounted();if (ExtCountedBars<0) return(-1);int current=Bars-2;if(ExtCountedBars>2)...
#property copyright "Copyright 2008, MetaQuotes Software Corp."#property link "http://www.metaquotes.net/"#property indicator_separate_window#property indicator_minimum 0#property indicator_maximum 100#property indicator_buffers 3#property indicator_color1 OrangeRed#property indicator_width1...
//+------------------------------------------------------------------+//| Special_RSI_ARROW.mq4 |//| Copyright 2009, leMai |//+------------------------------------------------------------------+#property copyright...
Dear Programmers: As the title,I want to open an order window with mouse object on click.  ChartOpen() is for currency chart,but I couldn't find any function about opening order window. What should I do? Would anyone please do me a favor? Thanks a lot.
This is the best indicator (ready-trading system) of those that I've ever seen. The arrows on the chart gives an incredibly accurate signals to enter the market and, most importantly , do not redraw them !!! In addition, the system prompts the monitor to analysts, when it is better to go with the
Super trading system that brings a profit of 700-900 points net profit every week! Very accurate signals to the input! The indicator shows not only the image signals on the chart, but also at each signal on the chart opens a video analysis of the current situation on the market of the leading
Hi, I’m in the process of trying to replicate a custom indicator from MT4for the MT5 that is based off the turtle trading breakout strategy. The strategy in this example generates atrade signal at the breakout of the 20 day high for a long entry and 20 day lowfor a short entry. Furthermore, after...
Hi all. I'm trying to make simple indi which will speed up placing sup/res lines on the chart. It will place Hline on mouse click only while holding (ctrl for Blue or shift for Red line) but I don't know how to combine CHARTEVENT_KEYDOWN & CHARTEVENT_CLICK or I'm doing it the wrong way? Can...
Dear all, I may need from the attached indicator to remove completely just the alert. Anyone wants to help me thanx in advance
This is the best trading system ! It shows you exactly when to enter a position and make recommendations as to the position to go ! For a week , you can get 5000 points profit! Download the free indicator [ATTACH]13523[/ATTACH] Photo: [ATTACH]13521[/ATTACH]
This buy-sellpoints.mq4 indicator currently only shows up to 3 days of signals on a M5 chart. 1. Can anybody help me to have a look at the codes to increase the number of days shown eg 1 year. It is best to have a setting for it. Is it related to this line ' if (CountBars >= 1000) CountBars = 950;'...
Dear all, My indicators is not capable in the latest MT4 terminal. Can anyone give me a helping hand to fix it? many thanks.
Hello everybody, I found a very useful indicator here on Code Base it is called Candle Direction Panel. I want to re-code it so the panel appear in a separate window. Here is the link --> https://www.mql5.com/en/code/11113 Here is the Code
Is it possible to fix canvas size to half of datas dimension and to set a scroll on the horizontal axis? Here I attach a code which can set as input canva size. If canvas size is bigger than datas size no problem, othervise the chart doesn't display correctly. I'd like to have a scroll function...
I'm editing some code I found that creates an Arrow when a double inside bar occurs. I would like it to send an email when it occurs as well. I have used SENDMAIL() abd it works too well...I only want it to send an email when a new double inside bar occurs. I would still like the arrow on all...
i use: #property indicator_label1 "Myline1" SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,1,clrMagenta); .................. i see such connections with lines: how to make them like this (without the connecting lines) ?? :
I have searched for a way to do this, I have an indicator that I can't get to accept user input visualization. Does anyone have a source for how i can add this, or point me in the right direction? The indicator also annoyingly leaves objects that have to be manually deleted upon indicator...
I am working with a indicator need exact information about GMT Time ,Terminal Time and local Time. and this Indictor neet to work 7 days a week. About TimeCurrent() the help file write this: { The same server time is used to specify the time of bars in the chart. The last known server time is...