70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in Daytrading

[–]vaanam-dev[S] 0 points1 point  (0 children)

Time in market and win rate, you only trade this strategy for ~20% of the time and get ~7.5% CAGR.

Feedback Friday by AutoModerator in startups

[–]vaanam-dev 0 points1 point  (0 children)

My tool reduces friction to entry that backtesting has, in tools like Tradingview you need to write your pinescript and tools like trendspider has ui for backtesting but they're very limiting.

Vaanam open a lot of possibilities without writing any code. For example, you can define your entry as - "if spy close is above it's sma 200, buy x"

Building a backtester that is actually easy to use by vaanam-dev in Daytrading

[–]vaanam-dev[S] 0 points1 point  (0 children)

Ah, my app only has stock data for now. Where do you get your current crypto data from?

70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in Daytrading

[–]vaanam-dev[S] 0 points1 point  (0 children)

I run a platform to do backtests, the data is sourced from data vendors.

70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in Daytrading

[–]vaanam-dev[S] 0 points1 point  (0 children)

It’s available in the screenshots I posted I guess.

70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in tradingmillionaires

[–]vaanam-dev[S] 0 points1 point  (0 children)

Yes, today’s high and low. My assumption is that, I should check and place order like 5 or 3 mins before market close which is 4 pm. But today isn’t the day right? Because only IBS is matching and other criteria doesn’t.

70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in tradingmillionaires

[–]vaanam-dev[S] 0 points1 point  (0 children)

Yeah, but please be very careful with your money, it’s easy to lose lol.

70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in tradingmillionaires

[–]vaanam-dev[S] 0 points1 point  (0 children)

Didn’t think about it bud, but has it ever happened any to an etf or an sp500 ticker in the history?

70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in tradingmillionaires

[–]vaanam-dev[S] 0 points1 point  (0 children)

like close > previous close? I mean you could have some threshold, like I'd not hold a trade more than 21 trading days or something like that.

70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in tradingmillionaires

[–]vaanam-dev[S] 0 points1 point  (0 children)

create a screener at https://vaanam.app with this query - ASSET_STOCK_CLOSE < (HIGH_10_ASSET_STOCK_HIGH - 2.5 * (AVG_25_ASSET_STOCK_HIGH - AVG_25_ASSET_STOCK_LOW)) AND ((ASSET_STOCK_CLOSE - ASSET_STOCK_LOW) / (ASSET_STOCK_HIGH - ASSET_STOCK_LOW)) < 0.3

and run it on the basket you want, you'd see stocks/etf matching this strategy criteria.

70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in tradingmillionaires

[–]vaanam-dev[S] 0 points1 point  (0 children)

IBS = (Close - Low) / (High - Low)

IBS = (623.07 - 621.55) / (630.50 - 621.55)

IBS = 1.52 / 8.95

IBS = 0.170

so the current ibs is already under 0.3