Quantum IDE
- 8 Devlogs
- 7 Total hours
Quant related IDE
Quant related IDE
Quantum IDE Used ai to make an installer because honestly I don’t know how to do it. For the most part this project is done, I may add more stuff later, but I quite like this project please be generous with the voting (●’◡’●)
Added a monte carlos simulation! Now the visuals actually get interesting when you run something like monte(AMZN+AAPL, days=200, sims=1000, alpha=1, seed=42)
load(AMZN, 6mo)
display() you see a whole bunch of things shown in the screenshot
Quantum updates! -> Added two more commands as well as greatly improved how everything was structured, added docs in my github as well. New commands: range watch unwatch
Fixed up the UI fully gonna start heading toward making some more features that are actually helpful. May need to revamp the entire parsing system just because of how annoying it is so far too add to it.
Played around with the colors and landed on a theme I’m really happy with went for a Dracula-inspired palette. Also added a proper console with real logging. Next up, I want to start adding tools that are actually useful thinking heatmaps and a few other things!
Starting to understand more where I want this IDE to end up, long-term I have a major GUI reworking ahead, but so far I really like how it’s coming together. Adding docs and im starting to make the scripting language more official. Current functions: - load <TICKER> using yfinance in PYTHON to load data- display uses plotlib to display into an image and then populate on the editor- compare <TICKER> compares vs another TICKER most have loaded 1st ticker
Added syntax highlighting & expanded the scope, QUANTUM IDE is now a IDE that people getting into quantative finance can use. I wanna add functions like display() and load() that load from yfinance and display with R
finally got some basic stuff working, you can now call .\main.exe <filename> and it will open the file contents and display it.