I want to create a custom commission calculation method for my strategy backtesting process, for that, I went through the User Guide and Programming Guide. In the User Guide, it says:
QUOTE:
Commission structures are programmable using the WealthLab.Commission class. When
you launch Wealth-Lab, all available commission assemblies are detected and displayed
here. See the WealthScript Programming Guide for more information.
However I couldn't find any information in the WealthScript Programming Guide regarding the WealthLab.Commission class, is there any guide for that? I have downloaded the Community Commissions source code .zip, but it was not very useful for me without any documentation.