That one is nearly the same and is no solution, but thanks.
If the reader now could post some median renkos newer than 2013, that could help.
Some of the mht indicators form one wick instead of 10 bars after restart (repainting).
Maybe someone can see that from the code and can change it also.
Re: MT4 Indicator requests and ideas
#102friend4youfriend4you wrote:Dear coders!
There are not many good free Median Renko Chart Builder and I like this very much. But a big problem on many renko indicators is the heavy cpu usage. Metetrader refreshes even older bars and therefore every renko indicator must recalculate 10x more than on a 1 min chart.
Can you please deactivate, that the renko chart changes after a bar is build
and/or
can you add the the renko chart is only build every x milliseconds (changeable in indicator options)?
Thanks.
Believe it or not, the issue in not in the renko generating code
The issue is in a very "unexpected" place : in mt terminal itself. It goes like this : you change one bar (one single bar) using renko code and you send a "fake tick" to the offline chart. And what do we get on offline chart? It is telling us that all the bars changed, not just one. That is a bug since new build of mt4 was started and it never was corrected. So ... we can only hope that they will make offline for mt5 and that it will not have that bug any more, but that is not very likely (nether that there will be offline for mt5 nor that the bug will be avoided if there is offline for mt5)
Re: MT4 Indicator requests and ideas
#103So an indicator that's updating chart every x seconds would help?
Why will mt5 never have offline charts, since some coders here worked for metaquotes?
Why will mt5 never have offline charts, since some coders here worked for metaquotes?
Re: MT4 Indicator requests and ideas
#104It would not help since it still would have to update all the bars (since it does not "know" how any bars actually have been changed). It is a kind of a vicious circlefriend4you wrote:So an indicator that's updating chart every x seconds would help? Why will mt5 never have offline charts, since some coders here worked for metaquotes?
Re: MT4 Indicator requests and ideas
#105Hi Mladen, I know that you're the busiest guy in Forex world, but when you have 5 minutes of your spare time can you take a look at my partially failed attempt to add signal arrows on (red/blue) spikes. I don't have .mql source file of Volumen Reversal, and I created new indicator with iCustom functions. Please, test on lower timeframes 1/5/15.Thank you in advance!
-
- Volumen Reversal V1.ex4
- (10.22 KiB) Downloaded 1586 times
-
- volumenReversalHook 1.0.mq4
- (3.49 KiB) Downloaded 1772 times
Re: MT4 Indicator requests and ideas
#106That would reduce the problem from each tick to maybe 2000 ms. I saw solutitions, that go this way for similar renkos. Is it too difficult to change the posted mena renko indicator?
Why can't a renko builder ignore old bars and leave them and just build the actual one even if mt4 changes older bars?
Why can't a renko builder ignore old bars and leave them and just build the actual one even if mt4 changes older bars?
Re: MT4 Indicator requests and ideas
#107It is not the renko code that has the problemfriend4you wrote:That would reduce the problem from each tick to maybe 2000 ms. I saw solutitions, that go this way for similar renkos. Is it too difficult to change the posted mena renko indicator?
Why can't a renko builder ignore old bars and leave them and just build the actual one even if mt4 changes older bars?
It is whatever you attach to offline chart (any offline chart) in new builds of mt4 : even if it is written perfectly and works like a clock on regular charts, on offline harts it is going to calculate all the bars on each and every tick. That is the terminal bug
Re: MT4 Indicator requests and ideas
#108Glad to see you here tooaltoronto wrote:Hi Mladen, I know that you're the busiest guy in Forex world, but when you have 5 minutes of your spare time can you take a look at my partially failed attempt to add signal arrows on (red/blue) spikes. I don't have .mql source file of Volumen Reversal, and I created new indicator with iCustom functions. Please, test on lower timeframes 1/5/15.Thank you in advance!
Will check it and will get back with the result
Re: MT4 Indicator requests and ideas
#109Hello, dear mrtools or mladen can you help me to add arrow when the green and red line change? must be at close of the bar thanks
-
- CCI_Woodies_Lnx_v6.mq4
- (9.69 KiB) Downloaded 808 times
-
-
Re: MT4 Indicator requests and ideas
#110Thanks, but I'm using Linux and paid indicators are often a problem there.
Can someone tell me the diffence between the indicators mntiwana and I posted (just few changes)?
How does the behavoir change with these lines:
extern double StartingPrice = 161.001;
What does on both the setting RenkoOffset change:
if(MathAbs(RenkoBoxOffset1) >= RenkoBoxSize1) {
Print("Error: |RenkoBoxOffset| should be less then RenkoBoxSize1!");
Can it at least be changed, that at 0 o' clock a new bar begins, so that two users with same broker see same bars in the past and that it always shows correct highs and lows?
Thanks.
Can someone tell me the diffence between the indicators mntiwana and I posted (just few changes)?
How does the behavoir change with these lines:
extern double StartingPrice = 161.001;
What does on both the setting RenkoOffset change:
if(MathAbs(RenkoBoxOffset1) >= RenkoBoxSize1) {
Print("Error: |RenkoBoxOffset| should be less then RenkoBoxSize1!");
Can it at least be changed, that at 0 o' clock a new bar begins, so that two users with same broker see same bars in the past and that it always shows correct highs and lows?
Thanks.
-
- Median-renko.mq4
- (32.51 KiB) Downloaded 804 times
-
- DoubleMeanRenkoBuilder.mq4
- (26.09 KiB) Downloaded 846 times
Users viewing this forum: CommonCrawl [Bot], Gethsemane, olvus, Ricstar_8, TransparentTrader, vvFish and 166 guests