PDA

View Full Version : Averaging 2 values in .ADX



Badassbird
02-16-2014, 07:46 AM
Is there a way to average 2 values in an .ADX into a single new value in the .ADX so that we may use it in a Histogram? For example:

Average Left and Right BLMs to get a single Average BLM Value that may be the Object of a Histogram.

Six_Shooter
02-16-2014, 08:23 AM
I believe there is, look at how people are setting up mpg gauges in their ADXs, should help shed some light on linking data values.

EagleMark
02-17-2014, 07:20 AM
Still haven't figured out the math conversion for it though...

PJG1173
02-17-2014, 08:03 AM
if you linked left blm and assigned it letter L and right BLM assigned to letter R wouldn't the conversion equation simply be "(L+R)/2"?

Six_Shooter
02-17-2014, 10:40 PM
if you linked left blm and assigned it letter L and right BLM assigned to letter R wouldn't the conversion equation simply be "(L+R)/2"?

That would be what I would use as a formula.

EagleMark
02-17-2014, 11:01 PM
To simple! Must be a more complicated way? :laugh:

Been telling you this Chemo affects thinking, sometimes I look at something and it's just a blank... glad it's over!

If anyone has a $EE data log .xdl file post it up! I'd like to try this and some other ideas I had for that ADX file.

Badassbird
02-21-2014, 03:50 AM
Check this out and see if it looks ok.

EagleMark
02-23-2014, 02:44 AM
Look OK? How's it work? You converted to percent as well and combining the BLM for an Average.

Is this correct way to bet percent from BLM? ((X-128)/128)*100

RobertISaar
02-23-2014, 03:29 AM
looks right. test of BLM of 124 = -3.125%.

Badassbird
02-24-2014, 02:36 AM
Yeah that is exactly what I am doing there. It may not be 100% accurate but sure does make for a quick way of getting things roughed in. I usually shoot for -4% when tuning.