How to cek return profit hilo if i input barrier?
@marinus you can calculate return profit based on
var profit = payout - ask_price, return_percent = (profit/ask_price)*100,
where you can get payout ask price from https://developers.binary.com/api/#proposal call
Comments
@marinus you can calculate return profit based on
where you can get payout ask price from https://developers.binary.com/api/#proposal call