# Backtesting framework

**URL:** https://discourse.julialang.org/t/backtesting-framework/47351
**Category:** Finance and Economics
**Tags:** package, finance
**Created:** [September 27, 2020, 7:36am UTC](https://discourse.julialang.org/t/backtesting-framework/47351 "2020-09-27T07:36:41Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![FemtoTrader](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/femtotrader/32/309_2.png) [@FemtoTrader](https://discourse.julialang.org/u/FemtoTrader)
#### Post date: [December 20, 2023, 8:59am UTC](https://discourse.julialang.org/t/backtesting-framework/47351/7 "2023-12-20T08:59:51Z")

</div>

Hi @tylerjthomas9

Nice to see that qstrader have a Julia version (I used to be a contributor).  
I personally find the order\_sizer an approach which is a bit complex.  
Implementing function like order\_market\_target

> **[Market](https://docs.trality.com/trality-code-editor/api-documentation/order/creation/market#order_market_target)**

to simply manage orders as a certain target percent with respect to the portfolio value seems a bit simpler (but that’s probably a personal taste)

I wonder how do you manage technical analysis indicators.  
Which Julia lib are you using ?  
Did you see my post [Incremental Technical Analysis indicators](https://discourse.julialang.org/t/incremental-technical-analysis-indicators/107844) about implementing incremental technical analysis indicators ?

---

_[View the full topic](https://discourse.julialang.org/t/backtesting-framework/47351)._
