devalpha-node
devalpha-node copied to clipboard
A stream-based approach to algorithmic trading and backtesting in Node.js
while run `npm run build` will show error like below `../../node_modules/@types/sizzle/index.d.ts:19:53 - error TS2304: Cannot find name 'Element'. 19 matches(selector: string, elements: Element[]): Element[]; ~~~~~~~ ../../node_modules/@types/sizzle/index.d.ts:41:48 - error TS2304: Cannot...
Roadmap
Looking at the documentation: > In the next major version of DevAlpha you will also be able to place percentage orders and market orders. The identifier property is required, and...
Can you provide an example of how to add new data to a feed as it is running (how I imagine realtime must work). For example, add a new item...
This Pull Request allows developers to use external async calls into "strategy". This feature is useful every time you need to get external async informations (external signals) when "strategy" has...
I see the example use Open high low and close. However i want to back test a hft algo on tick data with quote of bid and and also the...
I'd love to compare my strategy to buy and hold, or even overlay the price (I would manually have to do some scaling but that's fine). Is there any chance...
Suggestion: Put a favicon in place for https://devalpha.io/. Unfortunate for the most handsome site in my tab list to have the ugliest tab. More pragmatically, when using many tabs (which...
It may well be that this isn't an issue at all, and I just need help understanding purpose or usage of the dashboard. If I should post questions like to...
I am not limited by startCapital. In any strategy event callback invocation where state.capital.cash > 0, I can buy as I wish to using multiple buys as long as each...