Help with building an AI Trading Agent/AI Trading Bot

Joined
Mar 29, 2023
Messages
10
Reaction score
4
I would like to build an AI Trading Agent or AI Trading Bot in the following way:

I have around 50 educational videos on how to trade FOREX - XAUUSD, with each video being approximately 50 minutes long. I paid $5K for these videos, and my friend, who also has them but has much more free time than I do, managed to watch them carefully and is now making profitable trades.

Since I have less free time, I was wondering if it would be possible to upload these videos to a certain platform that could analyze them in detail, learn from them, and then, in the future, allow me to ask questions and provide opinions on buy/sell positions for a given trade?
 
Since I have less free time, I was wondering if it would be possible to upload these videos to a certain platform that could analyze them in detail, learn from them, and then, in the future, allow me to ask questions and provide opinions on buy/sell positions for a given trade?
You could extract the audio from the files, run it through text to speech while simultaneously running limited video frames (say 1 in 30) through gpt's vision model. Then you would have the audio and whats on screen in text form. Upload this data to GPT assistant and then you could query and get responses from it related to these videos. To take it further, you could feed the model the forex live data at regular intervals in a long single thread and have it decide what you should do at any given interval.

FYI, I have no idea how it would actually perform on the trading side of things. Also if you don't watch and learn from the videos yourself, you'd never know if it is working correctly.
 
You could extract the audio from the files, run it through text to speech while simultaneously running limited video frames (say 1 in 30) through gpt's vision model. Then you would have the audio and whats on screen in text form. Upload this data to GPT assistant and then you could query and get responses from it related to these videos. To take it further, you could feed the model the forex live data at regular intervals in a long single thread and have it decide what you should do at any given interval.

FYI, I have no idea how it would actually perform on the trading side of things. Also if you don't watch and learn from the videos yourself, you'd never know if it is working correctly.
Do you have any idea which GPT model is good for text-to-speech processing, and to which GPT model I could upload the analyzed data in order to ask questions about the content of the videos?
 
Do you have any idea which GPT model is good for text-to-speech processing, and to which GPT model I could upload the analyzed data in order to ask questions about the content of the videos?
Try whisper:
https://openai.com/index/whisper/

It's been a few years since it was released, but it's still the best I've ever used.
 
Do you have any idea which GPT model is good for text-to-speech processing, and to which GPT model I could upload the analyzed data in order to ask questions about the content of the videos?
Yes, Whisper is pretty good and cheap. Also you can upload the converted text files on Open AI platform and create an assistant with 4o with file retrival turned on. Try to do some tests, like asking it stuff you already know is in the video, like specific items and see if its responses match, You'd have to work on the prompts a bit to make sure it is giving you answers based on the text files and not making stuff up if it doesnt know.
 
ChatGPT already has the knowledge how to make technical analysis. Sorry to say but buying these videos was kinda useless for this purpose. You can take a screenshot of the chart of the crypto you want to take, with all the indicators on it and upload it to chatgpt. It will make a tech analysis by the book. You can ask it for advice what position to open with TP and SL, you can also ask Grok to analyze the current social sentiment on X and give you it's prediction and advice.
 
ChatGPT already has the knowledge how to make technical analysis. Sorry to say but buying these videos was kinda useless for this purpose. You can take a screenshot of the chart of the crypto you want to take, with all the indicators on it and upload it to chatgpt. It will make a tech analysis by the book. You can ask it for advice what position to open with TP and SL, you can also ask Grok to analyze the current social sentiment on X and give you it's prediction and advice.
Hello Chees, thank you for your reply to my question "Help with building an AI Trading Agent/AI Trading Bot."

In the context of your advice, could you provide additional clarifications on how I should best structure my questions to ChatGPT, considering that my goal is trading XAUUSD on a daily basis using signals trading, with trades lasting up to approximately 30 minutes? Based on this, how would it be best to send screenshots to ChatGPT—should I include multiple screenshots, for example, from the last 24 hours, the last hour, the last 15 minutes, and the last minute?

Additionally, how should I formulate my question to Grok? Should I first obtain a response from ChatGPT and then send this response to Grok so that it can analyze the social sentiment on X?

Thank you!
 
I would like to build an AI Trading Agent or AI Trading Bot in the following way:

I have around 50 educational videos on how to trade FOREX - XAUUSD, with each video being approximately 50 minutes long. I paid $5K for these videos, and my friend, who also has them but has much more free time than I do, managed to watch them carefully and is now making profitable trades.

Since I have less free time, I was wondering if it would be possible to upload these videos to a certain platform that could analyze them in detail, learn from them, and then, in the future, allow me to ask questions and provide opinions on buy/sell positions for a given trade?
Sounds interesting. If it really works then must share your experience here.
 
Back
Top