Marcos Martins Marchetti

Results 31 comments of Marcos Martins Marchetti

I ran the code on Google Colab and encountered no issues. Please provide additional information regarding your code's execution. ![image](https://github.com/AI4Finance-Foundation/FinRL/assets/42682612/cb213f88-35d0-4f6a-ab81-a0d30d2e7b88) ![image](https://github.com/AI4Finance-Foundation/FinRL/assets/42682612/ef69ddb0-3c57-4f9e-abbe-7d4f496834dc)

To address your issue: The tickers you're interested in are from the Malaysia stock market. From Yahoo Finance, Malaysia tickers include `CMSB.KL`, `ALCOM.KL`, `PPHB.KL`, and `PRLEXUS.KL`. You can find more...

Upon investigating the issue, I found that the `FeatureEngineer` function expects the date format to be of type `str` (or object in pandas terms) rather than a pandas `datetime64` type....

Could you please specify the error you're experiencing?

You can create a custom function that calls the yfinance library and passes a parameter "interval" with the desired period: `data = yf.download(tickers='VALE3.SA', period='5d', interval='60m')` The function that you can...

When installing the FinRL package in Google Colab, there appears to be an issue with the thriftpy2 library. The installation requirements call for thriftpy2, but attempting to install it results...

The AI4Finance team is currently working on updating the demos and examples for optimal performance. Please note that certain functions may have been removed or modified due to recent updates...

hello godblessbb! The team at AI4Finance is working to update these demos and examples to address the issues caused by the updates in the libraries used in the FinRL project....

I have tested and worked in Ubuntu: ![Screenshot from 2023-09-08 17-49-43](https://github.com/AI4Finance-Foundation/FinRL/assets/42682612/fd3806ad-7112-4eab-a5ca-555145c90f73) ![Screenshot from 2023-09-08 17-52-43](https://github.com/AI4Finance-Foundation/FinRL/assets/42682612/e831453f-5405-4951-942b-077d31b785e6) Try again, and if the error persists, try using the Anaconda environment in place of...

When installing the FinRL package in Google Colab, there appears to be an issue with the thriftpy2 library. The installation requirements call for thriftpy2, but attempting to install it results...