Skip to content

Commit

Permalink
Update bot18.strat.js
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
GarethWright authored Jul 6, 2018
1 parent 5f28a89 commit 44f70dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strats/orderbook_power_imbalance/bot18.strat.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ s.sell_mkt_delay = 520
// if vwap_pct_bias drops below this, considered "urgent"
s.urgent_max_vwap_pct_bias = '-3.0'

// require this amount of buying in 500ms window to trigger sell_mkt
// require this amount of buying in 500ms window to trigger buy_mkt
s.buy_mkt_trigger = '40.0'
// wait this for cancels before pulling buy_mkt trigger (in ms)
s.buy_mkt_delay = 520
Expand Down

0 comments on commit 44f70dd

Please sign in to comment.