Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backtesting TradeFusion #20

Merged
merged 3 commits into from
Dec 6, 2023
Merged

Conversation

alibotBD1
Copy link

Description

Related Issue

Motivation and Context

Requires Documentation Change

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (non-breaking change which improves implementation)
  • Performance (non-breaking change which improves performance. Please add associated performance test and results)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Non-functional change (xml comments/documentation/etc)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My branch follows the naming convention bug-<issue#>-<description> or feature-<issue#>-<description>

@jsboige jsboige merged commit b8827a8 into MyIntelligenceAgency:master Dec 6, 2023
@jsboige
Copy link

jsboige commented Dec 6, 2023

Bonjour, j'ai fusionné votre algo, que je me suis permis de renommer, déplacer avec les autres algo Python (\Algorithm.Python\TradeFusion_Algorithm.py), et j'y ai rajouté les imports qui l'empêchaient de s'exécuter.
Chez moi votre algo maintenant s'exécute, ceci dit il ne passe pas d'ordre.
Après, vous n'avez défini qu'une date de début de trading, en précision hourly, et vous utilsez une méthode de sélection d'actifs qu'il faudrait vérifier.
PS: Je viens de passer en debug. Un point d'arrêt dans l'update de votre Alpha qui aurait du voir passer les slices de données n'a jamais été atteint.
Puis en recommençant avec un point d'arrêt dans l'initialisation, c'est bien

.SetUniverseSelection(CoarseFundamentalUniverseSelectionModel(self.CoarseSelectionFunction))
qu'il faudrait revoir. j'ai l'impression qu'aucun symbole n'y est sélectionné, votre algo tourne à vide.

Commencez par caler ça en debug (et sans doute sélectionnez vos actifs manuellement si vous voulez faire du hourly, il n'y a pas beaucoup de choix avec cette précision), et puis il s'agira toujours en debug de regarder ce que fait votre Alpha.

@jsboige jsboige mentioned this pull request Dec 7, 2023
11 tasks
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.

3 participants