MarcB
MarcB
Friends

Add friends via their profile or user search and you will be able to see if they are online

MarcB
Registered at MQL5.community
MarcB
Added topic 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
MarcB
Added topic 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
MarcB
Added topic 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
MarcB
Added topic 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
MarcB
Added topic 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
MarcB
Added topic 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(
MarcB
Added topic How to plot compound crosses ????????????????
Let's say I want to plot EURUSD+GBPJPY How do you do this? ???????????????????????? Thanks
MarcB
Added topic 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
MarcB
Added topic 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
MarcB
Added topic 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
MarcB
Added topic Newbee questions
Hi there, I have the following questions and hope that somebody woul help ... 1. Let's say you have 4 buffers with high, low,open and close prices of something (not necessarely a cross) how would you display these data as a candle graph? 2. I noticed
MarcB
Added topic Ehlers sinewave indicator translation into MQL4
Hello, Is there enybody who could help in rewriting the Ehlers sinewave indicator in MQL4? This is the code in Easylanguage (Tradestation). Thanks! -------------------------------------------------------------- Inputs: Price((H+L)/2), alpha(.07);