custom formula

admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: custom formula

Post by admin »

Yes, that's clicks daily \ out daily
Don't forget to run script update
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

Re: custom formula

Post by Fett »

($d['day']['quality']+$d['day']['quality_url'])


would this give a % , or a number

?
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: custom formula

Post 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.
Don't forget to run script update
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

Re: custom formula

Post 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
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: custom formula

Post by admin »

I guess (based on topic) we were talking about trade formula, not custom field ...
Don't forget to run script update
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

Re: custom formula

Post by Fett »

you are right,


but if I want to see this in custom field what do I put?
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: custom formula

Post by admin »

return $d['day']['quality'];
Don't forget to run script update
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

Re: custom formula

Post 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
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: custom formula

Post by admin »

Right )
Don't forget to run script update
Fett
Posts: 85
Joined: Tue Feb 28, 2017 1:23 pm

Re: custom formula

Post by Fett »

[od] => out

this is daily raw outs to trade

do we have daily unique outs to trade variable?

[uod] ?
Post Reply