Alex O'Neill (@algotradingguy) 's Twitter Profile
Alex O'Neill

@algotradingguy

Ex-Pro Oil Trader • Launched @SpectralAlphaX no-code algo trading platform • Sharing how to build, test & validate strategies that work.

ID: 1611474117210902530

linkhttps://www.thealexoneill.com/ calendar_today06-01-2023 21:26:14

1,1K Tweet

2,2K Followers

582 Following

Alex O'Neill (@algotradingguy) 's Twitter Profile Photo

Day 3: logic builder for equity curve trading. With long term trend following, you can miss out on big trades if using the drawdown protection. So being able to enter the currently open (skipped) position is important. Is there anything else I should add?

Day 3: logic builder for equity curve trading.

With long term trend following, you can miss out on big trades if using the drawdown protection.

So being able to enter the currently open (skipped) position is important.

Is there anything else I should add?
Alex O'Neill (@algotradingguy) 's Twitter Profile Photo

Here's a great idea from Jeff Swanson I just finished. Reduce you position size during drawdown periods rather than stop trading completely. Here's how to implement it using Spectral Alpha Trading

Here's a great idea from <a href="/theswansjr/">Jeff Swanson</a> I just finished.

Reduce you position size during drawdown periods rather than stop trading completely.

Here's how to implement it using <a href="/SpectralAlphaX/">Spectral Alpha Trading</a>
Alex O'Neill (@algotradingguy) 's Twitter Profile Photo

Took me 50% longer than I planned. But I've just pushed the Phantom Trading module to the platform. So many edge cases to consider! Now can build skipping rules on the algo's Equity, Drawdown and Balance. Also control the Long / Short side independently. Add all the

Alex O'Neill (@algotradingguy) 's Twitter Profile Photo

This I'm week building the Risk module. Bringing Spectral Alpha Trading one step closer to trading live through broker terminals. So far: - Fixed lot size per trade. - Fixed $ risk per trade, using stops. - Optimal risk based on a fraction of Optimal F. - Splitting optimal by Long /

This I'm week building the Risk module.

Bringing <a href="/SpectralAlphaX/">Spectral Alpha Trading</a> one step closer to trading live through broker terminals.

So far:
- Fixed lot size per trade.
- Fixed $ risk per trade, using stops.
- Optimal risk based on a fraction of Optimal F.
- Splitting optimal by Long /
Alex O'Neill (@algotradingguy) 's Twitter Profile Photo

So the results are in: MT4/5 is the winner! Here's how it will be integrated: - Load a prebuilt EA on to the 1-min chart per asset - The EA starts saving live + historical data - Every few seconds get the net position of all algos - Figure out the optimal actions to take to

Alex O'Neill (@algotradingguy) 's Twitter Profile Photo

To everyone that runs algos on MT4/MT5: When you are off desk, how do you check up on your algos? Can you control them when mobile?

Alex O'Neill (@algotradingguy) 's Twitter Profile Photo

This is coming soon to Spectral Alpha Trading I'm currently building the LLM to take a prompt of the strategy you'd like to run, on what market, using what risk etc. and it automagically creates it for you. You can tweak the parameters and settings manually afterwards. The LLM is

Alex O'Neill (@algotradingguy) 's Twitter Profile Photo

Soon you could be building trading algorithms just by explaining your idea to an AI!? This is how it'll work in Spectral Alpha Trading It's a fully no-code platform, currently you only have to point and click to build, validate and deploy algos. In the background, it creates

Soon you could be building trading algorithms just by explaining your idea to an AI!?

This is how it'll work in <a href="/SpectralAlphaX/">Spectral Alpha Trading</a> 

It's a fully no-code platform, currently you only have to point and click to build, validate and deploy algos.

In the background, it creates
Alex O'Neill (@algotradingguy) 's Twitter Profile Photo

I finally cracked it! MT5 communicating with my servers Each EA loaded on a market can now: - Update live data - Send historical data Any algos built on that market will be recalculated automatically and the net position sent back to the terminal to be executed.