Hi, everyone. When I was testing my own EA, I found BB MACD indicator behaved good in demo account. The default value in BB MACD indicator is: FastLen = 12 SlowLen = 26 Length = 10 barsCount = 400 StDv = 2.5 So here is my question: what's your opinions about the values's setup in 1H time frame?...
Hello, I need help about indicator. 1) I have an indicator with the name file "test.mq4". 2) I load /link it with a chart EURUSD, all is good 3) now I do the same as before (line 2) 4) I got 2 identical indicators in the same chart 5) question : how to stop the second loading before it run ?? I did
Hi guys, can any1 help me for create a simple indicator? I try to search but not found anything. I need to create a indicator that show in windows the pips differenze from last candle to Tenkan (ichimoku). Like this.. Thaks Alot guys!
Hi Does anyone know MT5 version or can Translate it. Atached is the MQ4 version That can be opened on the Meta Editor.
Thanks
Hi everyone, Im new to mql4 & I got some problem working with object property. Let's say I want to access to property "PRICE1" of Rectangles of all open charts if availalble. My code looks fine :) & have no errors but there is something wrong & It doesnt work. I think it may be these lines: .......
Guys, can you recommend any good logic/indicator for determining swing points marked on this chart? Strong downtrend, seeing correction up, possible reversal into uptrend, but then it just changes direction and continues down. RSI usually between 30 and 60 so nowhere close to being overBought. Would...
New at programming, need help programming a Bollinger Bands - Fibonacci Indicator. It is like a regular BBs but instead of using standard deviation as the measure of volatility, a Wilders Smoothed ATR is used in its place. The middle band remains the same.
UpperBand3:= MidPoint + (factor3 *...
Hello, is there a guide that teaches to add distance of arrows from price in MT5? Thank you
hi, Could someone tell me if we can code an indicator with existing indicator output value instead of candle bar value? For example, a MA based on BBand (up/low band) value on main chart. see pic, red line is MA of upper band, aqua line is MA of lower band thx
Since the Metaquotes automated system adoption, some "approval" tasks get stuck as my indicator... I'm receiving the error from submitting the code: but in my environment it is all fine... Who can tell me where I can start to search for the culprit? I'm trying to release a very neat indicator to the...
Did anyone create some MT5 indicator to show only text values of moving averages on the chart? Something like this... (look at the labels...)
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...
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
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 (
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.