Technical Indicators - page 122

I wish I could replace these two indicators by indicators which I have the mq4 .There is no copyright ...I think maybe some of you know how they are built and what to replace them.thanks for your help
Hello MQL5 community, I'm curious about the indicators that come in the MT4 and MT5 platforms, and why there are others such as renko charts or THV Trix that you need to install, I mean is there a reason why are the default indicators included or is there a copyright limitation from the others...
Not so long ago I started using Martin Gale's principle in all its glory and grandeur. It turns out that a 1000$ cent account may yield good profits (with the right approach). The principle is simple: we wait for a pullback from a minimum or a maximum of 300 to 500 points and enter the market with a
Does anyone know of one similar to sweetspots for MT4. Fairly simple but i'm useless with MT5 programming. Been searching for hours and can't find one. 
Hi all. I've made an on chart button which will run a specific indicator and remove it when released. Can somebody tell me please what is missing to keep the button pressed when I switch between Time Frames? #property indicator_chart_windowextern bool value_to_toggle = false; string sButtonName =...
  Value ZIGZAG  (1)
Hello,I'm new and I do not speak English (thanks google translation) Looking desperately, in the recovery of 20 last value up and down zigzag stitches. I try to rélaiser a table: hight [0]: 1.10515 hight [1]: 1.10286 hight [2]: 1.10415 hight [3]: .... ... ... Low [0]: 1.08897 low [1]:...
Hi, I'm using the code from this article https://www.mql5.com/en/articles/159 to calculate when a new bar opens but it's not displaying the historical data for the indicator. I modified the TimeCurrent() to iTime(_Symbol,_Period,shift) to try to handle this but it's not working. Could you tell me...
Hello everyone, when I create an Object of an indicator-class, let's say CiRSI rsi;...  rsi.Create(_Symbol, _Period, 20, PRICE_CLOSE);  int handle = rsi.Handle(); Then it is automatically inserted as a new subwindow into the current chart. If I want to draw into this subwindow, I need the values of...
  Time comparison  (6)
Hello, I am trying for a couple of days already to find a way comparing a given time with the time of a specific bar. The idea is that my indicator should only print an arrow if the time of that bar is within the range StartTime and EndTime (no matter the day). In the end all arrows disappear...
I am trying to draw vertical lines or a single line rectangle at any given bar and I want to display different colors for different conditions. But all vertical line or rectangle is appearing in single color i.e Blue. The code used to draaw is below, can anyone suggest why it is not showing desired...
Dearexperts! I have created an indicator what is using CHARTEVENT_MOUSE_MOVEevent. It was recognized that after OnChartEvent has processed CHARTEVENT_MOUSE_MOVE,  OnCalculate is called with prev_calculatedequal to zero (irrespective of what  OnCalculate has returned on the lastits...
Hello everybody. Please can someone help me, I need indicator which draws line calculating EURUSD/USDCHF (EUR/USD divided by USD/CHF). I dont know such indicator exist or not, but I want to check it, will it help or not for hedge trading. Thank you in advance
What is the code to use to display the total pending orders risk percentage to current available balance?
Hi, I want to create a custom indicator that automatically display the broker's leverage on my chart. What is the code to use to display that?
I have a dell laptop E4310, initially the computer seems to be in good order. However, for some reason it does strange things that I can not understands. The computer initially, was running windows 7, then I upgrade windows 10, then I installed mt5, that in general works without problem. Then, I...
Hi there, I'm busy on an indicator for MT4, but I can't seem to add the rule to only show me a signal if trend line 1 crosses the ray of trend line 2. Please help? I know it should be something like: if ObjectGetValueByShift ("Title + Trendline1") > ("Title + Trendline2"); But it doesn't work...
  Traditional MACD  (2)
Hello fellow traders, I am a newbie and new in this forum. Can anyone help me with the link where i can download Traditional MACD . Thanks
Hello, I build an indicator that works properly. When I shut down MT4, the indicator is not saved. When I restart MT4 I have to load the indicator manual and set all settings again. Any Idea what the problem can be? Thnx for helping. Regards, Eric
I stumbled upon the Zonal Trading system at earnforex, which was freely given by a user there. Surprisingly the video was provided by the same broker I use, it’s just that I never thought of checking their educational page. I watched how it was done using the video link provided. The video was very...
Dear friends, I need an expert or script that set the TP of all positions at the specific price. For example suppose we have ten positions in EURUSD , then we want to set their TP at the 1.1350 ( Please note to putting TP at a price, not close all position). Please help me about this. Any help
How to solve the problem "Array out of range"? Below is the error happening during running stage. Please help. I'm not a programmer. ------------------------------------------------------ datetime time; bool IsNewBar() { bool retVAR = false; if(time != Time[0]) { time =...
Hi, I am trying to build an indicator and I need an MA on a Buffer I am calculating. For this reason I used the iMAOnArray function. Buffer's field of existence is [0;1]  and it also usually never comes above .5.  When trying to get this MA set as: double temp = 0.0; temp = iMAOnArray(ExtUpProb...
Hi, I'm trying to modify HA indicator by adding EMA as another condition. I need to arrow up on white candle and haHigh>EMA14 but it look seem EMA return incorrect value I have try for long hours to find out but really could not see where I was wrong for(i=pos; i<rates_total; i++) {...
Hi, Below code draw a dymatic trend line by angle, but mt5 always draw a vertica line as trend line and the angle value return is always 90. When i remove the code with underline below, mt5 draw trend line correctly. Is it a mt5 bug(build 842)? #property version "1.00"#property...
  Good indicator?  (3)
Looking for indicator that works well in Forex. Some ideas? Thanks in advance
I don't know anything about programming. I have a custom indicator 3 Level ZZ Semafor which allows me to change colors of the signal and the width. However when I close MT4 , the indicator reverts back to default. Is there a simple setting in the code where I can tell it to remember the users...
  Button  (3)
Hello, does anyone have a code for a button to switch an indicator on and off? amando
Hi, I want to add a new trendline object to an intraday chart for the DAX for example. DAX trading hours are from 8:00-22:00 on my broker. I want to draw trendlines (within a script) to that dax intraday chart which are always 10 bars long to the future from a time/object given. So I can do this...
  Fractal Alert  (1)
Goodmorning All, I am searching for an indicator to get alerts when a fractal has formed AND when a fractal has been broken. Also I would like to get an alert on the screen and with the function SendNotification so that I can get an alert on my mobile device. Who can help me out? Best regards...
HELLO FRIENDS, I am WITH PROBLEM INDICATOR. STOCHASTIC SOUND ALERT PURCHASE AND SALE. CROSSING 20 PURCHASE, SALE CRUZAMANTO 80. THIS WITH ERROR 1, ASK HELP TO FRIENDS TO HELP ME SOLVE, ATTACHED THE INDICATOR. FOR MT5 THANK YOU