Composite definition help
Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    5

    Default Composite definition help

    Is there any tutorial where I can see how to create some dynamic stat?
    For example CB Flop oop with show me last 100 opportunites and will switch to show vs Hero after 20 opporunites etc

  2. #2
    NoteCaddy sreticentv's Avatar
    Join Date
    Dec 2009
    Location
    No direction but to trust the final destination
    Posts
    6,481

    Default

    They use composite definitions http://wiki.assaultware.com/Composite-Definitions.ashx with the boolean expressions
    NoteCaddy Manual | Coaching Packs | Blog
    NoteCaddy experts: a.k.aAlso, Catalyst_Kh, Derders, karstenkloss, scoobediah (NoteCaddy Edge)

  3. #3
    Member
    Join Date
    Feb 2009
    Posts
    31

    Default

    Can you give us an example of the composite expression?? this is an amazing feature! thank you sreticentv

  4. #4
    Banned
    Join Date
    Jul 2012
    Posts
    863

    Default

    There are examples of composite expressions in the wiki article.

  5. #5
    Member
    Join Date
    Feb 2009
    Posts
    31

    Default

    there are examples in the wiki for booleans using numbers, not a real example using stats. i was asking if he can gives one expression from a working definition, it's a simple copy+paste and could have saved us a lot of work of trial and errors

    edit: Nervermind, i know how to do it now
    Last edited by cbarrado; 08-07-2014 at 05:56 PM.

  6. #6
    Junior Member
    Join Date
    Feb 2013
    Posts
    19

    Default

    Quote Originally Posted by cbarrado View Post
    there are examples in the wiki for booleans using numbers, not a real example using stats. i was asking if he can gives one expression from a working definition, it's a simple copy+paste and could have saved us a lot of work of trial and errors

    edit: Nervermind, i know how to do it now
    Can you please share the expression?Thank you

  7. #7
    Member
    Join Date
    Feb 2009
    Posts
    31

    Default

    sure!

    (NC."03HUD3betTotal".Opportunities >20) * HEM."TOT 3Bet vs Hero" + (NC."03HUD3betTotal".Opportunities <21) * HEM."TOT 3Bet"

  8. #8
    Junior Member
    Join Date
    Feb 2013
    Posts
    19

    Default

    Quote Originally Posted by cbarrado View Post
    sure!

    (NC."03HUD3betTotal".Opportunities >20) * HEM."TOT 3Bet vs Hero" + (NC."03HUD3betTotal".Opportunities <21) * HEM."TOT 3Bet"
    Really appreciated

  9. #9
    Member
    Join Date
    Feb 2009
    Posts
    31

    Default

    Quote Originally Posted by sreticentv View Post
    They use composite definitions Composite Definitions - Assaultware Wiki with the boolean expressions
    is there any way to use a definition with no opportunities? in the example i posted, any player that has not made a 3bet will return a null. isn't available a function like nvl or something like that?

    (NC."03HUD3betTotal".Opportunities >20) * NC."03HUD3betTotal" + (NC."03HUD3betTotal".Opportunities <21) * HEM."TOT 3Bet"

  10. #10
    NoteCaddy sreticentv's Avatar
    Join Date
    Dec 2009
    Location
    No direction but to trust the final destination
    Posts
    6,481

    Default

    There is a check box on the composite definition editor "use 0 for not found NoteCaddy note" that does what you are thinking
    NoteCaddy Manual | Coaching Packs | Blog
    NoteCaddy experts: a.k.aAlso, Catalyst_Kh, Derders, karstenkloss, scoobediah (NoteCaddy Edge)

Similar Threads

  1. composite definition of composite definition
    By Groging in forum NoteCaddy
    Replies: 1
    Last Post: 01-13-2014, 07:02 AM
  2. Composite Definition Bug 2
    By dmitry10 in forum NoteCaddy
    Replies: 3
    Last Post: 05-30-2013, 08:08 AM
  3. Composite Definition Bug
    By dmitry10 in forum NoteCaddy
    Replies: 1
    Last Post: 05-04-2013, 02:09 PM
  4. Replies: 6
    Last Post: 07-17-2012, 08:35 PM
  5. Composite Definition Q
    By bluetail in forum NoteCaddy
    Replies: 2
    Last Post: 07-11-2012, 05:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •