Skip to content

Open source agentic workflow to quickly test complex trading theories / strategies over ohlc data.

Notifications You must be signed in to change notification settings

yswa-var/LangTrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openhedgefund

Open source agentic hedge fund: Open source agentic workflow to quickly test complex trading theories / strategies over ohlc data.

Screenshot 2025-08-14 at 1 09 04 PM

test input.

{
  "buy_condition": "ema(10) > ema(20)",
  "sell_condition": "ema(20) > ema(10)",
  "symbol": "BTC",
  "from_date": "2023-01-01",
  "to_date": "2025-08-01",
  "timeframe": "1d",
  "api_url": "https://97ne32z9yn5u.share.zrok.io",
  "backtest_config": {
    "data": "../data/btc_data.csv",
    "signal_column": "buy_sell_signal",
    "buy_value": 1,
    "sell_value": -1,
    "initial_cash": 100000,
    "commission_pct": 0.001,
    "slippage_pct": 0.0005,
    "position_mode": "all_in"
  },
  "retry_count": 2
}

About

Open source agentic workflow to quickly test complex trading theories / strategies over ohlc data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •