Hi Has anyone got a script or indicator that attaches the Fibonacci automatically to your trades?; (to entry point & Stop loss) would really appreciate it. Thanks
Hi guys...I have seen one indicator on tradingview... Big Snapper With Alerts .. by JustUncle... anybody knows if there is a version of it for mql
Hi. I am pretty new to this forum. I am looking for an indicator or tool that will alert me to fresh 52 week highs or lows of any instruments. I've searched everywhere but can't seem to find anything. Thanks
Hello, I Try To Convert MQL4 Indicator To MQL5 Indicator But Stucked This Is My Try thanks in advance i appreciate any help //+------------------------------------------------------------------+ //| Value Chart Oma.mq5 | //|
Hello guys, I made a little script which shows the ATR(100). I did it by using the built in ATR indicator and by calculating it in a loop. Can someone explain why the results are not the same? void OnStart () { double bufferATR100[]; int handleATR100= iATR ( _Symbol , PERIOD_CURRENT , 100 );
Hey guys, I made this indicator showing me candles where the body size is <0.5 x candle size. These candles are indicated by a dot in the middle of the body. My problem occurs when I am changing the timeframe. There are always some dots somewhere in the chart and I don't know how to delete them. I
Hello there I'm looking for someone to code a Fractal indicator. I mainly use the indicator to find s&r, I find that if fractals repeat lets say twice or three times this can indicate an area of support or resistance. So the indicator should filter patterns of lets say three fractals of the same
[Deleted]
Hi guys, I hope you can help me somehow. did anyone have noticed that when you put EA and indicator on same MT5 chart then both start working slower. I am talking about having complex EA and simple indicator on same chart. I just think that maybe Events are locking each other... They are both
Give me a simple explanation for rates_total and prev_calculated in OnCalculate function. https://docs.mql4.com/basis/function/events int OnCalculate (const int rates_total, // size of input time series const int prev_calculated, // bars handled in previous call...
Can anyone give me the link similar to this Vertical Time Lines for MT4 for the MT5? Thank you
I need to modify some of the indicators, the same modification to all , anyone help me
Hello every one any one can help me i want to add push notification on this indicator to send alert signals to my phone mt5 . If there's anyone who can help me out then this will be a really big help. Thanks In Advance, I've attached the indicator
Hello everyone, I need help for a small script to indicated of arrows. I've an indicator which generation my arrows and I don't know the buffer to detect this in a script for a alert message. Unfortunately, I haven't found anything suitable in the forum. Thank you for your support. Martin
Hi I'm trying to get data from the book with the example cited in docs. In order to write the indicator of the queue calculation (books [4] .volume = 10;) using a #property indicator_buffers 1. int CustomBookAdd (const string symbol, // const symbol name MqlBookInfo & books [] / / array with offer
Hi I want create indicator with some objects that users can select one of them and change the position as they like. I use this code but when the user change location, the object location or time frame change, object instantly back to default . how can prevent this? Probably because of time[0]. I do
hey, is there a guide about how get if the kalman filter indicator is bullish or bearish located in the articles or codebase section of the mql5 website that I am missing? https://www.mql5.com/en/code/24690 int KFH; int OnInit () { KFH = iCustom ( _Symbol , _Period
Hi, I want to build a moving average channel that fills the distance between its bands but for some reason, It is not plotted correctly on my MT5. Here is a screenshot of what I want to do and what I get from my code. . Here is the code that I want to fix. Note . I don't want to use the Program
hi guys I wrote some code to move vertical line by keyboard( number 4 for backward & number 6 for forward) it is correct but it has delay every time I press bottom. how can I overcome this issue? (sorry for my bad english) void OnChartEvent ( const int EventID, const long & lparam, const double &
Is there a maximum number of indicator handles (iCustom) allowed for a single indicator?
Hi!is there something in the code base or somewhere else to identify the figures automatically? https://www.universoforex.it/new/wp-content/uploads/2020/12/figure-continuazione.jpg
I have done a ZigZagOnSMA and ZigZagOnRSI, on one hand for practice, on the other hand maybe it will be useful at some point for correcting input values when the stats are bad with the current inputs and the turning point are too far away and don't get hit. Anyways but I am now making a
Hello I am trying to convert an mt4 indicator into an mt5 indicator. I have some knowledge about mql4 , but its my first time trying out mql5 I have an indicator in mql4 and I am trying to make it work on mt5 , there were a bunch of errors but somehow got rid of those without removing any of the
Hi, I want to create an alert system when RSI (14) crosses abv or Below EMA (200) on MT5 Platform. I have zero Experience of Coding, hence need guidance. Please reply here or email : girishjahir@gmail.com Thanks & regards, Girish Ahir
Hi i need help in coding my stategy, my strategy involves the use of 2 lined macd's, any one to help me achieve this goal
Hello, anybody saw indicator like this: https://pl.tradingview.com/symbols/BTCUSD/technicals/ But with options to se the past result for each candle? For example in histogram version
[Deleted]
Hello dears friends can you help me to finish this indicator 👇.( file attached) I wanna add the conditions write on the display ( file attached) too i don't know where i have to change to get this kind of indicator //+------------------------------------------------------------------+ //|
Hi all. Happy new Year. Can someone help me to add to this fractal indicator option to alert only on fractals outside bolinger bands line. All other function for sound and push and email notification are ok. This is MT5 version. i have somewhwere and MT4. we can maybe write that one too. Maybe
Hello Experts. Requesting your advise and help. I was trying to plot level for ATR. The lower level was plotted, but the upper level is not being plotted (although the code is same). I have wasted whole day to debug, but failed. Plz help. Chart pic attached
//+------------------------------------------------------------------+ //| Bollinger bands %b.mq5 | //| Copyright 2014, mohsen khashei | //| mkhashei@gmail.com |
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.