• Toggle buttons to view or hide layers:

    Click here to test Moving Average Crossover Strategy on live data.




    High: / Low:
    Average:



    API Key:
    Symbol:



    Notes:

    The Candles view is currently turned off to test Bollinger bands.

    MACD algorithm currently in testing as well (not Visible in UI).

    Most settings adjustments are not yet integrated into the user interface.

  • Placeholder for constrols for testing and backtesting. For now, this will not work.





  • Insight and innovation come only after you are able to visualize something. This toy project is to find different ways to visualize and interact with stock market price data.

    TODO:

    • Connect to a different source of data.
    • Create trigger conditions: For the purpose of flexibility and power, I need to create many conditions that can be used to trigger actions. Some may be simple, such as a high or low stock value, others may be more complex such as the detection of statistical patterns.
    • Create bot and metrics: Create controls to design a set of conditions and run them as a bot, calculate and display amount gained or lost over the course of a testing session.
    • Add in the ability to run multiple simultaneous competing backtests, potentially with randomized conditions. In the past, I have made competing bots in a simulated economic environment before.
    • Save: We need to be able to select successful bots and save them for later use.

  • General


    The data is from Finnhub. You can sign up and get your own Key if you like. I have not tried to pull data on different stocks yet but you should be able to. The specific stock is not important for this phase of testing.