DolphinDBdolphindb.hashnode.dev·Aug 20, 2024Best Practices for Market Data ReplayThis tutorial introduces the practical implementation of the DolphinDB’s replay feature. Based on the DolphinDB’s streaming replay, distributed database architecture and APIs, you can create a powerful tool for historical insight and model back-testi...Replay
DolphinDBdolphindb.hashnode.dev·May 29, 2024Introduction to backtesting strategy: Historical data replay in DolphinDBIn DolphinDB, we can import historical data into a stream table in chronological order as “real-time data” so that the same script can be used both for backtesting and real-time trading. Regarding streaming in DolphinDB please refer to DolphinDB Stre...dolphindb
Himanshu Chauhanhimanshuchauhan.hashnode.dev·Apr 6, 2023Managing State in React Js: Where to Start as a Beginner?Managing the state in React is quite different from a normal Javascript project. In React every variable can not take effect on UI only the state variable can take effect. In React here is a concept of Virtual Dom It compares an old state and a new s...1 like·53 readsReact