Thanks for your reply.
To clarify, your question is why is there a difference in the code generated by the strategy builder and the code shown in the help guide.
The difference is that the strategy builder provides the complete overload coding. The difference between the two is that the strategy builder provides "Close" which is the data series to use. In the help guide (specifically the "Calling the OrderFlowCumulativeDelta() method by reference") "close" of the primary data series is assumed (and would be Close by default).

Comment