J.Participant
Average
So I was wondering if it’s possible to do machine learning with TensorFlow with my strategy in PRT. I have tried backtesting libraries in python, but they’re not nearly as good as ProRealCode.
I’ve been searching for weeks for a proper solution to improve my current strategy in ProBuilder with TensorFlow.
Is it possible to log some indicator data from PRT to a file or something like that? I’m wondering what you guys think is a good solution to do something like this.
Thank you.
You can export indicators data with this “simple” trick: https://www.prorealcode.com/topic/how-to-extract-every-candles-data/#post-96205
Good luck with TensorFlow! 😉
J.Participant
Average
Interesting, I will take a look at that, thank you.