eabase

Results 197 comments of eabase

Hi! > Anyways, to get you started, you can follow https://github.com/silahian/VisualHFT#how-to-install-and-run-the-project > "*The server app must send the following websocket messages...*" Yes, of course that is the first thing I...

@silahian > I will be working on it If you can help me getting setup and point me in the right direction for getting this to work, I can help...

@silahian I am not able to build because I first get this error, for missing `App.config` file. > App.config : error MSB3249: Application Configuration file "App.config" is invalid. Could not...

* Also there is only a `packages.config` for the `demoTradingCore` directory, where are the packages for the main one? * Where and what is in your `nuget.config`?

@silahian Yeah, I finally got the "demoTradingCore" compiled and running, but I can't get the "VisualHFT" main part to compile. It gives that long list of "missing" (or not found)...

**`SIDE NOTE`** > SQL Server (any version) I haven't installed it yet, and have also started converting your SQL script from MS SQL to an SQLite3 DB. The idea being...

🔼 You need to put a newline before the quotation character `>`, and after the last line of text, otherwise the markups puts it all within the same paragraph.

@silahian Hi! Sorry for delayed response. Had some friends visiting and also been busy trying make some progress on a more light setup, not requiring a full MS SQL Server,...

BTW. In the connection string: ```xml ``` You have stuff that reads: ``` metadata=res://*/Model.hftModel.csdl|res://*/Model.hftModel.ssdl|res://*/Model.hftModel.msl; ``` What does that do?

I got it to work! ✨ Are there any key-bindings to the UI? ![image](https://user-images.githubusercontent.com/52289379/199908048-39a5984c-cc77-4ea7-9071-aaaae72a4c54.png)