Glitch8
 ( 9.82% )
- ago
I've trained an AI to be a WealthLab 8 co-pilot and integrated it into the product. Look for it in the Build 126 release coming soon!

7
323
18 Replies

Reply

Bookmark

Sort
- ago
#1
A couple of Qs:
1) Which AI bots will it be using behind-the-scenes (I realize this'll likely evolve over time) or is it entirely "in-house"?
2) Will the user's queries remain private or will they be shared with other entities (e.g. the developers, the back-end bots, etc)?
0
Glitch8
 ( 9.82% )
- ago
#2
I’m using OpenAI for this. The questions will remain private.
1
- ago
#3
So, in a sense, it's a modern, enhanced, AI-based replacement of the Wizard (that used to be present in WLab versions before WL7) with the ability to chat... Cool, looking forward to it!
Hope it can also tell jokes or write poetry to enliven the day lol.

Side notes:
1) OpenAI/ChatGPT has gotten better at WealthScript, but still hallucinates occasionally.
2) Odd that you chose Co-Pilot for name as that's Microsoft's AI engine which is not being used.
0
- ago
#4
Another Q came to mind:
Will it remember your chat history - and, if so, will we have to login using OpenAI login info or will it be linked to one's WealthLab ID? Or will it only remember until you close WLab?
0
Glitch8
 ( 9.82% )
- ago
#5
By default it won’t remember. But after the initial release I will allow users to enter their own OpenAI key. If you use your own key it will use the better gpt4 model, by default it uses gpt3.5.
1
- ago
#6
Hmm.. it just occurred to me that it might actually be a better idea to create a separate ID for intra-WLab use, that way one can keep it separate from one's personal ID/stuff.
0
- ago
#7
Hope users will be have control over when to run it, instead of it running all the time every time doing who-knows-what in the background.
0
- ago
#8
Can this AI agent be tasked with performing strategy optimization by optimizing each parameter one by one?
0
Glitch8
 ( 9.82% )
- ago
#9
No, this is simply an AI trained with the contents of the WL8 Help. So it can answer simple questions about how to use WL8 as a first iteration.
0
- ago
#10
This is pretty slick...

QUOTE:
Please provide examples of indicators that can be used to detect reversals?
To detect reversals, you can use indicators such as the MACD (Moving Average Convergence Divergence), RSI (Relative Strength Index), Gann Swing, WaveTrend, and Trend Exhaustion Index. These indicators can help identify potential reversal points in the market trends.
2
- ago
#11
Here’s more AI awesomeness. I suppose I already knew the following from using Wealth-Lab for a few years, but if you're new to the app and coding your strategies in C#, answers like this are definitely useful.

QUOTE:
Which UserStrategyBase methods are executed once per backtest?
The UserStrategyBase methods that are executed once per backtest are:
1. BacktestBegin: This method is called only once at the start of the backtest process.
2. Initialize: This method is called right after BacktestBegin and is executed once for every symbol being backtested.
3. Cleanup: Similar to Initialize, the Cleanup method is called for each symbol in the backtest, allowing you to perform any required housekeeping or logging on a per-symbol basis.
4. BacktestComplete: This method is called as a last step after the backtest is complete, allowing you to clean up any class-level static resources that were set up during BacktestBegin.
0
- ago
#12
Using B126 w/Copilot.

Based on very early testing, it appears Q & A's are discrete rather than a conversation i.e. you can't ask a follow-up to its previous response. It would be useful to have a Conversation mode, w/o logging into one's AI account, that allows for pursuing the topic further. Concurrently, Clear/Refresh/New (or similar) option will also need to be provided so one can end a topic and start a new one.
0
Glitch8
 ( 9.82% )
- ago
#13
That would for sure be a valuable enhancement. This is just a first step.
2
- ago
#14
My summer intern develops RAG applications. I just saw this, but I was wondering if there is an easy way to download the WL8 documentation. I believe all the coded examples are easy enough to capture. In a short period of time , we have made good progress using Mistral and o4, Grok, Gemini Opus, etc. to do some complex tasks.

Is this something that can be done? It can be hosted on a website for others to use if WL8 finds it useful.
0
Glitch8
 ( 9.82% )
- ago
#15
The WL8 help documentation is in the Help folder. Is there something more you're looking for?
0
- ago
#16
Thanks. Let's see what these AI tools can produce.
0
- ago
#17
QUOTE:
Is there something more you're looking for?

Well now that you're asking ... :)

Would it be possible to include "some" of the salient forum posts in the AI model?
0
Glitch8
 ( 9.82% )
- ago
#18
Yes, I can think of a few to cherry pick from.
0

Reply

Bookmark

Sort