You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
We have a sellTwap strategy, which uses the compose strategy to set the buy side as empty (delete) and sell side as the sell twap level provider.
We want an equivalent strategy that works on the buy side where buy side is set to the sell twap level provider and sell side is empty (delete). In such situations you will need to adjust the ordering of the base asset and quote asset as is done in the buysell strategy.
This should reuse the sample sellTwap config file. If there are any differences when creating the buy version please highlight in comments. If they are exactly the same we can rename the sample config file to sample_twap.cfg indicating that it is common for both buy and sell twap strategies.
We want to include this in the v1.10.0 release and is a priority over the Kelp GUI rc2.
Testing is a manual process in this case, which is what contributes to 3 of the 5 points allotted to this task
Testing
This should be tested manually on SDEX with a 10-second update interval (trader config) and a 60-second bucket interval (strategy config file).
Please upload the log file here from the test run so I can look at it and ensure the strategy is working correctly (and also for posterity).
Triggering Trades
We want some way of triggering trades against the buyTwap strategy. One way is to create the necessary accounts on SDEX testnet and start consuming the maker orders created by the buytwap manually. You can use the testnet versions of interstellar.exchange or stellarterm for this.
The text was updated successfully, but these errors were encountered:
* Add hint msg for missing db
* Add buytwap config
* Update db query struct to support buy queries
* Update volumeFilter to allow buy side
* Modify filterFactory and test to allow buy side changes.
* Fix build issues
* Add action to makeFilterVolume
* Address review - nikhilsaraf
* Delete all actions
* Check action.
We have a sellTwap strategy, which uses the compose strategy to set the buy side as empty (delete) and sell side as the sell twap level provider.
We want an equivalent strategy that works on the buy side where buy side is set to the sell twap level provider and sell side is empty (delete). In such situations you will need to adjust the ordering of the base asset and quote asset as is done in the buysell strategy.
This should reuse the sample sellTwap config file. If there are any differences when creating the buy version please highlight in comments. If they are exactly the same we can rename the sample config file to
sample_twap.cfg
indicating that it is common for both buy and sell twap strategies.Here are two useful resources:
We want to include this in the v1.10.0 release and is a priority over the Kelp GUI rc2.
Testing is a manual process in this case, which is what contributes to 3 of the 5 points allotted to this task
Testing
This should be tested manually on SDEX with a 10-second update interval (trader config) and a 60-second bucket interval (strategy config file).
Please upload the log file here from the test run so I can look at it and ensure the strategy is working correctly (and also for posterity).
Triggering Trades
We want some way of triggering trades against the buyTwap strategy. One way is to create the necessary accounts on SDEX testnet and start consuming the maker orders created by the buytwap manually. You can use the testnet versions of interstellar.exchange or stellarterm for this.
The text was updated successfully, but these errors were encountered: