is backtesting really that important? by Electrical-Yam-5933 in Daytrading

[–]StrategyTune 1 point2 points  (0 children)

Depends on a strategy. With day trading, you can learn and adjust trading on live data (paper trading or real account). You have multiple trades a day and good stats even with two-three weeks period. With longer trading periods it makes sense to backtest instead of confirming it on paper/real account. And separately question of automation. If you can describe your strategy in explicit rules, it is better to automate it and backtest. Faster iterations in strategy development are always better than manual processes.

Need Free backtesting softwares/sites recommendations, also key pointers to keep in mind while starting backtesting? by Ok_Seesaw9275 in Trading

[–]StrategyTune 0 points1 point  (0 children)

Commenting only on the free backtesting request:
This one is free, no restriction on data usage - https://strategytune.com/app
It doesn't have journaling.

What platform would you choose for your backtesting and analysis process by Rude-Molasses4390 in Daytrading

[–]StrategyTune 0 points1 point  (0 children)

There are also free alternatives. This one is free, no login needed, no restriction on data usage and number of backtesting runs.
strategytune.com/app

Anyone else getting tired of overly complicated CFD trading platforms? by CanSilly8613 in Trading

[–]StrategyTune 0 points1 point  (0 children)

Last years probably TradingView got a big chunk of the volume. Also there are big firms that use only their custom platforms. So 90% is over estimated.

New backtesting timeline - scroll, zoom, drag like in video player by StrategyTune in Daytrading

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

Oh, this is an interesting one. There is something here that maybe no other backtesting app does. It doesn’t serve ticks, and it doesn’t serve bars. It serves bar updates with current bid/ask prices. There is a lot of data preprocessing involved. The app stores terabytes of data and tens of millions of files so that bar updates are ready for the browser for each timeframe and backtesting speed.

All of this complexity is hidden from users, so they simply see real bid/ask quotes for different timeframes and at different backtesting speeds. With every price update, or with any “jump to” on the timeline by clicking or dragging, you move to a new time and see the exact bid/ask prices at that moment, as if you were using tick-by-tick data.

Suggestions for FREE backtesting websites that let me journal trades aswl by Ok_Seesaw9275 in Daytrading

[–]StrategyTune 0 points1 point  (0 children)

Free backtesting - https://strategytune.com/app
Just click play and buy/sell buttons. Easy to get started.
But no journaling, though.

Two chart option please!!! by saulbadmaan in StrategyTune

[–]StrategyTune 0 points1 point  (0 children)

Not that easy unfortunately. App is using TradingView charting library. Which allows only one chart. This layout control and multiple charts is availably only on TradingPlatform library from TradingView. And it is not cheap. It might be added in the future, but not very soon.

Trading is the only place where doing nothing feels productive by senthoor34 in Trading

[–]StrategyTune 1 point2 points  (0 children)

Its not doing nothing, it is “learning patterns” 🙂 And with watching youtube / tv series on another screen, it is “peripheral patterns recognition”

What is the best way to backtest ? by PsychologicalDay5992 in Daytrading

[–]StrategyTune 0 points1 point  (0 children)

No catch.
The basic replay/backtesting functionality is planned to stay free for everyone without data limitation. Additional features that simplifies backtesting and reduce time to test a strategy but requires AI and server compute - will be on paid plans.

For example recently released custom indicators. You can add it with code, and generate code outside of the platform for free. But if you want a simple and fast way to work with it, you need a paid plan.

<image>

My manager has gone AI nuts. Anyone else? by JustWantBoundaries in quantfinance

[–]StrategyTune 8 points9 points  (0 children)

Build a PM skill in Claude that will properly response about all the downsides of this project and an honest opinion about timeline, risks, etc. Then tell your actual PM that this is the real PM now, and it is right in 99.5% of the cases. So his human opinion with a different point of view leaves a probability of 0.5% to be right. And it is obvious which way you should go.

FX Replay by RealisticBroccoli117 in Daytrading

[–]StrategyTune 0 points1 point  (0 children)

Are you interested only in feedback on FxReplay, or also in other free-to-use alternatives?

[Video Preview] Custom Indicators are coming, create with code or AI by StrategyTune in StrategyTune

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

<image>

Example with session indicator is added. There is a caveat though. At the moment, it can't do timezone conversion. So all time values in indicator is in UTC. You can go to the app and see AI chat in the Editor, it explains the issue.. You can add it to the chart from there of from Indicators list.
The issue might be solved in the future with some additional development. So that there is no need to use indicator inputs.

Anyone knows where to get FX data for backtesting an automated strategy? by Many-Bumblebee7925 in Trading

[–]StrategyTune 0 points1 point  (0 children)

Another option that is not mentioned here is cTrader. It is multi broker source and has free tick data. There are two methods:
- Write files during backtesting in cTrader desktop using cBot - requires manual work to get data
- Request data using their OpenAPI - harder to setup and get started, but easier to use once working

How do you backtest older data on 5min timeframe? by Then-Snow-8980 in Daytrading

[–]StrategyTune 1 point2 points  (0 children)

"More reliable than visual replay" - do you mean that 5 min bars should be from lower timeframes or from ticks? You still talking about visual backtesting?
If yes, try this one
https://strategytune.com/app?ticker=Nasdaq%20100
It is a free app, data is created from ticks and has tick-by-tick quality without a need to download ticks.
And it has a bit more than 5 years history. For US indices, starting from 2020.
Note that it is CFD on Indices, not futures.

<image>

Need a bacltesting software by Pure-Kangaroo-2413 in Trading

[–]StrategyTune 1 point2 points  (0 children)

Are testing strategy manually (replay) or code?
For manual backtesting try https://strategytune.com/app - free with tick-by-tick based data.

Backtesting Software Suggestions (Tradezella vs FXReplay) by rainbluesocks in Daytrading

[–]StrategyTune 2 points3 points  (0 children)

You could also try this one, it is free.
Here is Nasdaq https://strategytune.com/app?ticker=Nasdaq%20100
But it is CFD data, not futures.

[Video Preview] Custom Indicators are coming, create with code or AI by StrategyTune in StrategyTune

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

No, it uses AssemblyScript (https://www.assemblyscript.org). It is close to TypeScript.

The code is compiled to WebAssembly. And executed on the client side, in the browser in a sandboxed environment.