agree not easy. I was more fortunate in this regards as all my partners are long term friends, we all brought various expertise to the table, I am being IT guy with lots of trading experience.
Sounds like an ideal situation.

agree not easy. I was more fortunate in this regards as all my partners are long term friends, we all brought various expertise to the table, I am being IT guy with lots of trading experience.

Hi guys,
I will try to keep this as concise as possible. I have a trading method which is as simple as "if price is moving confidently we take a position and when price is no longer moving confidently we close a position", there is a strict set of rules for "moving confidently". This is not the point of the topic so won't go into much detail.
I backtested it previously in a discretionary way (with slightly less strict rules) and it works.
I need to do an automated backtest of it, which I have already tried using Excel, but I quickly realized I won't be able to implement it efficiently due to lack of knowledge of things other than basic IFs, ANDs and ORs... Furthermore, Excel is very slow, even with what I have managed to implement so far.
I use a candle aggregation method to create more trading opportunities (where we use smaller TF candles to construct a variety of larger TF candles with different opening times, i.e. M1 candles to produce M5 candles opening at 9:00, 9:01, 9:02 etc) and so there is a lot of data as well.
Does anyone know where I can find a decent programmer who has background in trading as well? I have already had bad experience with a website called Fiver, got a full refund that time. I saw some people recommended upwork.com, but others were saying it is pretty rubbish for this kind of things. Any further advice on this?
Many thanks.
Depends on how much tick data you are saving. Maybe 1 min bar data isn't so bad. But ticks could add up very quickly for just 2-3 symbols.You don't need a database. Save your data in CSV format.
The commercial trading platforms are toys and writing your own platform is a major job even for a very experienced programmer. If you can find something that does most of what you want, and you can program the rest, go for it.
There's also the option of simply hiring someone through UpWork or similar. I've worked with programmers there and even shared my "stuff". I'm more relaxed doing that as these guys usually have no financial literacy and pretty much have no idea what they're looking at and do not understand any of the logic underpinning it. For them, it's just code and math.

Hi guys,
I will try to keep this as concise as possible. I have a trading method which is as simple as "if price is moving confidently we take a position and when price is no longer moving confidently we close a position", there is a strict set of rules for "moving confidently". This is not the point of the topic so won't go into much detail.
I backtested it previously in a discretionary way (with slightly less strict rules) and it works.
I need to do an automated backtest of it, which I have already tried using Excel, but I quickly realized I won't be able to implement it efficiently due to lack of knowledge of things other than basic IFs, ANDs and ORs... Furthermore, Excel is very slow, even with what I have managed to implement so far.
I use a candle aggregation method to create more trading opportunities (where we use smaller TF candles to construct a variety of larger TF candles with different opening times, i.e. M1 candles to produce M5 candles opening at 9:00, 9:01, 9:02 etc) and so there is a lot of data as well.
Does anyone know where I can find a decent programmer who has background in trading as well? I have already had bad experience with a website called Fiver, got a full refund that time. I saw some people recommended upwork.com, but others were saying it is pretty rubbish for this kind of things. Any further advice on this?
Many thanks.