Technical Indicators - page 106

Is it possible to get the Bid/Ask price in the top left of the chart screen & use those prices as variables in calculations using an indicator, I have searched for days & it's sheer desperation I ask now. I'm not asking for the code just whether it can be done or not OR do I need to do this as an EA...
Hallo, guys! I ordered an indicator mt4 that uses historical data. Generally the idea was for each time frame to make some historical data analysis and then to draw several lines based on that analysis. Actually the indicator crashed my mt4 when I tried to use it on only 2 pairs. The delay was...
Hi.. This is my first post here so apologies if it's in the wrong place I'm a reasonably competent self taught VBA coder & thought that as the syntax is sort of similar to VBA, that I'd have a go at MQL4. I've written some code that places a label on the chart which is dependent on the chart...
Hi all Recently I have been creating my own indicators and trying to look at markets in different ways, Pairs trading, or adding them together, basket trading. In doing this I have been creating my own indicators to monitor the movements etc. I would like to place standard indicators on these,...
int start()&nbsp;&nbsp;{ if((BUY==true)(iClose(Symbol(),0,0)<=Price_Target && Ask &lt;= Price_Target) || if(SELL==true)(iClose(Symbol(),0,0)>=Price_Target && Bid &gt;= Price_Target))&nbsp;&nbsp; { for(i=OrdersTotal()-1;i>=0;i--)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { OrderSelect(i,...
Is there any indicator which can mark weekly/monthly fibo pivot,support and resistance levels.
Please i need a good coder to just do me a favor and tweek this system a little bit to 1. To identify and signal all the price action candle pattern in this image Attached Image (click to enlarge) 2. The system pop up window only show up or down without mentioning the currency pairs. Please i...
Hello, Is there any chance too identify via the RSI a double bottom or double top IN the RSI? Does anybody have a clue on how to develop such a pattern recognition for the RSI? and weather this is even possible or not. Cheers saro2018
Is it possible to add multiple conditions to an IF...ELSE statement, I have searched for days with no luck. For example: if(haOpen<haClose) ExtColorBuffer[i]=0.0; // set color DodgerBlue else ExtColorBuffer[i]=1.0; // set color Red } //--- done...
Hello, I've been looking for Dynamic Momentum Index, developed by Tushar Chande and Stanley Kroll, but can't find anything, nor in the mt4 library, not in the internet, atleast not suitable for mt4. Does anyone have this indicator
Hi, I have a indicator that I want to install on my MT 4 platform from Meta editor. Does anyone know how I can do this. your help would be greatly appreciated. It's a Moving average crossover to price for a one hour chart. thanks oddball
Hello fellow MQL4 programmers, I need your help please. The indicator stated below seems to work fine on first hand but I do have an issue - it doesn't refresh the last bar value - it simply ends and there delivers no signals. I found the culprit: Question solved: The position check of value...
Hi, there is a moving average indicator that display the value on the vertical scale (price)? Thanks
Hi Guys, New to the forum, so i apologize if this isnt the rite place to post, im after an indicator that draws the monthly weekly daily ohlc lines and mid lines with the ability to set custom sound alerts not generic sounds in meta trader. Anyone come across anything like this?
Hi I searched for a simple way to calc the macd (iMACD) for the last bar (or for a given bar number) but couldn't find a clear solution for that. The documentation got me confused. Can someone show me one simple example please? thanks
Hello everybody, For those who are short term traders spread does matter a lot. But not only spread matters - an average range of a time period matters as well. To combine it together a ratio of ATR(of selected period)/Spread with the highest reading would provide the best pair for short time
https://www.mql5.com/en/code/491 can someone transfer the code into mt4 version? thanks
Well i cant figure thoose 4 warnings out that i have in my indicator In the coding lines presented here there is 4 warnings - Possible loss of data due to type conversion that i cant figure out whats wrong 90 for (li_68 = ld_72; li_68 >= 0; li_68--) { 91 l_iatr_44 = iATR(NULL, 0,...
Have I found a bug? I'm having difficulty using the CChartObjectTrendByAngle class as it is not doing what I expect it to do. Have I found a bug or am I doing something wrong? My code is this int i = 0; datetime t0 = iTime(NULL,0,i); datetime t1 = iTime(NULL,0,i+1);&nbsp;&nbsp; double...
Hello I want to ask you, if it is possible to change the code so that the arrow shows the price when there has been a cross lines, and add second arrow with the price higher / lower by 50 points. Now the indicator shows arrows below and abow the bar. int limit = 0;int fontsize=10;int i = 0;bool...
I am using an indicator called fibopiv_v2 in mt5,it has marked support/resistance levels,but the price levels are not indicated, https://charts.mql5.com/11/472/euraud-h1-forextime-ltd.png link for understanding the problem.
Hi All, New to this forum and still relatively new for mt4. I want to use the same indicator file in 3 different sub-windows,one for RSI, and the other two for PRI, with different settings. Theissue is that for some time frames (usually the longer ones, like D1 and W1)they start interfering with...
The trading system which I have called "Dragon ." On average, the pair EURUSD and timeframe H1 brings 20-25 points per day . Trading is very easy in this system . If there was a red arrow and a red histogram - sell if there was a blue arrow and blue histogram - buy. We leave from the transaction for
Anyone know where I can find a double line CCI indicator to use in MT4? My Tradestation charts have it as default but have not found another brokerage with their own charts which uses the two line CCI. The second line is a slower moving average of some sort and the relationship between the fast and
Hi all, I am trying to change an indicator (NonLagMA) to be represented with dots and in a straight and on a different chart to the candles. I can do all this pretty easily by using DRAW_ARROW and using arrow number 116 for a dot. But the arrows are dran in a wavy line up and down like a normal...
Hi all : I wanted to ask for help with this flag , I wanted to add an alert when the stock crosses the yellow line of the indicator. If someone helps me , can happen to them my strategy , I consider 100 % profitable at any time. Thank you
Hello! I'm hoping someone out there can help me... I have taken the Trix indicator made by Raff here: https://www.forex-tsd.com/forum/debates-discussions/3142-trend-deviation-trd#comment_73338 and have tried to convert it to a function for EAs. However, the output result is NEVER the same as the...
  Customized a DPO  (6)
Hello, i would like customized a DPO like the IG platform (if it's possible) for MT4 platform. Add color for volumes negative and positive (see screen). IG MT4 Can you help me please. code DPO default is : //+------------------------------------------------------------------+//|...
Hi guys :) Modifying the Ultimate Oscillator indicator so that it takes a custom symbol, rather than defaulting to the chart symbol. I have made the same changes that have worked with other base indicators but I am getting errors. I suspect the errors are due to the chart querying for data from a
This script prompts for 1x1 angle value then puts two Fibonacci fans (bull and bear) with custom levels 50 pixels from the top, bottom and left borders of chart. The fans are ready selected for manual dragging over the chart. #property copyright "Copyright 2016, МегаКурец Software Corp."#property...