Forum

HELP, iMAonArray does not work as wanted

What follows is the code to compute the RSX (it's similar to RSI), to which I have added few modification to display the simple moving average of the RSX line, but it does not work. In bold I have highlighted what I have added to the RSX original code. Anyboby knows what's wrong? Thanks - - - - - -

Request: an indicator displaying candlesticks plot

Anyvbody could please code an indicator that takes into input the name of a cross and display inn the indicator window the candlestick plot of the cross on the same timeframe currently used on the main window plot. Thanks

HELP on the Mouteki-Demark indicator

Hello, I find very interesting the Denmark indictator posted here 'Mouteki-Demark trend new' Unfortunately there is no documentation on it and I cannot read he code. Does anybody care to explain how to use it and waht the messages displays on the upper left corner mean? Thank you for any help you

MSG TO SCRIPTOR

Hi, I find very interesting the Denmark indictoe you posted 'Mouteki-Demark trend new' could you please explain how to use it

HELP! how to plot a derived cross

How do you plot (possibly with a candle plot) the difference of two crosses, for example EUR/USD - GBP/EUR ? Thanks

HELP CODING LATEST EHLERS indicator

Is there anybody who can write the latest Ehlers indicator from Tradestation to MQL4? Thanks! http://www.traders.com/Documentation/FEEDbk_docs/TradersTips/TradersTips.html Strategy: EhlerBandPassStrat inputs: Price( MedianPrice ) ; variables: alpha1( 0 ), alpha1Plus1( 0 ), Log10( 0 ), HP( 0 )

How to plot compound crosses ????????????????

Let's say I want to plot EURUSD+GBPJPY How do you do this? ???????????????????????? Thanks

ROSH * a question for you regarding Ehlers indicators

Hi Rosh, sorry for this direct question, but a while ago you've mentioned that you MIGHT be interestd in coing Ehlers' sinewave indicator 'Ehlers sinewave indicator translation into MQL4' I am wondering if you made any progress on this... Thanks

Broker for demo account forex and stocks

Do you know how I can use metatrader also for stocks an indexes? Is there any brker that would give a demo account to look at this data with metatrader? Thanks

Please HELP! assign value to a buffer does not work

When I try to assign a value to a buffer element it does not work ... even though the value s different from zero the buffer element is always zero, in the code below sprLow[i] is always equal to zero, even though it has been assigned to 8.0, why? #property copyright "" #property link "" #property