Posts
Francesco 08 Nov 2015, 17:35
Suggestions
Make EQUITY CURVE VALUES available, visible and EXPORTABLE! Otherwise, how can we keep track of our equity curve?
Keep track of EQUITY CURVE (and not just balance curve...). We want the equity curve values available and EXPORTABLE as it is already possible for the...Spotware 05 Nov 2015, 22:33
cBots API Help
How to put a dot on top (or maybe change the colour) of a candle from a method in a helper class that does not extend Indicator?
Dear Trader, You could get the index of the latest candle using the following code snippet. int index = MarketSeries.Close.Count-1; Then yo...ctid205024 05 Nov 2015, 09:00
Lávio_Pareschi 08 Nov 2015, 18:10
Suggestions
Walk forward optimization
To accomplish this very important feature, I think that the backtesting process must be faster. I have used Ninja that does WFO. And Ninja is much fas...