Technical Indicators - page 80

I found an indicator a couple of years again. I don't know whom wrote it but it had this header at top so credit is due here //+------------------------------------------------------------------+//|                                                  Trading_Vol.mq4...
i want to add my custom Fibonacci indicator at sub window ( usually we add macd , stochastic at this area ) is there any method to do that
Hello, i am searching an indicator which shows me the time left for the current Candle. I tried to find it here, but was not successfull. Please help
How to embed the moving average indicator in the RSI indicator's window in MT5
A static variable retains it's value even after Symbol or Period change of the chart. Is there a way to reinitialize local static variables upon Symbol or Period change? Or is there only the possibility to declare the variable on the global scope and reinitialize it in OnInit()? void TestStatic()
somebbody add popup alert to this indicator when arrow appears. Thanks
I'm using the new mt5 functions to generate a history graph of highs and lows of the day, but it's not working. Basically it's taking the highs and lows of the whole graphic, I'm wanting it to take day by day. In mt4 I made a similar code and everything worked out, but in mt5 something is wrong....
//dll sideDLLEXPORT unsigned int funcok(char *_s){ return 0;}DLLEXPORT unsigned int testfunc(char *_s0,char *_s1,char *_s2,char *_s3,char *_s4){        return 0;}//mql5 side#import "mylib.dll"unsigned int funcok(char &_s[]);unsigned int testfunc(char &_s0[], char &_s1[], char &_s2[], char &_s3[],...
Hi all pro coders, Im learning coding mql4. Im coding a volume horizonal line that will pick up last 100 highest volume bars from the recent 300 volume bars, averaging them & then draw a horizonal line at current volume Bar on a tick VOLUME indicator. But I got some problem & dont know why it...
Hi has anyone tried this indicator? how is the progress? is that accurate than anything else?i would like to buy this but i need some opinion because i've tried tons of it before but no one is working
Hi, I was wondering if it is possible to create and show N lines where N as an Input of the user. It looks I must declare at the beginning the #property indicator_buffers 3 #property indicator_plots 3 and for each I have to declare the style, color, type and width. I have tried to write the
Hi MQL4 forum. I'v just started learning very simple MQL4 code and have converted a pre 2014 file to the current format. I've managed to work out all errors/warnings except "implicit conversion from 'number' to 'string' on Line 45 Market Hour GMT. Can someone please advise me what needs to be...
  Who know  (2)
Please who know the real name of this indicator?If anyone has it mq4 file that has alert, should please upload it here
Here there are the differences between Prev_calculated and Prev_calculated-1 in bars loop using prev_calculated-1 int OnCalculate(const int rates_total,                const int prev_calculated,                const datetime &time[],                const double &open[],                const double...
Hello, I'm trying to add a WebRequest() to my indicator but keep getting 'Error in WebRequest. Error code  =4060'. I have already added the URL https://google.com to Tools > Options > Expert Advisors. Does WebRequest() work only with expert advisors? Thanks! int OnCalculate(const int rates_total...
Hello Pro Coders, Im aPhong, new to FX & Im learning coding as well. Could anyone share a MQ4 file of whatever scanner you have like Pinbar , Harmonic ... scanner that will work on different pairs & multi timeframes without loading lots of charts? Im tring to code simple Pinbar scanner but after a...
Hi everyone Please help me to add alert to this arrows indicator for MT5. I tried but I'm not programmer thank you in advance guys
  Wingdings Error  (21   1 2 3)
Hi, A HAPPY NEW YEAR! Guys :) I'm struggling with Wingdings input int Code = 221 ; void OnStart () { ObjectCreate ( 0 , "TEST" , OBJ_LABEL , 0 , 0 , 0 ); ObjectSetInteger ( 0 , "TEST" , OBJPROP_XDISTANCE , 200 ); ObjectSetInteger ( 0 , "TEST" , OBJPROP_YDISTANCE , 200 ); ObjectSetInteger (
Below is a simple test script. It uses CopyHigh() to grab the high of the week so that I can create an envelope around the daily highs. Thus, it runs on PERIOD_D1 chart and pulls PERIOD_W1 values. It works as I would expect on the chart (picture 1). But in the Visualization window of the Tester, I...
Hi all, I'm new to MQL5 and I have a question about getting indicator data from another timeframe. Let's say I want to draw H1 Envelopes no matter what interval is displayed (M5, M15, M30 etc.). It means that for example on M15 the lines of the indicator should have the same value (or not?). For now...
#property strict#property indicator_separate_window#property indicator_buffers 2#property indicator_plots   2//--- plot bbwidth#property indicator_label1  "bbwidth"#property indicator_type1   DRAW_NONE#property indicator_color1  clrGreenYellow#property indicator_style1  STYLE_SOLID#property...
I'm receiving this error when debugging and indicator. I'm using MT4 build 1090 19 May 2017. I've tried the  class CFix { } ExtFix; fix but this did not work for me. Any further ideas/fixes please? 
Dear All, I develope an arrow alert custom indicator, but there is an issue First I explained the rules of this custom indicator : On TF H1 - Buy, when previous candle Close is higher than 2nd candle High on the day - Sell, when previous candle Close is lower than 2nd candle Low on the day The issue...
Hi guys,  i apreciate any help. I am stuck, i think this is little problem, that i can't see because my inexperience, even to search about my problem. I start a indicator, that plots on chart an arrow from technical indexes from 2 indicators. It actually analizes the crossing of 2 EMA's and and...
int begin=!prev_calculated?rates_total-BBandPeriod-1:rates_total-prev_calculated;   double bandsUpper, bandsLower, bandsMain, bbwidth[];         for (int i=begin;i>=0;i--)   {        bandsUpper=iBands(NULL,PERIOD_CURRENT,BBandPeriod,2,0,PRICE_CLOSE,MODE_UPPER,i);      bandsLower=iBands(NULL...
Hello, I have some problems with this indicator. The the alert only appears once, I need to reload the indicator for the next alert. Can anyone help with this one ? * and a push notification alert would be great!
  EMA with alert  (8)
Hi all, new to MQL4. I would like to build a simple 50 EMA that send out an email to me when price closed below or above it. Can anyone can give me some codes to start with? Thank in advance.
Hi to everyone on this great forum! Could someone point to OBOS oscillator indicator found on FXCM terminals(non-MQL) please? Perhaps someone could write it in MQL and make it available for MT5... Here is the description/formula of it. Thanks! P.S.  The OBOS oscillator's values are calculated using...
Hello to all. Is there a single indicator with several indicators together? Or some similar setup? I mostly need to see a trend on the indexes even when it is not decided since not the salts and downs make false signals. Did I write in the correct space? Thanks so much. Happy weekend to everyone.
Hello, I am using the default moving average indicator in MT4. In the data window, the MA values are given to 5 decimal places. Does this mean that the actual indicator value computed is rounded to 5 decimal places? I'm testing a basic MA crossover strategy and sometimes signals are produced even