← Voltar

Optimization Speed

Hello,

What is the fastest way to run an Optimization (and backtest) in S#Designer?

I ask because the instructions shown here http://stocksharp.com/forum/6939/Brute-Force-Optimization-in-SDesigner-/#m37163 seem to require S#Designer to read market data from a .CSV file for each Optimization (rather then importing the data from the .CSV once and converting it to a format machines can read/process faster then a classical .CSV)

Perhaps there is a way to use S#Data to convert the .CSV data to a format S#Designer can use to speed up Optimizations (and backtests)?

Cheers

Este tópico foi útil?

Compartilhar tópico

Comentários (1)

Entrar ou Criar conta, Faça login ou cadastre-se para deixar um comentário

William B
William B

Hello, Matt It is no need to use S#.Data for doing that. S#.Designer already include the opportunity to download historical data into BIN format and testing using it. For doing that you need when download data set BIN format for files.

1

Then when you try to backtest or optimize strategy you need use BIN format too.

2

All this have to help you with fastere optimization. If you'll have any questions, feel free to ask me.

Hola1212