Skip to content

Commit

Permalink
improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Dec 17, 2023
1 parent 568d288 commit f761de5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import org.roboquant.strategies.Signal
/**
* Policy that buys or sells a fixed [size] of an asset based on the signal. It will always generate [MarketOrder]s
*
* Because of this deterministic behavior, this policy is useful during testing/debugging a strategy. But it
* Because of this deterministic behavior, this policy is useful during testing/debugging of a strategy. But it
* should not be used in live trading or realistic back-tests.
*/
class TestPolicy(private val size: Size = Size.ONE) : BasePolicy() {
Expand Down

0 comments on commit f761de5

Please sign in to comment.