thx. that did the trick!
And the link to the API reference from the Help Menu works again!
Though, when I ran a strategy in Backtest, I get the following error:
Quote:
Building MyStrategy
Closed connection to DB
07/03/2017 16:56:05.247 Scenario::StartStrategy Backtest
07/03/2017 16:56:05.251 StrategyManager::StartStrategy SpreadTrading
SellSideStrategy::Connect
07/03/2017 16:56:05.332 DataSimulator::Subscribe JDST
DataFile::ReaderRead Can not read from file data.quant
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadInt64()
at SmartQuant.NetDataFile_.ReaderRead[T]()
DataFile::ReaderRead Can not read from file data.quant
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadInt64()
at SmartQuant.NetDataFile_.ReaderRead[T]()
When I open then the FileServer, I get the following as attached.
Seems like, the port 1000 is blocked already.