Technical Indicators - page 89

Hi, If you enter a Stochastic with inputs 9,3,3 in both tradingview and mt4 you get different results. Does anyone know how I can adjust MT4 to match tradingview ? Here is the out of the box code for MT4 Stochastic:...
Hello, I am looking for an indicator from a screenshot below. Any one knows it? Settings: MaMetod=2 MaPeriod=6 MaMetod2=3 MaPeriod2=2 Regards, Valerii
Hi, I do understand about iMAonArray. To my Understanding if physically, the Moving Average Apply To is set to First Indicator Data which is the Stochastic. Someone send me this and i'm wondering how do i code this as his Moving Average is in the Stochastic Window But his Apply To is set to close
  MT4 TO EFS  (1)
I am looking for someone to convert a custom mt4 indicator to EFS so can run on <name removed >
  Digital ACSTrend  (427   1 2 3 4 5 ... 42 43)
Hi all I started this thread to gather in one place the ideas for the next generation of ASCTrend. This is necessary because this new instruments require appropriate testing as they are new. It is not possible to use new instruments in older strategies without verification. So here it is the thread....
hi,  I need help on this indicator. I tried the iMAonArray, it is working but some how it doesn't indicate on all the point. MA is inside the Stochastic. EMA12 and EMA5. When both EMA at OB, it will indicate in the chart and same goes for OS...
Since sometimes it happened to me that I tested an indicator in the strategy tester and it didn't seem to repaint, but when used in live it repainted because for example it was using future values, I would appreciate if some expert coder could tell, reading the code, if this indicator repaints...
Hi, everyone. When I was testing my own EA, I found BB MACD indicator behaved good in demo account. The default value in BB MACD indicator is: FastLen = 12 SlowLen = 26 Length = 10 barsCount = 400 StDv = 2.5 So here is my question: what's your opinions about the values's setup in 1H time frame?...
Hello, I need help about indicator. 1) I have an indicator with the name file "test.mq4". 2) I load /link it with a chart EURUSD, all is good 3) now I do the same as before (line 2) 4) I got 2 identical indicators in the same chart 5) question : how to stop the second loading before it run ?? I did
  Pips Counter  (1)
Hi guys, can any1 help me for create a simple indicator? I try to search but not found anything. I need to create a indicator that show in windows the pips differenze from last candle to Tenkan (ichimoku).  Like this..  Thaks Alot guys!
Hi Does anyone know MT5 version or can Translate it. Atached is the MQ4 version That can be opened on the Meta Editor. Thanks
Hi everyone, Im new to mql4 & I got some problem working with object property. Let's say I want to access to property "PRICE1" of Rectangles of all open charts if availalble. My code looks fine :) & have no errors but there is something wrong & It doesnt work. I think it may be these lines: .......
Guys, can you recommend any good logic/indicator for determining swing points marked on this chart? Strong downtrend, seeing correction up, possible reversal into uptrend, but then it just changes direction and continues down. RSI usually between 30 and 60 so nowhere close to being overBought. Would...
  BB-Fibs  (3)
New at programming, need help programming a Bollinger Bands - Fibonacci Indicator. It is like a regular BBs but instead of using standard deviation as the measure of volatility, a Wilders Smoothed ATR is used in its place. The middle band remains the same. UpperBand3:= MidPoint + (factor3 *...
Hello, is there a guide that teaches to add distance of arrows from price in MT5? Thank you
hi, Could someone tell me if we can code an indicator with existing indicator output value instead of candle bar value? For example, a MA based on BBand (up/low band) value on main chart. see pic, red line is MA of upper band, aqua line is MA of lower band thx
Since the Metaquotes automated system adoption, some "approval" tasks get stuck as my indicator... I'm receiving the error from submitting the code: but in my environment it is all fine... Who can tell me where I can start to search for the culprit? I'm trying to release a very neat indicator to the...
Did anyone create some MT5 indicator to show only text values of  moving averages on the chart? Something like this... (look at the labels...)
I found an indicator a couple of years again. I don't know whom wrote it but it had this header at top so credit is due here //+------------------------------------------------------------------+//|                                                  Trading_Vol.mq4...
i want to add my custom Fibonacci indicator at sub window ( usually we add macd , stochastic at this area ) is there any method to do that
Hello, i am searching an indicator which shows me the time left for the current Candle. I tried to find it here, but was not successfull. Please help
How to embed the moving average indicator in the RSI indicator's window in MT5
A static variable retains it's value even after Symbol or Period change of the chart. Is there a way to reinitialize local static variables upon Symbol or Period change? Or is there only the possibility to declare the variable on the global scope and reinitialize it in OnInit()? void TestStatic()
somebbody add popup alert to this indicator when arrow appears. Thanks
I'm using the new mt5 functions to generate a history graph of highs and lows of the day, but it's not working. Basically it's taking the highs and lows of the whole graphic, I'm wanting it to take day by day. In mt4 I made a similar code and everything worked out, but in mt5 something is wrong....
//dll sideDLLEXPORT unsigned int funcok(char *_s){ return 0;}DLLEXPORT unsigned int testfunc(char *_s0,char *_s1,char *_s2,char *_s3,char *_s4){        return 0;}//mql5 side#import "mylib.dll"unsigned int funcok(char &_s[]);unsigned int testfunc(char &_s0[], char &_s1[], char &_s2[], char &_s3[],...
Hi all pro coders, Im learning coding mql4. Im coding a volume horizonal line that will pick up last 100 highest volume bars from the recent 300 volume bars, averaging them & then draw a horizonal line at current volume Bar on a tick VOLUME indicator. But I got some problem & dont know why it...
Hi has anyone tried this indicator? how is the progress? is that accurate than anything else?i would like to buy this but i need some opinion because i've tried tons of it before but no one is working
Hi, I was wondering if it is possible to create and show N lines where N as an Input of the user. It looks I must declare at the beginning the #property indicator_buffers 3 #property indicator_plots 3 and for each I have to declare the style, color, type and width. I have tried to write the