Skip to content

Conversation

@froooze
Copy link

@froooze froooze commented Dec 7, 2019

No description provided.

@thehapax thehapax requested a review from joelvai December 17, 2019 08:46
@bitphage bitphage self-requested a review March 11, 2020 18:40
ConfigElement('dynamic_spread', 'bool', False, 'Dynamic spread',
'Enable dynamic spread which overrides the spread field', None),
ConfigElement('market_depth_amount', 'float', 0, 'Market depth',
ConfigElement('market_depth_amount', 'float', 99, 'Market depth',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not be 99 as different assets have different value. Better keep 0 here.

ConfigElement('center_price_dynamic', 'bool', True, 'Measure center price from market orders',
'Estimate the center from closest opposite orders or from a depth', None),
ConfigElement('center_price_depth', 'float', 0, 'Measurement depth',
ConfigElement('center_price_depth', 'float', 999, 'Measurement depth',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same, keep 0 here.

ConfigElement('center_price_from_last_trade', 'bool', False, 'Last trade price as new center price',
'This will make orders move by half the spread at every fill', None),
ConfigElement('center_price_offset', 'bool', False, 'Center price offset based on asset balances',
ConfigElement('center_price_offset', 'bool', True, 'Center price offset based on asset balances',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to leave this to the user.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is better to leave this to the users with 'true', because false makes no sense for RO strategy.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's really depends on how it's being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants