Could anyone list some ideas with making script more dynamic. (currently im editing code to buy something at a price then reloading my localhost).
Id like to make it more-like gui with button order.
I realize this is technical question and i would probably have to use php and html, if anyone could give me a small example id appreciate it a lot.
Here is example for buy order:
'pair' => 'XXBTZEUR',
'type' => 'buy',
'ordertype' => 'limit',
'price' => '2350',
'volume' => '1'
));