- Search Energy EXCH
- JensItzig replied Feb 6, 2017
You DON'T have a tick history in MT4! So the only way would be to let the indicator run all the time to gather them. But even if you got them you don't have the information if the change in price would be forced by sell @ bid or buy @ ask. Maybe i ...
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Feb 6, 2017
The idea of calculation is totally nonsense. In short you substract the points of the candle body from the candle volume. The remaining volume is distributed even on buyer/sellers and then you add the points of the candle to buyers if bull candle or ...
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Feb 6, 2017
Do you really want a solid answer on that? I have no crystal ball that tells me how a given indicator work when i show it a screenshot. ---- I have found the indi you posted. The calculation is that rubbish. ...
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Feb 5, 2017
Since there is no tick data this is not possible in MT4. In MT5 you have tick data but on the most instruments you don't get the information about buy/sell ticks (depends on broker and instrument). So you only can "assume" if there was buying or ...
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 31, 2017
Such EAs are done multiple times (have a look at steve hoppwood forum). It's nothing than a martingale system where you increase exposure over time. Here it's not that obvious and your greatest enemy is a range situation instead a trend situation. ...
Brainstorm to develop the EA about recovery zone system
- JensItzig replied Jan 30, 2017
Thank you for the bug report. I have looked into the code and the only case where such behaviour can happen is when the day starts with a delay (maybe broker issue when they calculate the rollover) and more then one candle must be calculated within ...
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 28, 2017
Look here it's a great explanation url
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 28, 2017
Even when you download tickdata there you will not able to access it in MT4. You only can use them for backtest.
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 27, 2017
All my indicators and EAs that are developed for free having an expiration. I don't want to see them bundled in commercial packages. The expiration is always 3 month from last compilation. So if no one discuss and use it there will be no newer ...
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 24, 2017
Your screenshot shows noting. The relevant data is cut so nobody can see the real reason why it crashes. More likely you use iCustom calls and you had deleted or moved the corresponding files. Show the whole messages and maybe we can help
Metaquotes blocking 3rd party indicators and EAs
- JensItzig replied Jan 24, 2017
If you want to use ChartTimePriceToXY in a very exact way, eg. the correct x/y coordinate for a price like MT4 paints candles or so. You have to write your own function for this. The standard will give you only a "good" approximation of it. You can ...
Object moves with Bid prices together
- JensItzig replied Jan 24, 2017
This does the trick. string objectID = "moveObject"; int OnInit() { ObjectCreate(NULL, objectID, OBJ_LABEL, 0 , 0, 0); return(INIT_SUCCEEDED); } int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double ...
Object moves with Bid prices together
- JensItzig replied Jan 19, 2017
I bet it's your offline chart indicator that send no fake ticks on the M2 chart. Probably has nothing to do with the indicator itself
I will code your EAs and Indicators for no charge
- JensItzig replied Jan 11, 2017
Sorry that's not possible. It took several month to develop it and i'm in negotiations with several brokers to sell it
Distance to nearest pivot point indicator request
- JensItzig replied Jan 11, 2017
Hi Ockham, I hope it will help you with your existing strategy. Since MT4 has no historical tickdata I find it difficult to use VSA correctly. That's why I will switch as soon as possible to MT5 when my broker is offering it. i would be happy to ...
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 10, 2017
So is anyone who downloaded that trading this strategy? Or all only members of the indicator collectors guild?
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 10, 2017
It's the cleanChart option and the several "show" options for every group in the parameters
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 10, 2017
Try the new version. Then you can use even a "clean" version within your templates etc.
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 10, 2017
Strange. It looks like that it's painting the informations into the separate window. With this version you can turn every part on/off. file
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Jan 10, 2017
Hi, i dig out that old thread because i currently in love with market statistics and try to trade much more with it. The indicator of the TO has some bugs and has no ability to show historical data. Therefor i made a new one. I hopfully find new ...
Market Statistics (Volume Histogram, VWAP with SD bands)