Hello,
I am using the trendline alert indicator that alerts me whenever bid touches every line (horizontal or trendline) drawn in my charts.
Is anyone able to set it in a way that the alert is sent once per bar (or a limited time).
I would be very grateful!!
thanks
hi, where can I learn about the concept of each indicator for example Moving Average Crosses, what is the idea behind it how dose it work and how to know what is the right sitting that work for my style of trading? where can I learn the answers of theses questions above for each indicator ? thank
Hello, I developed an indicator having a canvas, where I draw several lines, and a dialog. The creation order is: 1 ONINIT: canvas creation 2 ONCALCULATE: one time creation of the dialog after the last bar drawing everything is OK (please look at cattura3.jpg) If I close and restart the terminal i...
Hi I am new for trading in forex using indicator ,can you please? help me about best indicators to use for eurusd for 5 min time frame thank you
Is there an indicator for time zones , in MT5. London, US Asian etc... Hopefully a free one
Hi guys.
I am not a professional programmer but have done some pretty cool stuff. As we all know, history of a currency pair is only updated when a chart is opened. I am looking for a mql function which can update the history of a specified instrument and time frame with out the need to open the...
hi is it possible to create custom indicators for android mt4 ? or can we add ? custom indicators ?
if not then plz staff do this it is very very very very important to add custom indicators and template at android phone MT4 ..we thousands of traders will be so thankfull to u :)
Hello, I have a chart, over the chart I create a canvas to draw several lines, then I add a dialog, the order is: 1- Chart 2 canvas+bitmap label on window 0 3-Dialog on window 0 everything is working fine but when I trap CHARTEVENT_MOUSE_MOVE the function ChartXYToTimePrice is unable to extract...
i have the mt4 version of fx5_divergence_v2.1it is the OSMA divergence indicator but i need the mt5 version. i have search the code base but could not find it. i attach the indicator here. pls help
Is there any easy automatic way to can stop the calculating process in one indicator?
Supose we attach one indicator in one chart with many bars. If the indicator needs 10-20 seconds to be loaded and perfectly calculated, Metatrader will look frozen during this 10-20 seconds.
I have already found...
Hi, is there a way of having the bars colored in the price panel based on price, say a doji for example?
I saw some indicators that do color the bars but on a separate window. like this one:
https://www.mql5.com/en/docs/customind/indicators_examples/draw_color_bars
I'd like to have them in...
Hello collegues, I am totally new here and looking for a way to convert my indicator I build in in the Dutch Alex platform to my Metatrader 4 whick I use from Varengold bank. It is written in .TAS. I ain't technical at all, so hope to find you here who knows how I can use this indicator in my...
hi, i work in converting the MTF_Resistance-Support (https://www.mql5.com/en/code/10063) indicator so that it works in the strategytester.
i modified the indicator to show the breakouts through the lines.
the indicator uses multiple timeframes and the iFractals() function to calculate the...
i came to know, in camarilla indicator there is updated version v.14 available, is anybody having that one
Hy, my engulfings are not correct, here is my function, does anyone know the correct function .. int isBullish_Engulfing(int shift) { return ( Body(shift + 1) < 0.0 && Body(shift) > 0.0 && BodyBottom(shift) < BodyBottom(shift + 1) && BodyTop(shift) > BodyTop(shift + 1) &&...
Hi, i am trying to improve my current Indicator but something doesnt work the way I want ^^
#property indicator_chart_window#property indicator_buffers 3#property indicator_color1 LightSeaGreen#property indicator_color2 LightSeaGreen#property indicator_color3 LightSeaGreenextern int...
Hi, I am a signal provider and I want to use the MFE/MAE graph to optimise my TP/SL.
However, the graph on this site doesn't show my data properly.. the scale is too large so my smaller trades i cannot however above. Is there a way to export this data to excel (for example) or change the settings...
Hello, I want to get calculated values from the Zigzag indicator . My code looks like this: bool GetZigZagValues( double &get_values[], datetime &get_times[], int handle) { double values[]; // An array for the values of the zigzag datetime times[]; // An array to get time int
hello,
I draw lines using Canvas over my chart.
I would like to capture chart redraw events so I can redraw my canvas.
Currently I am redrawing the canvas using the cart event ID=9 ON_MOUSE_FOCUS_SET but I would like to use a more elegant solution.
Any idea?
TX
Is it possible for an EA to make multiple trades on one bar or (0 bar)
My EA signal indicator is two averages crossing to create a Buy/Sell signal
On a 5M chart with price fluctuation, this can create multiple signals in one bar (5 mins)
This is good for me and I want my EA to trade every signal,...
some time i face signal disconnection problem
such that i subscribe to signal and that does not working . of any one have some suggestion then write me
Hi guys,
sorry for the stupid question;
I bought some indis and installed them on my Laptop. Now, I would like to also install them on my PC (same MT4 account).
However, the "install" button does not appear anymore.
How should I do that?
Thanks a lot!
PS: On my PC MT4, the folder "market"...
We are currently searching Forex Traders who are willing to help us with the final beta testing of Fx Pulse 4.0. It’s a new EA and as it includes several ‘never done before’ features, we want to make sure everything works 100% perfect before we officially release Fx Pulse 4 The test program includes...
Hi,
I am new to MT4 having been using Trading Station and as a result I have a simple question that I wondered if someone would be so kind as to answer for me please:)
Using MT4 how do you go about adding an EMA to both the CCI and TSI (True Strength Indicator)?
Can you simply do it through...
Hello guys, i was trying to make an indicator to plot an arrow in the chart when there is a high that closes out of the bollinger band, and then a new high, that closes inside the bands.
The purpose is for counting test.
This is what i got so far, but couldnt get any result.
for(int i=limit;...
I don't know If any body knows why the RSI mq5 file that's submitted by MetaQuotes: rsi.mq5 does NOT wanna calculate the RSI(3) of GBP/CHF ?!?! not in any time frame particularly for this currency pair.
If any body can help me here Please?!
here is the code (that's inside this mq5 file If u can't...
Hi I'm building a DLL for a EA I'm working on and part of it adds winform controls such as list boxes to the chart. This works just fine, however whenever there is an update to the chart it causes my added components to flicker.. I've searched high and low for a workaround/fix for this issue, but...
hi i use this simple vertical line indicator to mark ny open and close times but i don't want an infinite number of lines on the chart, rather only have 3 or 4 lines at any given time. what can be added to the code to allow me to choose how many lines will be shown? thanks
I'm trying to add a sound file to Mt4 for an indicator. There used to be a sounds folder in the old build, but in the new build I don't see it. If anyone can tell me where it is, or how to add my file, any help would be appreciated. Much Thanks. Ralph
Within the past few days I purchased an indicator which I downloaded and installed onto my desktop computer without any problems. Within the 5 copies allowable in that purchase I now want to download and install it onto my business laptop so that I can trade using the indicator during the day. I am...
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.