What parameter to pass in json to trade ticks
Currently i'm using
{
amount = "'stakeAmount'",
basis = "stake",
contract_type = "PUT",
currency = "USD",
duration = "60",
duration_unit = "s",
symbol = "frxEURUSD"
}
to trade 60 second trades
what is the parameter i need to change for 5 tick trades ?
Comments
This would suffice
i figured out .
Thanks