With FasterQuant, it is trivial to execute a backtest X number of times and my backtest component can take a collection array indexes which map to a point in time in the data series where each index will be used as an entry signal. This makes it very easy to randomize the entry indexes and test...
The performance screen you are looking at allows you to analyze date range slices of the current backtest so the warning message you see makes sense.
I have not used the AlgoTerminal Optimization feature but I would think you would want to optimize on a slice of data and use the "optimal"...
Perhaps put 1000£ into some sort of retirement account and allocate 500£ towards an active trading account each month. Study the markets in your spare time and get established with your career. Sounds like you have a bright future ahead of you!
I had a friend phone interview with Amazon and they tell you the names of the people who will be interviewing you. My friend did some research on the people and found a photo online of one of the interviewers drunk at a party. As the interview began with introductions, my friend told the...
There is plenty of low hanging fruit with equity index futures (ES, NQ, YM, etc) using 15 min, 30 min and hourly time frames while using higher time frames for additional filters. Not too hard to automate either.
Sounds interesting. I use Lambda for sending trade event information to my various Slack channels. The documentation is not complete yet, but here is the repo.
https://github.com/fasterquant/cloudwatch-logs-to-slack
Is there a REST API for MetaTrader?
Trade with real money (get a track record), start a journal on this site and make sure you have a tight LinkedIn profile. I have done those three but also have the advantage of having a substantial career in tech in addition to having a quant related product offering and have been contacted by...
None of the Dem candidates has yet to experience hundreds of millions of dollars worth of negative campaign ads focused against them. I am not saying Trump is not vulnerable, but Sanders would be absolutely destroyed in a general election against Trump. If Warren can moderate a bit, I think...
Having a full time software engineer on the payroll may not be necessary in the beginning. Really, you need a software solution which can execute and manage your trades and someone who can operate the software and handle the other items you mentioned ("daily checks and reconciliation and...
I have been writing code for quite awhile and here is how I would tackle this problem. Given that you already have a solution that will tell you what and how much to buy, you simply need a solution that can take a list of symbols and quantities and execute the orders with your broker. This...