• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

A website that shows you whether the investment strategies trending on Reddit actually work.

Joined
12/23/22
Messages
1
Points
1
I've been working on a website for the past few weeks that I developed to address a need I experienced myself.
While scrolling through Reddit, I came across many unusual trading strategies promising high returns.
Although I knew some of them didn't work, I still wanted to test them out.
Testing them required an hour of programming and some money for data access, so I created a short, reusable script and added a user interface to it.

It looks something like this:

Screenshot 2022-12-23 at 17.04.16.png


You can edit and create new trading strategies using a simple UI:

Screenshot 2022-12-23 at 17.04.41.png


What do you think about it?
Should I keep working on it?
How can I improve it?
 
Back
Top