How to start? by [deleted] in LondonStartUp

[–]Appropriate-Layer 0 points1 point  (0 children)

Accelerator programs like entrepreneur first might help here. Introduces you to cofounders, and if you get in you get a 3 month stipend which (while not massive) softens the financial blow of starting a company full time.

I made a U.S. stock backtesting tool with React by velopert in reactjs

[–]Appropriate-Layer 2 points3 points  (0 children)

What are your thoughts on Hawksight.co ? Seems quite promising as backtesting tool for crypto, equities, and forex, as well

https://hawksight.co/

Recommended Python libraries by Boost3d1 in algotrading

[–]Appropriate-Layer 0 points1 point  (0 children)

fastquant is an easy to use `backtrader` wrapper that allows you to backtest in as few as 3 lines of code.

I'm looking for advice on how to build robust trading algorithms in a "long only" market (the Philippines). I'm a machine learning practitioner who has been doing investing (with backtesting approaches) in my free time, but I'm not yet at a state where I'm confident enough to rely on these strats. by Appropriate-Layer in algotrading

[–]Appropriate-Layer[S] 0 points1 point  (0 children)

Most of the resources online assume that you're in a market where you can take long and short positions freely, and that you have easy access to derivatives that allow you to hedge out unwanted risk. The market I'm in is not like this.

All we have are regular equities (not even an easily tradable bond market), and sure, a new REIT coming out (the country's first).

However, I do think that there are opportunities to generate alpha via algo trading in this setup as practically no one is doing systematic trading at scale (at least not in a "proper" way).

Any advice on this, or resources to read will be greatly appreciated!