Hi everyone, do you know if there is a pivot point indicator, which calculates based on a time range, for example from 08:00 to 21:00?
Hello, I have a problem making my indicator calculating correct %, if it is less than 100% it returns 0% always. I printed the values, checked and did manual calculations, the percent should be ok, but not. BuyBuffer[i] = (total_signalsB/totalindicators( 0 ))* 100 ; SellBuffer[i] =
Good morning i have coded an indicator detects pin bar now i want filter i choose oly the pin bar after it and below the low of it was formed some bars the probleme now at this instant the numbers of my pin bar is 1 for exemple if some bars was formed after it the number of my pin bar is not 1 any...
Hi Guys Does anyone have the SveStochIFT by Sylvain Vervoort, ak.a. the Inverse Fisher transform stochastics oscillator for Metatrader 4 December 2011 issue of Stocks & Commodities (V. 29:12 (40-46): Applying The Put/Call Ratio Indicator). http://traders.com/Documentation/FEE...ps.html#item14 Steve
Hi all, I have an issue on MT5: when I disconnect I loose the selected colors settings of the BB (the one from Custom indicators). But I don't have this problem with the Bollinger Bands from Trend indicators. Any idea how to solve please (as I need the BB) ? Thanks
Good day everyone. I am trying to calculate the ADX value for an entire array. Is there a way I can substitute in my custom array into the iADX that comes with MT4? If not, I am already attempting to build an iADXOnArray function that I would like to be as accurate as if I had used iADX. I would...
Hello everyone, can you tell me how to enter the price of a horizontal line? Let me explain better once I draw a horizontal line I would like the price to be written on the line itself.
[Deleted]
Hi Trying to create a loop to check for a condition then act if meet. The loop does not seem to count down when I use print("i=",i); to error check // delete 1W1 high if any more recent D1 high is higherdatetime open0W1=iTime(Symbol(),PERIOD_W1,0); // find open bar of the weekint...
Good evening, since 2 weeks I can not change settings on a simple indicator like a moving average . I'm trying to create a moving average that launched (example) on Gold, but draw me one MA calculated on a second chart (example) EurUsd . Indicated in the external variables. Who can help me ? Thank
Hello , Is there a way i could recode moving average indicators so that they reset every day? I often get wrong signals because of the market opening much higher/lower than the previous close. Heres what i mean: instead of this: ( this example is using a HMA , but im interested in this for MA's in...
My Market downloaded indicators have stopped working e.g. the icon has a grey sub icon instead of the gold one, the indicator won't drag onto the chart. All of the MTA4 standard indicators work? Any help would be welcome.
Hello i Found This Indicator Created By Serhii Ivanenko //+------------------------------------------------------------------+//| RenkoLineBreak.mq5 |//| Copyright 2013, Rone....
I need an alert indicator when alligator cross MA10 . may help me
Take the Stochastic indicator as example. I want to import it not onto a indicator window but direct onto the price chart. Possible
Please find step indicators: - StepMA_v2; - StepMA_Color_v2; - StepMA_Stoch_v1; - StepMA_v1; - StepMA_3D_v1; - StepMA_v3; - StepRSI_v2; - StepSto_v1
Read the documentation, but still not so clear. Thank you.
Hello every body, I want to officially register an indicator and publish it after registration, so please inform me how to do it ? Sincerely
Hi, I am doing an indicator for stock market that starts at 9 AM. So I want get the first price of day and start or restart the calculation at 9 AM. I have tried this into OnCalculate, but it is not working MqlDateTime curDate;TimeCurrent(curDate); if (curDate.hour < 9) return 0; I...
how to calculate the total number of arrows on the chart and put an alert when emerging a new arrow
Hello I have find out this: "Comment is displayed if #property strict is use, with both extern and input. If #property strict is NOT used, variable name is displayed, with both extern and input." I need to disable strict and comment displayed . is there any way? my code not working if strict...
Hello I have problem with this code. this indicator draw arrow with stochastic signal if above bellow kijun sen. but why this code not working ? if(M_kijun_sen_value<Close[i] ) // EDITTED CODE <<<<------------------- { UP[i]=Low[i]-distance*MyPoint; if(CTime!=Time[0]) {...
[Deleted]
Hi, I have a problem to modified a script mq4. i dont know how to make it. I want the arrow show when complete this rules: 1. H1 timeframe 2. close candle (1) > highers 4 previous candle H1 3. Candle (1) > 10pips 4. Candle (1) > cloce previous candle H4...
Could someone help me put notification settings on these 2 indicators? Also would it be possible to have these 2 indicators converted to mql5 mt5 platform? Greatly Appreciated
Does anyone know of any EA/indicator that can identify various candles ticks using code? I am looking for a code library. Baljit
Dear All,
I have an old collection which is giving alert when 2 ma crossover. But I need to add "Shift" option to get signal as per my own set up. So, If someone can help me to add this option, would highly appreciated. Here I am attaching the file, pls see and modify if possible to you. Thanks in...
Thanks in advance for all the recommendations :)
Masters, Inside one Symbol indicator, in OnCalculate(), I need to bring volume information of another Symbol. As I researched, I´ll need to use CopyRates(), but I don´t know the number of values I will need to bring from the another Symbol array. How can I use CopyRates() without knowing this? By...
I have a question about if something is possible on MT4 relating to Renko charts and a Currency Symbol Changer . This might not be possible like how I want it however. Is there a way to use Renko charts, but to use a Currency Symbol Changer so when I select a new FX pair on the Currency Symbol
I need to study historical values of many indicators from metatrader. Is the a way to save for example in 1 minute interval , similar to format like in History center? Thanks for help.
Hi - I hope someone can help. I want to overlay an oscillator I've coded located in the bottom chart pane onto price - the top panel. The oscillator ranges between -10 and +10 with zero the centre point. When overlayed I'm not expecting it to align to price and will expect the line to 'float' over...

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.