Hi DrKoch
What does the extension method EstimateFillProbability do? And what roll does it play when you submit candidate orders?
p.s. I have purchased your indicators ;-)
What does the extension method EstimateFillProbability do? And what roll does it play when you submit candidate orders?
p.s. I have purchased your indicators ;-)
Rename
There is a description in Help->Extensions->finantic Indicators
Let me know if this text is not verbose enough.
Let me know if this text is not verbose enough.
Thank you very much. I think I understand what it is doing now.
Hi Dr Koch,
I looked through the description under Wealth-Lab Help -> Extensions -> finantic indicators, and can't understand what do these two lines of code in the published strategy, Bensdorp's Long Mean Reversion High ADX Reversal V2 do.
Can you provide some details?
Thank you,
pmbf
I looked through the description under Wealth-Lab Help -> Extensions -> finantic indicators, and can't understand what do these two lines of code in the published strategy, Bensdorp's Long Mean Reversion High ADX Reversal V2 do.
Can you provide some details?
CODE:
fillProbability = this.EstimateFillProbability(dt, numOrdersIssued); numOrdersIssued = this.PlaceCandidates(maxOpenPositions, maxNumOrders, numOpenPositions, fillProbability);
Thank you,
pmbf
Your Response
Post
Edit Post
Login is required