Technical Indicators - page 95

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
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
[Deleted]
Hello dear MQL5 community I'm looking for an indicator for the MT5 which sends me an alert on the Computer and on the mobile device as well, when two Moving Averages crossing with each other (the days have to be self-adjusting). Is there such an indicator on the market which I can download or buy
About me: I have no expirence in market trading and I don't know how price are being calculated, for example: USD/JPY. I heard that these numbers (ex: USD/JPY) are calculated based on The US Dollar index, and Japenes yen index. I want: An indicator that can predict at least the next 60sec movement...
I have some fairly basic test code integrate with the indicator from the market. I am having huge problems getting any data back and would really appreciate any assistance anyone could provide... The code just takes the first buffer and the second bar. I get no errors from the handle or result but
  platform  (2)
hello,i just opened a demo account and im compleatly lost anyoane knows where i could learn the basics about trading?thank you
I would be very grateful if someone could point out where i'm going wrong with my adding alert attempt. It works, but i'm getting repeating alerts for the same action, i just want the one alert. grrrr thank you kate {{ string Text; // Up Arrow Alert if ((chL_BuferUp[TriggerCandle] > 0) &&
#define PI  3.14159265359#define RadToDeg(x)  (x)*180/PI//--- indicator buffersdouble         lwmadiffsmaBuffer[];double         lwmadiffsmapcBuffer[];double         bbwidthslopeBuffer[];int            BBandPeriod   =20; double GetAngle(datetime time1, double price1, datetime time2, double...
How to change the moving average color parameter in MT4? In MT5 we have DRAW_COLOR_LINE that allows the simple creation of a colorable average, but in MT4 only has DRAW_LINE
  In need of this indicator  (14   1 2)
Hi everyone,  Does someone have this indicator please? It's a trend indicator giving good entry/exit .  Thanks for helping
Hi mates, In this moment I have one function that save all the objects created in a specific time frame in a csv file. This function is called when a user creates / modify / delete an object. And i have another function that can read from the csv and put all the data in the chart. This function is...
#property indicator_buffers 3//---Indicator Colours#property indicator_color1 clrGreen//up arrow#property indicator_color2 clrRed//down arrow#property indicator_color3 clrRed//HMA//---Indicator Width#property indicator_width1 2#property indicator_width2 2#include <WinUser32.mqh>extern bool...