export data?

Created at 15 Dec 2024, 21:38
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
MA

marianneicmarkets

Joined 06.06.2018

export data?
15 Dec 2024, 21:38


Hi. Is there any possible way to export data from the optimizations into an excel sheet? Especially data from the "Report" and "Pass Parameters" would be a great help. Right now, I’m transferring all the data manually, and it’s truly a massive task in itself.


@marianneicmarkets
Replies

algobeginner
16 Dec 2024, 08:29 ( Updated at: 16 Dec 2024, 09:50 )

There is option at top right corner to save it at least on Mac version ,each pass is saved into individual folder . 

From my point of view not practical ,  Excel has a row limit of 1,048,576 rows and a column limit of 16,384. 

Better option be bridge into MySQL or similar database program for quicker access to a lots of data .


@algobeginner

PanagiotisCharalampous
16 Dec 2024, 08:44

Hi there,

There is no built in feature at the moment but you could do this by developing an export function in your custom get fitness method.

Best regards,

Panagiotis


@PanagiotisCharalampous