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:21
Suggestions
Optimization Speed Up is a MUST
Optimization is a key process. And WFO (walk forward optimization) is a must (lacking in CAlgo, but present in Ninja and a limited version in MetaTra...