[Deleted]
Hello guys, I will appriciate a lot if somebody can fix this indicator, to make alert when Stochastic value cross under 80 or (76.4 - customizable) and above 20 (23.6 - customizable). This indicator gives an alert but when enter oversold or overbought, but I need it to give me an alert when it exit
i need a indicator that it's chart like the pictrure below。who can help me,thank!!!my email: hjy1974@163.com
I have been looking at Kevinator,s DDFX system and the Bull Bear 89 Indicator. The Bull/ Bear works great on the forex charts, but I get nothing on the Dax and Dow charts. A seperate window will open but no red or blue lines appear? Am I able to do something to allow this to work on the Dax and Dow,...
I notice that there are a fair number of John Ehler's indicators here
Is there any plan to provide his Sinewave indicator? I realise that they are a lot of work!
What is the best buy and sell signal Indicator ....?
I have a function a bit like this: double obv(int n, int j, const double &close1[], const long &tick_volume1[]) { if (close1[j]>close1[j-n]){ExtOBVBuffer2[j]=ExtOBVBuffer2[j-n]+vol(n,j,tick_volume1);} if (close1[j]<close1[j-n]){ExtOBVBuffer2[j]=ExtOBVBuffer2[j-n]-vol(n,j,tick_volume1);}...
Dear friends .. im nee bee for trading .. i found lots and lots of indicators in net and im confused with that .. Provide me Set of Indicators and Template for trend analysis in MT4 trusting u guys ll help me
[Deleted]
Hi, has anybody tried the IMPULS indicator from Scientific-Trading ? I stumbled upon it when I discovered their 3rd generation moving averages ... Would be interested what you think! Regards Numa
I've noticed that MT5 regularly refreshes the whole of the graph data which means that any indicator present is refreshed as well. My problem is that my indicator uses a lot of CPU and everything takes time to refresh. I was wondering if it is possible to stop the graph refreshing or make it less...
I'm trying to add volume in a function like this:
double vol(int o,int k,const long &tick_volume2[])
{
for(int i=0;i<o;i++)
{
Buffer3[k] += (double) tick_volume2[k-o];
}
return(Buffer3[k]);
}
This works...
hello fellows, is there any indicator can show current profit on chart? As my laptop's screen is very small, i don't want to show terminal windows all the time, i think this is a easy way to solve my problem, but i always couldn't find it, could you help me ?
Hai all ., Is anyone here ever tried Xprofuter indicator? I just got it yesterday, still confuse to work with it. Feel free to share your experience with it
I want to make a MACD with MACD Line, Signal Line and Histogram.
But I receive the Array out of range error.
Please can someone help me to find the problem?
//+------------------------------------------------------------------+//| MACD...
Hello I am looking for this trading history lines indicator. It draws on chart from opened positions to closed ones. Does anyone know where I can find it? Thanks [ATTACH]9723[/ATTACH]
i am badly in need of any good indicator that is suitable for trading the daily timeframe,anyone out there with a good one should pls share ?
Anybody know if an indicator exists that works like the barry s/r, but will mark the swing highs or swing lows using only ONE bar count before and after,i believe the barry indicator uses TWO bar count. Thanks
hi My Name is PPdey. let me know what are the best three or four indicator to follow to get max profit.
Hello, i'am using a Moving Average;
MA1_HANDLE = iMA(Symbol(), Period(), 50, -40, MODE_SMA, PRICE_HIGH); // Gelb if(!MA1_HANDLE){ Print("MA1_HANDLE = ",MA1_HANDLE," error = ",GetLastError()); ResetLastError(); } else...
This indicator will plot divergence lines on the MACD indicator and will give buy and sell signal by displaying green and red arrows. It also has a built-in alert function. As the original indicator, bullish divergence is plotted in green lines while bearish divergence is plotted in red. If the...
[Deleted]
Hi, for everybody who likes the Super Trend indicator by Robinson (Supertrend - MQL4 Code Base) a systematic large-scale analysis of its parameter influence and recommendations for the best parameters for all major FOREX pairs is given here: http://tradingresearch.wordpress...
Hello to All, Trying to convert StepMA_v7 from mq4 to mql5. The data values of the indicator show up in the data window, but the indicator doesn't plot Can someone tell me what I am doing wrong? Thank you for your Time EK
Hi. I have problem for making Alert if market goes 100% from Averange Range. it will always give alert if it reach it, i have a very minor MQL experiance (Newbie) and i need for the expert for Help me FIx this.. thanks for your cooperation...
Hi i am new to programming in MT5,but not to programming so i guess that doesnot make me a total newbie. The point in question is i have a csv file like what you see below and i want to draw horizontal lines on the charts (doesnot matter what time frame i opened) depending on the cross in the top...
Anyone has stohastic slingshot?(as in this picture) I am looking for it everywhere but couldn't find it. many thanks.
Hi, I would like to have an automated set-up in MQL5 - based on certain events. Here, *event* is = Actual price action crosss over above or below a predetermined level. That means Entry / Exit / Reversal trades / short covering / long booking will be done if the actual price action goes above /
hello,
i found http://finance.dir.groups.yahoo.com/group/TOS_thinkscript/message/483
i have the same problem, how ca i get a 0 or 1 signal from heiken ashi?
does anybody knows the use of
ChartIndicatorAdd?
an example maybe, can't find something ;(
Can some one please tell me how to add a audio alert and a popup alert to this indicator, its a simple EMA crossover indicator, I just need one with audio+popup alert
Here is the code
------//+------------------------------------------------------------------+//|...
Hi I'm working on a custom MACD-based indicator which works in a separate window; however, I have two MAs declared in the code (using iMA) which I'd like to show on the chart the indicator's attached to. How do I do that?
hello...
i create a handle:
h_hashi = iCustom(Symbol(),PERIOD_H1,"heiken_ashi_tf");
an add it to chart
ChartIndicatorAdd(0,2,h_hashi); // in Subwindow 2
how can i write a label that is in 2?

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.