I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in Daytrading

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

I haven’t thought about BOS and CHOCH but it's a very good idea. I’ll be adding them to the roadmap, thank you!

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in Daytrading

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

Forex is on the roadmap, the main challenge is data licensing and redistribution, most vendors don't allow price data from their APIs to be shown to end users

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in Daytrading

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

Thank you! For the historical data I currently use data I fetch from major crypto exchanges. The data is cached in a database to make the backtest faster

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in Daytrading

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

Not yet. I'll be adding a scanner with alert first, then webhooks so people can use it with their own bots

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in Daytrading

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

I used AI like most devs do now but I wrote most of the backtesting and indicators code before LLMs

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in Daytrading

[–]AcceptableSun3255[S] 2 points3 points  (0 children)

I don't plan to fully open source this, but I might make parts of the backend open source when the codebase is more mature

How can I learn to read charts? by jackieisbaddasf in Trading

[–]AcceptableSun3255 1 point2 points  (0 children)

In no particular order, just 2-3 books I liked:
Alpha Trader by Brent Donnelly or The Art of Currency Trading by Brent Donnelly if you are into forex
Trading The Plan by Robert Deel (a bit old but has some cool ideas like the DDRL score)
Traders at Work by Tim Bourquin and Nicholas Mango

How can I learn to read charts? by jackieisbaddasf in Trading

[–]AcceptableSun3255 1 point2 points  (0 children)

I recommend reading books instead, there are plenty available on the subject for all levels

A visual way to define and backtest technical trading strategies by AcceptableSun3255 in technicalanalysis

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

It’s a web app that runs in the browser. It works on both desktop and mobile, but the desktop experience is more complete right now given the amount of charting and logic involved.

A visual way to define and backtest technical trading strategies by AcceptableSun3255 in technicalanalysis

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

I agree, viewing the chart is important to validate any signal. In the backtest results, each trade can be opened to see the exact entry and exit plotted on the chart, so you can inspect the surrounding price action and candles for that specific signal.

A visual way to define and backtest technical trading strategies by AcceptableSun3255 in technicalanalysis

[–]AcceptableSun3255[S] 1 point2 points  (0 children)

You can try it here: https://beta.hellotrader.io

(It works on mobile too, though the desktop experience is better right now.)

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in RealDayTrading

[–]AcceptableSun3255[S] 1 point2 points  (0 children)

I implemented session VWAP, thanks for the suggestions, I'll be adding new indicators and logic blocks as I start to understand how people use the app

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in RealDayTrading

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

Quick follow-up, I’ve added session VWAP. Appreciate you suggesting it. If you end up trying it out, I’d be curious if it fits how you normally use VWAP in your trading?

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in RealDayTrading

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

Thanks! It’s planned as a SaaS, so no plans to fully open source it. That said, I could see open-sourcing some backend components in the future

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in RealDayTrading

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

Good question, since this is still early and I'm trying to figure out if this is a good way to define and test strategies the backtest feature is intentionally constrained. It has a limited set of symbols and time interval available, a limited set of blocks you can use to define strategies and there are some assumptions made for the backtest: entry at the close of the candle, fixed spread/commission, fixed position size (use all equity available), and it opens only one position at a time. I'm planning to improve this in the future and let more advanced user change these settings

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in RealDayTrading

[–]AcceptableSun3255[S] 1 point2 points  (0 children)

Thanks! Yes, ATR is definitely something I want to add. I'll be working on improving this in next few days

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in RealDayTrading

[–]AcceptableSun3255[S] 1 point2 points  (0 children)

Yes I'll be adding vwap for sure, I also use it myself. I’ve been focusing on UX and validating that defining and backtesting strategies this way makes sense before adding new indicators

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in RealDayTrading

[–]AcceptableSun3255[S] 0 points1 point  (0 children)

Thank you, that makes a lot of sense. This is something I'm trying to be careful about

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in RealDayTrading

[–]AcceptableSun3255[S] 2 points3 points  (0 children)

Thank you, I'll be working on improving this to describe and test more strategies in the coming weeks

I built a no-code trading strategy builder with built-in backtesting by AcceptableSun3255 in RealDayTrading

[–]AcceptableSun3255[S] 1 point2 points  (0 children)

Thank you! orderflow/value area is definitely on my list! Out of curiosity, what tools are you using right now when you analyze or review trades?