quantatrading / Quanta-exoTrader

Quanta exoTrader is an advanced cryptocurrency trading algorithm designed to optimise trading through automation and detailed technical analysis, suitable for both novice and experienced traders.
9 stars 1 forks source link

[FEATURE] Prevent consecutive Buys/Sells in GB and TV Indicator #15

Open cryptokoala4 opened 7 months ago

cryptokoala4 commented 7 months ago
image

Feature already exists, but can be exposed

Requesting this option for ExoTrader and TV Indicator for backtesting

Expected behaviour: Two configurable options to set the number of candlesticks to wait until a new trade can be opened (Buy or Sell)

quantatrading commented 7 months ago

Thanks @cryptokoala4

For notes splitting into 2 sub tasks:

  1. GB algorithm - expose order time out multiplier to gui config using standard 2 * period but allowing user to specify the multiplier if required
  2. TV indicator - design method to time out trades on order fill. Additional complexity with order types and backtesting assumptions
quantatrading commented 7 months ago

First stage able to derive epoch of math.max opened or closed trade

Image

quantatrading commented 7 months ago

TV Completed - leaving open and moving to in progress as GB exo needs refactor to expose conditions

quantatrading commented 6 months ago

Image

Completed on GB exoTrader, moving to testing

quantatrading commented 6 months ago

Updating wiki documentation

quantatrading commented 6 months ago

Wiki documentation complete

quantatrading commented 6 months ago

Note: remove available version on release of v1.5

quantatrading commented 6 months ago

custom gui code complete and awaiting test end before pushing to GB

quantatrading commented 6 months ago

Promoting testing into live environment