mm_daemon: Bot for creating limit orders in response to market movements

Description Usage Arguments Details

View source: R/mm-daemon.R

Description

Description

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
mm_daemon(
  url.townforged = "http://127.0.0.1:18881/json_rpc",
  url.wallet = "http://127.0.0.1:63079/json_rpc",
  commodity.id,
  bot.account.id,
  order.quantity,
  price.increment,
  price.steps,
  init.midpoint.price,
  cancel.all.orders.and.exit = FALSE,
  loop.sleep.time = 10,
  verbose = FALSE,
  ...
)

Arguments

url.townforged

TODO

url.wallet

TODO

commodity.id

TODO

bot.account.id

TODO

order.quantity

TODO

price.increment

TODO

price.steps

TODO

init.midpoint.price

TODO

loop.sleep.time

TODO

...

TODO

Details

TODO


Rucknium/TownforgeMMbot documentation built on Dec. 18, 2021, 11:53 a.m.