Technical Indicators - page 120

Hello everyone, My question was short, someone know what is the method and the library to get the price of market, and stock this price in a object or variable. And what is the method to take and give a position in the market ? exemple in c++ ( int price = myobject.getPrice() ) thanks for yours...
Hi all, unfortunately I have to use a translator to communicate, I will try to be understood as clear as possible.  Said. Currently I have a problem with keeping the equity in a CSV file.  I have managed to save the data in a backtest, so does real, the real problem is that the backtest tick to...
  Indicator Tester  (2)
Hi i have indicator tester which helps to test indicators ( test is for binary options mainly) it shows total trades , losses , wins and ties , i want to show and the maximum losses in row if anyone can help i ll be thankful a lot :)
I want to ATR stop alert if it Line Change color. it have sound and Alert Box Who can help me Please Regards //+------------------------------------------------------------------+//| ATRStops_v1.mq4 |//|...
Please can someone help me create a stochastic cross sound alert, which would make a sound immediately the green line ends above the red line between 45-0 levels and also makes a sound when green ends below the red line between 55-100 levels. With stochastic settings 14,9,9. Thank you very much
  QEMA and PEMA  (9)
Hi! I uploaded QEMA (Quadruple Exponential Moving Average) and PEMA( Pentuple Exponential Moving Average) in the forum, more or less in 2012.07.23, and never appeared and I never received a feedback. How long it takes? Anybody? In Mql4 it takes hours to appear!
Hi all, I wrote an own very simple mtf rsi indicator what is works just in realtime. dBuf1[0]=iRSI(NULL, tf1, 14, PRICE_CLOSE, 0); I use it in my VPS treminal well, but if I restart the Metatrader the datas will lost. How can i save the datas from it. The iCustom in an script doesn't work of course...
I what to know how channel objects are constructed, i.e. is there a function to look into the values or is there a formula for these? The channels I am after are: "Linear Regression Channel" "Standard deviations Channel" "Equidistant Channel" "Andrew's Pitchfork"
my system :win10 64 chinese what`s wrong? "?" should be :degree"°",but it`s can`t show it in chinese system . sorry for my english!
[Deleted]
Hi, I am looking for a correctly coded harmonic indicator that shows most if not all of the standard harmonic patterns (shark, abcd, gartley, butterfly, crab, etc) There are many out there such as the Korharmonics and ZUP indcitor, but both of these have the same issue with the last leg of the...
frac4hup=iFractals(NULL,PERIOD_H4,MODE_UPPER,0); frac4hdn=iFractals(NULL,PERIOD_H4,MODE_LOWER,0); frac0up=iFractals(NULL,0,MODE_UPPER,i); frac0dn=iFractals(NULL,0,MODE_LOWER,i); if(Low[0]<frac4hdn){b1[i]=Low[i];}; if(High[0]>frac4hup){s1[i]=High[i];}; iam making an
#property copyright "Copyright ฉ 2005-07, Jason Robinson (jnrtrading)"#property link "http://www.jnrtrading.co.uk/"#property indicator_chart_window#property indicator_buffers 2#property indicator_color1 DarkGreen#property indicator_width1 3#property indicator_color2 Red#property...
I am currently studying MT4 coding. Just curious if it is even possible to have SL and TP function in the indicator? 
I just download script to activate "next & previous TimeFrame" shortcut key.. (for MetaTrader 5) But it seems minor error inside program..... I try debugging with MetaEditor and found 1 error line. ...... I can not contact the creator, so anybody here can help ?
This is custom indicator. And I'm looking for a similar indicator with it. Something like trix?
MQL can detect up to two trend lines on a chart. An upper and a lower trend line. Correct? How does it detect which is which in my attached chart? Is one drawn from highs an upper trend line and one drawn from lows a lower trend line? Or MQl recognizes the one above price as upper and one below...
  How purchase  (2)
I made deposit. find the Market tab on the platform. You can find it in the Toolbox window in MetaTrader 5.......I don't find it..... tupan69
[Deleted]
Hi everyone, Could someone tell me what type of chart is used in the attached chart? Thanks
Strange problem but I noticed someone in a webinar using the rectangle on one time frame then switching to a lower timeframe and the rectangle still appeared. I can't do that on my MT4. Any idea? Thanks. Steve.
I am trying to draw a horizontal line to show me this weeks Typical MA. I want it as a horizontal line. It does not draw a horizontal line but like a zig zag line up and down with the price value. I want a horizontal line across this weeks price action in any time frame. It will move around with...
[Deleted]
Hi Traders, Can any one describe how exactly ATR will work ?
It had been the one individual that seen a few inflammation within the encounter along with the practical knowledge concerning "hot" come to feel make any difference. Possible schedule for this is often a undeniable fact that it's got niacin, and also this is the quite normal complications...
[Deleted]
  Changing the TF is a problem  (76   1 2 3 4 5 ... 7 8)
Actually the problem is that the indicator that draws the line when it changes the TF where the history is not yet loaded, then the bars are added to the chart, and it again calculates the data, respectively, the previous ones are also left out + skipping
XLips a unique trading system which is able to generate an average of 300-400 pips every day teymfreyme M5. Its signals are not redrawn, and their accuracy is close to 99% To test this trading system and you can now. It is attached to the post! Download for free: [ATTACH]13596[/ATTACH]...
Hi, could someone help me please with that code. All I wanted is to get a spoken alarm when the two lines of the ADX Indicator (D+ and D-) cross over. The code is repeating the sound file onevery tick - but I want it just to play one time. Please, any ways to improve my code is welcome, thank...
Hi, I need help please. What is wrong with this code, I want to get Renko in the main chart, not in a separate window:
Hello, I'm looking for a script/indicator that tells me how much lots I've already traded.. Is there any such script/indicator..?!
Hey Guys, i want to learn and improve my MQL5 skills. I think the best way to do this is to practice. Unfortunately sometimes I don`t have any nice idea which i can implement in a Indicator. So if any of you is interested, please post in this forum your ideas and i will try to implement it into
I will show you my indicator which I use to determine from which currency there is a capital flow to which currency. Each line on it is a conditional index of a particular currency (EUR, USD, GBP, JPY, CHF, CAD AUD, NZD), calculated from several currency pairs. EUR - brown (dark red) USD - purple
Hey all, Let say a good trend is defined by x consecutive green/red Heinken Ashi candles. Do you think average value of x over the last y days is similar in all timeframes or shall we expect one timeframe to provide better value ? how can we know that or similar information ? The idea is that TF...