Technical Indicators - page 96

Hi everyone, i have an error on running indicator and EA. I obtai the following mistake: 2017.10.17 09:27:21.527    2017.10.16 21:59:00  cannot open file 'C:\Users\Luca\AppData\Roaming\MetaQuotes\Terminal\A6DFBB1B8DE9672D2328FF3445436DEC\MQL4\indicators\VWAP_Bands.ex4' So i removed MT4 from my...
Hello, Can anyone recognize which indicator of supports and resistances is the one that is seen in the following video? It's supposed to be no repaint. Is there any indicator like this that does not repaint, and where can we buy it or download it?
Hi, I attached an indicator, whose heatmap is only representing the symbols in the same direction like in the market watch - not from + to minus, but just as you got the symbols in the market watch. Though the color gradient is working. Is someone able to change this?! Plus, at the down end of the
I have indicator which download from this website and it very helpful for identify trend changing, MAIN/DN : is for downtrend: blue+red line is BELOW the yellow line MAIN/UP : is for uptrend: blue+red line is ABOVE the yellow line MINI/DN : blue line is crossing DOWN the red line, BELOW the
hello guys i tried learning how to write an Indicator, i must say am confused and tired ...am at the verge of giving up...guys if you can spare a minute or two to look into my code and encourage me, i will appreciate...
Hello guys, it seems to be an error on the default fibonacci fan indicator on MT4. If I set the indicator with the same values and from the same starting point to the same ending point, on two different computers (Macbook), the lines don't match especially when i change the timeframe. Notice that...
What in your opinion is the BEST momentum indicator for intraday trading? Show images and explain the indicator you use to back up your opinion
custom indicator if I place it twice on a chart it only displays the objectdraw in one of the indicators how do I get it to display objectdraw in both instances ? log file: after compiling with 2 instances of indicator running 0 00:00:18.633 Custom indicator mctc EURGBP,M5: loaded successfully 0 00...
objectcreate does not show in 2 instances of custom indicator log  with 2 instances after compiling 00:00:18.605 mctc EURGBP,M5: uninit reason 2 0 00:00:18.621 Custom indicator mctc EURGBP,M5: removed 0 00:00:18.633 Custom indicator mctc EURGBP,M5: loaded successfully 0 00:00:18.649 mctc EURGBP,M5:...
All, There are several indicators when moving averages are crossing each other but I need another one. I would like to combine this indicator with other ones. According to the subject I will precise my request. The signal should be displayed in the chart together with a message alert. Here is an
[Deleted]
How do I change the MACD and Stoch parameter white text colour on the black background on the two indicator windows on the MT5? I don´t want the parameter text MACD (12,26,9) and Stoch (14,3,3) in white letters on the MT5. I want to keep the background black. I want the text to appear in another
Hi alltogether, I want to have abold text for a free indicator in main window. There is the old code: ObjectSetText(ObName, Text_Spread,10,"MS Sans Serif",Color_Spread); I have to add some new code for property font_bold: ObjectSetText(ObName, Text_Spread, ““, Color_Spread);TextSetFont( "MS...
Hy everybody, First, I m french and I want to apologize for bad englisg skills .... Since September, I m trying to do something appearing as easy, but doesn't. I need to calculate the variation for example between BollingerUpperBand for the current bar and the previous bar, and then calculating on...
I can give you 30$ for this job. Write me pm and I can say you more.
hey guys. im looking at 1 m chart and i often see 3+ more candles in a row now im looking for a way to filter them can you help ? i found a few good ways.. BO break outs helps, RSi overbought RSI oversold helps but im looking for a way to filter them as often as possible without to much...
Please share the link to download    Thanks 
  Zigzag MACD  (2)
Hello friends, ZigZag_MACD 1.00 mq5 a repaint indicator? Do you have any info about that? Also zigzag is used here as a filter Thanks in advance
Hi coders, It seems that OBJPROP_TEXT has a caracter limit. How can I create an Object to place a bigger text? Thank you.
Hi All I am attaching a custom indicator I downloaded from Article section. I tried connecting to the indicator from OnTick() function within my EA. But it is displaying 0 values. The indicator has 6 values for Stop Line, Start Line and for Target Lines from 1 to 4. You can find this in Price[0] to...
Dear All, I am a newbie who just into the MQL5 programming. Could I ask when program an EA or indicator, can I use a customisiable calculation starting point. For instance, when I apply an indicator to the chart, it will let me choose a bar as a staring point to calculate, rather than calculate...
hi guys im very new and i have a question.. sometimes it happens that several candles in a row follow the same direction. is there an indicator which describes why ? or when ? something like that happens :) kind regards
Hello Friends, Need someone to display the regular 'SSL' indicator - https://www.mql5.com/en/code/8275 -into dot instead of line. The indicator is needed for MT4. The 'style' feature in indicator plots the indicator as dot but is not very ideal. Need the indicator dots similar to SAR dots. Regards,...
This is a tool to save time and for convenience. This is especially handy if you are a person who follows the technical levels of other traders (such as in a morning commentary or webinar). Install this file in Program Files/MetaTrader 4/experts/indicators Restart MT4, and the indicator will be...
hi im alan new in code mql4... i just learn to code indicator and learn basic thing like object and text perhaps some one can help me on this... i have code the right price and text but it seem only the price comes out on all snr price levels.. how can i call the "v" function to convert in text next...
Can anyone help me the oncalculate() function is not being called in my programme  Please tell when is oncalculate() function called in MT5 and when will it not be called
Hello, I want to write a easy custom indicator for MT5 by using 'custom moving average indicator'  and make and show 3 trend lines as below: 1) 2 multiple by the value of current custom moving average and shown by red color.  2) 3 multiple by the value of current  custom moving average and shown by...
Hey Traders I have this indicator,  that I use with others and I would like to add push notification to it. I have 0% of programming, and I hope someone would be kind and help me to achieve this. The notification should be sent after the candle close it paint. Thanks in advance
  Volume indicator  (1)
Hi all, just joined MQL5. A quick question. Regarding volume indicator, I just want colors of volume candles to match with the ones of the price candles. That is all I want. Currently, they are not quite the same and I don't know why. Anyone knows how to fix this or have any indicator? I'm using MT4...
Hi, there is some sound for the orders closed by take profit/stop loss? Thanks.
Hi How can I convert long type value  to string? I tried with IntegerTo String   and got same warning. Also I checked this page but there is no LongToString or something with "Long" word. if(ObjectCreate(ChartID(),"rez",OBJ_TEXT,0,TimeCurrent(),Low[0]-0.0001))     {      ObjectSetString(ChartID()...