Home › Forums › Indicator discussion › MTH Renko Builder Indicator › Reply To: MTH Renko Builder Indicator
hai kiads, your renko builder indi is getting zero divide error, please update it
Hi Brother, from your screen shot journal error, I see that the indicator error came from mq4 file while I never share the mq4 file in this forum for my Renko Chart Builder Indicator. Are you use different version of my renko builder indicator ?, if no, then since you create non standard instrument pair (USDBSKT), do you already set StrangeSymbolName to true, and set StrangeSymbolSize to 7 ? Hope it help and best regards MTH
yes Kiads i done it, but same error getting i am using the renko builder indi from the first post, but same error at same line
Ok Brother, error Line 460,125 is division between Starting Point value and Brick Value. if this is zero divide error then the input of one or both of them must be not correct please check especially the Starting Point, put value that exist in your M1 base chart (I believe your USDBSKT is synthetic data chart ..right ?) Hope it help and best regards MTH
yes brother it is synthetic chart, the problem is all other than this USDBSKT chart have 5 digits, but it only has 4 digits, can this may be a problem? while i mentioned this thing to the original creator of the basket script, in here http://www.forexfactory.com/showthread.php?t=517564&page=28 . but he too did’t have a solution , any solution in creating a successful renko chart in this synthetic chart, bcoz it will open many doors in trading as i belive
Yes Brother, I see.. So, your USDBSKT use 4 digits, that’s the problem.., You should ask the programmer that create that synthetic chart change it to 5 digits, and in case of JPY pair ‘he/she’ should convert it from 2 or 3 digits become 5 digits too.., by divide with 100, the JPY pair value for example 140.500, become 1.405 and then set the digit with if (digit == 2) digit=digit+3 and if (digit==3) digit =digit+2. The other problem with this synthetic chart, we don’t have any market info data for it. So, the programmer should also create custom market info and make it as global variable data, by create total average of every marketinfo of pairs that create that USDBSKT synthetic chart. for example set global variable SynMarketInfo SynMarketInfoPoint = (MarketInfo(EURUSD,MODE_POINT)+MarketInfor(GBPUSD,MODE_POINT)+…)/2.. ; and published the global variable name in the property description of the EA/Indicator, so we can get the global variable to use it inside Renko Chart Builder Indicator as Point divider, and also create similar way global variable to the Digit too… This will help other programmer to create tools that support that kind of synthetic chart.. For my renko charting system, You may try this renko builder indicator version that hopefully could solve the zero divide problem.. of USDBSKT. I add manual digit and manual point input setting so you could adjust the values by yourself. Be careful when use the shift option with 4 digit chart like this USDBSKT, it couldn’t less than 1 point step.. Hope it help and best regards MTH
hai brother,
maybe i am disturbing you so much sorry for that,
now the latest indicator creates renko chart at usdbskt, but a major problem is coming, the offline chart creates a brick down for each and every tick .
please see the attachment