Coding help - page 735

 
oguz:

Hiiim...

Well what could the name user @ "jksmirnoff" mean below link?  (he's post; 84) 

http://forexsystemsru.com/sovetniki-eksperty-foreks-roboty/83939-dornasho-ea-5.html 

He tells the same thing as I did (using different words :))
 

Mr Mladen,

 

Could you please point me to codersguru magnificient piece of work that helps someone how to code in Mt4

 
kumarkallur:

Friends

Help needed.

Any one please add an alert system for the Ultimate arrows ? It repaints. It is useless in low time frames.

However in high time frames H1, H4 it will help us to know possible reversals.  An alert system for the Ultimate arrows in the form of Sound and Email will help us to have a look at the particular chart. We can take position based on MACD and Arrows.

Thanks in advance.


Kumar

Maybe useful for you...
 

Младен! Можно сделать этот индикатор мтф ?

Files:
 
ednineball:

Mr Mladen,

 

Could you please point me to codersguru magnificient piece of work that helps someone how to code in Mt4

You can start from here : https://www.mql5.com/en/forum/174385
 
traderduke:

mladen

your old renko builder is failing the new builds with a "zero Divide'. Can run fix it?


thanks

Ray

I don't know what you means for zero divide,but one of his ver working with me on new build usual way .


 
mntiwana:

I don't know what you means for zero divide,but one of his ver working with me on new build usual way .


Mntiwana

Thanks but I want the median renko indicator.


Ray

 

mladen

your old renko builder is failing the new builds with a "zero Divide'. Can you fix it? It works on some brokers and not on others.


thanks

Ray

 
traderduke:

mladen

your old renko builder is failing the new builds with a "zero Divide'. Can you fix it? It works on some brokers and not on others.


thanks

Ray

Try it out
 

MT4 First / Previous Indicator's Data parameter


Hello all,

MT4 has an option on its original indicators to drag and drop. For example a MA on an indicator and choose to calculate on "first indicator's data" or "previous indicator's data"... which is very useful to make indicators get data output from other custom indicators...

My question to you coders is what should we add to an x Custom indicator code in order to have this option of calculating on "first indicator data" or "previous indicator data" so in this case we could drag and drop an x custom indicator and choose to calculate over this other custom indicator data...

Would it possible for anybody here to program this with the current MT4 build version. I'll explain it in more detail. I have two indicators attached in this message. What I would like is the indicator J_TPO (similar to Stochastic oscillator but smoother) is to get parameter values from the other customer indicator CumulativeDelta.

Let's say that I have CumulativeDelta opened. I can drag and drop the J_TPO indicator onto the CumulativeDelta indi. When the box opens where I can set the J_TPO indi's parameters, there is a place that I can tell it to "Apply to" either the "Previous Indicator's Data" or else to the "First Indicator's Data". Also included in that option are "Close, Open, High, Low, Median Price (HL/2), Typical Price (HLC/3), and Weighted Price (HLCC/4)". It seems that none of the Custom Indicators that I have seen have this option. Is such an option available for Custom Indicators?

In short simply it's a type of data exchange between two custom indis. When I drag n' drop the J_TPO onto the CumulativeDelta indi, the J_TPO data values should based on instead from the CumulativeDelta indi, not from the chart price.

I'm not a programmer/coder myself, so if I could ask a big favor when for anyone have some spare time out of their your busy life, please take a look at it if this is possible. I would really appreciate it. Cheers :D


Regards,

Victor

P.S. Here is a link that might help explain it more a technical manner with this situation. Unfortunately it's in MT5 format but I was wondering if MT4 has similar coding function variables to make this happen. Also if it's not possible with J_TPO then please take a look at another indi called Fast_Stochastic that I also attached with this message. Again thanks a lot for your time. Anyway here is the link https://www.mql5.com/en/articles/15

Files: