Technical Indicators - page 152

Hey guys, How is everyone? This is my first post and I was wondering if anyone could whip up one of these indicators for a range bar chart. I want the indicator to display triangles in a red/ green colour depending on the RSI value. ANyone know where I could get something like from?
hii every body can any one please put buy and sell alert for this indicator .... thx
We have coded a new Forex Price Action indicator with extended alert and notification management. Features: - Uses 3 Moving Averages instead of original 2 - Calculates with High, Low, Open and Close - Displays 3 color lines - Executes an alert and/or notification if the fast and medium MA crosses by
Hi everyone I'm new in Meta trade Scripts. I want to create a script with mutiple currency i want to create a scripts with a formula let say A=GBPUSD(sale)+0.01USDJPY(sale) and B=GBPUSD(buy)+0.01USDJPY(buy) and load in template which plot graph A and B with different line color in EURUSD...
Hello, I want to insert the current time in a email body or subjet, in a indicator. The email have this form: Subjet: Buy alert Body: 11h35 Buy alert in H1 For make a mail no problem: SendMail("Buy alert","Buy alert in H1") But you know how to insert the timecurrent() paramètre for had it...
[Deleted]
Hi everybody. I've been trying to make this indicator for a few days now but am having some difficulty spotting my error(s). This is not an indicator for generating live signals but a way for me to view my strategy's success rate over time. Here's the idea behind the indicator: GBPJPY moves A LOT! I
  non lag  (1)
can someone please tell me where i can get the mtf non lag ma histogram from? thanks
Hi, this indicator is improved on "Ichimoku". would you give me a feedback?
Hi Traders and Happy New Year I just want to share a nice scalping idea for M1. However I use it most of the time to enter my trades on M15. Scalping on M1 is not always easy. Most indicators are not adapted for this TF, or lag a lot. It´s also very difficult to predict voatility and priceaction if
[Deleted]
I am using the supply and demand indicator and it seems to work best on the daily time frame but what other indicators might I use besides noting the strength of the zone? Or is their something else besides an indicator that would help
how can I let indicator every 20 min to execute OnCalculate() function? ' In my indicator, I donot want it check on every ticket, only for 20 min to do it , My I use EventSetTimer()? Please guide. thanks
this fundamental analysis was written by Dr. Mike Campbell for dailyforex.com Once upon a time, all international trade balances had to be settled by the transfer of gold, but eventually, the sheer volume of international trade brought that era to a close. It was replaced by a US Dollar-backed...
[Deleted]
Does anybody have the support and demand indicator through tradestation that would could be used on the mt4 platform or could make one? Does anyone have an indicator that is comparable
Oooops, I think I posted this in the wrong forum! Sorry. I've copied it here in the hope that someone may be able to help me. After I got no reply I tried again to sort it out myself but just cannot seem to be able to work it out. Hi All Yesterday I had MT4 and on it I had a simple indicator...
[Deleted]
...but I was wrong! Hi everyone! Kurre here from Sweden. Nice forum! I found CCI Arrows in this forum but I couldn't help to send a post about it. It really is a bad indicator. Once applied on the chart it looks like the killer indicator for scalping showing exactly if there is going to be a...
hellow Ineed hourly pivot point with alert please >>>>
[Deleted]
Hi, I need a custom indicator that, in a separate window, write atr and moving average calculate on it and same thing for bandwidth. I have made the code in mql4 and I have using the IMAONARRAY for calculate the MA, but the indicator don' t work..can anyone help me??? Thanks
[Deleted]
Is there such an animal as a non repainting trend indicator - or a swing trade indicator? Thank you
Hello everybody, I'm new here, but I can tell you that your site and forums are very helpful for newbies like me I would like to have the help from an MT4 programer. On the attach file (arrows and curves) you will give me a beautiful gift if you can put inside an alert (sound) when the arrows are...
This indicator is Oscilator type indicator...I have it all the time on chart. There are two files needed for MT4 in Experts=>indicators folder...Only MA_of_RSX with alert goes to the chart...(for clarity, bulish-bearish colors I set to none). I need MT5 version, please. Thank you
Hi, i'm new to mql5 and i'm trying to use MACD indicator. Here's a part of my code : #include <Expert\Signal\SignalMACD.mqh> double MACD_Main[]; double MACD_Signal[]; int MACD_handle; int OnInit () { MACD_handle= iMACD ( Symbol (), 0
Hi, I am looking for a CCI indicator that will show an arrow (not in the main window) when the CCI line cross the 90 line up and the -90 line down. Please see the attached image. If it comes with an alert even better, but not required. Thanks Dan
  indicator to ea  (3)
i was thinking over the last week the startegy i use works, it needs a little speeding up, click click click takes toe long - i have over the weekend decided to also add another indicator to my list of signals to trade. I started writing an EA, i use a custom indicator that draws two lines and...
can i use the indicators which i use in the desktop version for the mobile version too...or do i need to make any necessary changes to its code. can anyone help me, because i just bought the android mobile and can use only mt5 but i need my own indicators apart from custom indicators in the system...
Hello, I'm looking for the code to have my indicator write a .txt file to a specific map everytime a signal is given. The text should contain long or short depening on the signal. I'm not very good at mq4 coding, so I was wondering if anyone knew this code or could point me in the right direction? I
So I tried to figure it out. This is my code in "OnInit() -------------------- int stoM30; MqlParam pars[5]; //+------------------------------------------------------------------+ //| Expert initialization function...
I am converting my EA to MQL5; I hit a stumblestone on how to use iStochastic. I found examples on how to setup an handle for the indicator So far so good. So I got the handle. Now I just want to retrieve the signal line value for the last closed bar. Examples I have found show how to use the...
Dear all, Please take a look here https://www.mql5.com/go?link=http://ne6.upanh.com/b3.s19.d2/ef45b92d57b5be66454fa0927892c59f_37025626.chart.png I find this chart with 5-curve-parallel lines, but I don't know exactly what type of it. I think it's from MA but it looks so smooth. It's likely a band...
Hi, I have attached indicator image here. i have only image file. please let me know what indicator is this? if anyone has please post here. its cool...
hello ,, please i want a tool not indicator or expert which i can use it as follow choose the begining point ,, and the end point and it draws a line between (61.8 of price and 61.8 of time and the end point ) automatic like in chart is it possible to do that using mql5 ? how can i do it please