Dozens of articles about indicators are available on this site. You'll find here examples of indicators and articles about how to create indicators . However, a beginner may have some difficulties choosing where to start when learning how to create indicators. So here are a few tips to help you find...
For example, you find the Uniform Moving Price Range indicator that is sold in the Market. First, download it to the terminal by clicking "Download demo". After
the download, the indicator is available in the "Market" folder. But
you cannot run it on the chart, since you've downloaded the demo...
Hello. I'm new in MQL5 , before using MQL4 . I have a problem , do not be getting data from price (ZigZag ) indicator in my expert ? the indicator I have :
int OnInit ()
{
//--- indicator buffers mapping
SetIndexBuffer ( 0 ,ZigzagBuffer, INDICATOR_DATA );
SetIndexBuffer ( 1...
Watching for "market moves" where many instruments move in unison is a great way to stay on the right side of the market. Equities and Oil and EUR/USD often move together and when they are all going up, you should not be shorting the market. Similarly, two FX pairs can be correlated positively or...
Can somebody paste here the code to take results of an economic calendar economic data ? for example, gdp, or unemployment , or any other ( including the above results. Let say, for example, last 6 results) (J ust that. The rest is easy ) . Thank you trader201
Hi, I wrote the following code. But the width setting of Histogram ( #property indicator_width1 4 ) could not affect. Please tell me why. How can I make it? Thanks! I need the feature to make a simple candlestick indicator like the image working with MT4. #property indicator_chart_window...
hi; PROBLEM ABOUT delete trend line 's when change time frame. in main chart trend line will be delete , but in separate window there is problem in separate window where trend line have arrow , that is correct & other should be deleted....
Hello, i try to detect a stop execution in my EA. Unfortunately, i get only DEAL_ENTRY_IN provided by MqlTradeTransaction passed to OnTradeTransaction. This seems only to be the case in backtest. Anyone know how to reliable detect a triggered stop in backtest - best along with price and (partial-)...
Want to install TDI. I have searched the internet. Just not sure which one to download. Two of the downloads showed for mt4. Would those still work with mt5? Thanks for the help. Easymony
Dear Experts, I would like someone to write an MQL5 code for me to program a custom-made color indicator. Can you please advise where can I find programmers section in this Forum? Thanks & Regards, Sharab
Hi, I need a very simple indicator. I use H4 and I want the close-of-the-day candle having a small dot on top. If you can allow me to change the parameter say H1 instead of H4 or Week instead of D1, it is even better. Please let me know if you can help. Thank you so much. Harry.
I am going to trade 2 currency pairs: USD/CHF and CHF/JPY.
I need to calculate how many lots of the second currency I need to balance my trade.
USD/CHF is trading at: 0.97910 and CHF/JPY is trading at: 79.870
If I take USD/CHF as one lot then how many lots I will need of the second currency...
Good evening everyone, Some time ago I did pay for this indy, now i'm trying learning code...what i'm trying to do is to have a signal between a cross of 2 indicator CCI and MA. Well the difficult is that I need the SMA to take data of the previous indicator, i tried this but doesn't work:...
Hi, Is there any known reason why the ZigZag indicator disappears after a while of being on screen? If I set it on a chart it works, but after a while, if I go away and come back, it has disappeared off the screen. If i remove it and re-attach it, it comes back. Also simply changing the time frame...
With newdigital , and its topic about Signal System , I started to get interested in Asctrend indicator . The oldest traders certainly knows this indicator, but personally , being a novice trader , I had never heard before. A s a programmer , I decided to start this thread to share my analysis of...
I am new to MT4 and humbly make this request. Would anyone here be able to make a customized indicator for MT4 and/or Ninja Trader that would do the following: 1. Paint the Bar after three consecutive lower closes 2. Paint the Bar after three consecutive higher closes.
Hello I wish to add my own quant data to MT4/5. The data is sentiment data extracted from news in the form of numerical data. The data will be displayed as a chart in the same way as price data is displayed. I will then want to perform basic technical analysis on this data, such as moving averages...
Hi guys, I'm new here and have a beginner's question: I try to create a custom indicator which will set symbols above my bars to signals me to buy or to sell. This indicator should access other indicators (exponential MA 3 and 7) and signal me if the EMA 3 is above or below the EMA 7. How can I...
Hello I´m looking for a modification of an indicator. It´s the pivotpointuniversal indicator. I like to have medians added and probably a color fill between the M1/S2 and M4/R2. My abilities are limited. I also contacted the author (no reply so far). What´s the best way to go? Offer it as a job? I...
GOOD DAY. All traders have gone through dozens if not hundreds of indicators trying to find a few that seem to best fit their trading style or actually help their EA programming. I have been manually trading for 7 years now and wanted to share a few FREE indicators that I found that have actually...
Hello ....... I want to develop this sytem ..... Tukul name ( in Indonesian ) skin and bones, and a pair that fits perfectly in aggressive (Barchart our foresight in demand as traders ..... and this is only the view of the open and close .... at the moment we buy open area below ..... and in the...
Hello folks, I'm a newbie to the MQL5 community so still finding my way around. I've had the last two years trading with IG using IT Finance charts but had too many technical issues with them so here I am now using Alpari and the MT5 platform. I would really like to use Range Bars but there...
Hi there,
does anyone have a MQL4 or MQL5 code snippet of the PACF (partial autocorrelation) function?
The formulae looks somewhat nasty to code it.
Thanks
Is there an article or some documentation which says how many buffers each indicator needs ? I am also wondering how if I create an indicator, how would the EA communicate with it ? As well as, if there are functions that correspond to the #property directives so I can do this dynamically in code,...
in this funtion: //--- Define the symbol code from the Wingdings font to draw in PLOT_ARROW
PlotIndexSetInteger ( 0 , PLOT_ARROW ,code);
in the reference, it saids: The default value of PLOT_ARROW=159 (a circle). so code 159 means to draw a circle, and what is the other codes? i want to...
Hello, I'd like to add a (sound) alert to indicator parabolic sar in MT5. I have this in previous version MT4. Any suggestions? Very much appreciated. Thanks.