Technical Indicators - page 145

hellow all Im looking for an indicator that calculate total of ticks per minite ..... thx
My code is: -------------------------------------------------------------------------- #include <WinUser32.mqh> #property indicator_chart_window extern string RcvWndCaption="Calculator"; int RcvWndHdl;//Receive window handle int init() { //Seek the receive window and get its...
Hi, I am looking for an indicator that represents the classical Turtle trading rules, e.g. the indiactor shows entry and exit signals for long and short orders. So far I have only found such an indicator for MT4:https://www.mql5.com/en/code/10735 Do you know where I can find this indicator for...
i want this indicator
Hello my friends!! Im new of this forum, I'm trying a percentage indicator daily (ex. SP500 -1.5%, NASDAQ + 0.5% etc), why I look that in MT is not present; Can you help me?? Many thanks!!!! Stefano
-
I am looking for an Indicator that plots a vertical line on both Session open and Session Close. At 00:00 GMT it would plot vertical lines for next 24 hrs...for the Australia, Tokyo, London, US session open and close lines with a description for each object. Also edits to color, type , thickness of...
Hi there, Im expiriencing a strange issue will copying data from an indicator buffer - the values of the buffer are never changes, so everytime the print function is called, the output is the same. What im doing wrong ? Here is the code: int rsiHandle; double buffer[]; int...
[Deleted]
&nbsp;What are the 5 most used technical indicators in following categories ? 1)&nbsp; Trend Indicators 2) &nbsp;Momentum Indicators 3) Volatility Indicators 4) Volume Indicators Totally i expect 20 indicators.
Hello ,guys,i am new arrivals, and i played no limit holdem cash game , and my college subject is computer sicence, eager to learn something from you guys.    I want to build a script to indicate the history support line or pressure line , so that i can calculate my cost and odds, then i can ease...
Moved to correct forums sorry about that
HI Everyone, I saw this indicator in action at a brokers office but he would not give me the name or the indicator. Can someone please advise what the name is or provide the files. many thanks
Need to convert this indicator, which just draws some price level lines on major USD charts. I have no programming abilities and the author has done already his share of work to create it. It is coded in mq4 and need it in mq 5.
Hello , Does anyone know how to put bb(15m) and bb(1h) in a candlestick chart of 15m ? Thank you
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()&nbsp;&nbsp;{//--- indicator buffers mapping SetIndexBuffer(0,ZigzagBuffer,INDICATOR_DATA); SetIndexBuffer(1,HighMapBuffer...
  FX Correlations  (17   1 2)
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) (Just 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...
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...
Hi everyone, does someone have a daily pivot indicator showing only the dailyPivot line not R levels and S levels i just need the pivot...thnks
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
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...
  Paint a Bar  (4)
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...
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...
Hi to all! I think this is my last chance and i hope that someone could help me I am an "mql4 beginner" but I created an alarm indicator which works very well and i am very proud of this I was very happy that all works fine. But after I realized that the alert only starts if I am in the same...
Hi to all, I have been trading for 8 long years using both E.O.D and Day Trading time frames. I have been sharpening my skills at present utilising this fisher indicator which I have attached. This indicator has proved most useful in formulating my trading plan however it suffers from 2 problems
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...