MisterH
MisterH
MisterH
Added topic Expert on offline chart
Hi, I'm trying to use an EA on offline chart (for example such as created by period_converter). They don't receive ticks which needs to use while() loop inside. However, after few minutes the offline charts shows "Waiting for update" and is
MisterH
Added topic Esignal
Has anyone ever tried to put data from Esignal into MT4? Working with csv files seems the most obvious way, and the periodconverter which comes with MT4 ought to be the right tool for the job, but has anyone ever done it
MisterH
Added topic Esignal to Metatrader
Hi, does anyone know how to link the datafeed from Esignal into MetaTrader? I currently use both, and I like Esignal because of their diverse offering of financial instruments, and MetaTrader because we all like MetaTrader. I've seen the project
MisterH
Added topic pip-based timeframe
how would you code a chart that is based on pips and not on time, but on pips: a candle closes when you've had 10 pips up or 10 pips down. So candles(/bars) are based on price and not on time. Doesn't seem like a simple coding thing so any help would
MisterH
Added topic Two indicators: from two in 1 window to 2 in 2 windows with different values...
Imagine you put two seperate (custom) indicators in the same seperate chart window on a chart in your terminal. They seem to correspond, cross over or whatever: they do have approximately the same values if you look at the graph, but when you place
MisterH
Added topic normalizing two indicators in seperate chart window
Hi, if you place two indicators on top of each other in 1 seperate chart window (on the bottom of the chart), they always apear as if they move in the same range: they behave as if they have been normalized (their probability distribution functions
MisterH
Added topic Crossover template
Is there a template available somewhere that someone knows of that gives you the basic layout for a crossover EA of two custom indicators in the chart window? thanks
MisterH
Added topic Looking for a programmer (paid)
Hi, I am looking for someone to do the following coding for me for under $100: I have 5 different indicators which have the same shape, but not the same numerical values. I would like to have them combined into 1 indicator: add all 5 and dividing
MisterH
Added topic Normalizing: from moving average to oscillator
Let's say you have a moving average on a chart, and you want to get that into a seperate window at the bottom of the screen, you would think that by just changing #property indicator_chart_window into #property indicator_separate_window and done is
MisterH
Added topic Max Profit Custom Indicator
Wouldn't it be helpfull to create a custom indicator (based on closing of the bar) that shows where the "perfect trader/system" would buy and sell. This would allow you to visually compare the lag and accuracy of your own indicators, custom