In this code: ```php // Place order of $ptype("buy"), for $amount(1), at $price(1), for $couple("GHS/BTC"). place_order($ptype, $amount, $price, $couple); ``` What is $amount and what is $price? Is $amount x GHS or x BTC and is $price x GHS or x BTC?