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

New feature request - support customs indicators and strategies #1227

Open
asmdhabibullah opened this issue May 10, 2024 · 0 comments
Open

Comments

@asmdhabibullah
Copy link

asmdhabibullah commented May 10, 2024

New feature
Look, it's not a problem but a possibility to use custom indicators.

I'm using FinRL almost three months and now a days I'm trying to understand the FinRL core functionalities to find the possibility of where I can contribute. Last couple of days ago I have created a financial strategy based on the "x" indicators which is not yet available in FinRL library.

Solution

  1. Create an Object which will responsible for custom (indicator/strategy)
  2. Finally can call the new object of "x" to the environment.

'''Like'''

FeatureEngineer(use_technical_indicator=True, tech_indicator_list=CUSTOM_INDICATORS,
use_turbulence=True,
user_defined_feature=False)

Alternatives
To backtesting my strategy, I have to use different environments (Backtesting) but it's not support RL yet, so for this reason I have to create a RL own environment.

Additional context
I believe, there are a lot of users who want to use this type of functionality.

after reading the code I found how to implement it. If you're agreeing with me to add this feature then I would love to work for it.

@asmdhabibullah asmdhabibullah changed the title Till now FinRL not support custom indicators Till now FinRL not support customs indicators and strategies May 10, 2024
@asmdhabibullah asmdhabibullah changed the title Till now FinRL not support customs indicators and strategies New feature(support customs indicators and strategies) May 10, 2024
@asmdhabibullah asmdhabibullah changed the title New feature(support customs indicators and strategies) New feature request - support customs indicators and strategies May 10, 2024
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

No branches or pull requests

1 participant