Page 2 of 4
Re: custom formula
Posted: Fri Mar 17, 2017 9:13 am
by admin
Yes, that's clicks daily \ out daily
Re: custom formula
Posted: Fri Mar 17, 2017 3:33 pm
by Fett
($d['day']['quality']+$d['day']['quality_url'])
would this give a % , or a number
?
Re: custom formula
Posted: Fri Mar 17, 2017 3:45 pm
by admin
number
actually there'a an easy way to find out. Set formula to
1; $_POST[priority] = $d['day']['quality'];
and you'll see this number in priority field of each trader.
Re: custom formula
Posted: Fri Mar 17, 2017 3:50 pm
by Fett
I go to cj settings --> admin area --> user field on trade screen
and I put this:
1; $_POST[priority] = $d['day']['quality'];
inside user field formula
but I get blank white cell, nothing showing up on admin screen
Re: custom formula
Posted: Fri Mar 17, 2017 3:52 pm
by admin
I guess (based on topic) we were talking about trade formula, not custom field ...
Re: custom formula
Posted: Fri Mar 17, 2017 3:53 pm
by Fett
you are right,
but if I want to see this in custom field what do I put?
Re: custom formula
Posted: Fri Mar 17, 2017 3:59 pm
by admin
return $d['day']['quality'];
Re: custom formula
Posted: Fri Mar 17, 2017 4:06 pm
by Fett
sweet
and this quality score is already taking into account the raw in (or unique in) quantity as well
I love it

getting close to finish my algo
Re: custom formula
Posted: Fri Mar 17, 2017 4:09 pm
by admin
Right )
Re: custom formula
Posted: Fri Mar 17, 2017 4:18 pm
by Fett
[od] => out
this is daily raw outs to trade
do we have daily unique outs to trade variable?
[uod] ?