Originally Posted By: Fiber
I still can not execute trades on periods lower then 1 minute.
With settings BarPeriod = 0.5; LifeTime = 1; trades on binary.com is opened with 1 minute expiration. Zorro process trades us closed after each 30 sec but in reality (on bnary.com) trade is still open.
Is it limitation of plugin?

When you buy a contract via Binary.com API there is a field called 'duration'. The value of the field is got from the config file, because the Zorro doesn't pass the trade duration or bar period to the plugin.

The plugin is limited to work only with duration_unit = minutes, that is why the smallest duration is one minute. But in fact the API supports duration_unit = ticks, so lower duration could be used.

Last edited by kvm; 10/16/18 08:23.