MCPcopy Create free account
hub / github.com/DVampire/FinAgent / noop

Function noop

finagent/trajectory/dynamic_programming.py:89–90  ·  view source on GitHub ↗
(cash, position, price, fee_ratio)

Source from the content-addressed store, hash-verified

87 return cash, position
88
89def noop(cash, position, price, fee_ratio):
90 return cash, position
91
92def value(cash, position, price):
93 return cash + position * price

Callers 2

max_profit_with_actionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected