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.
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.