TradeBench 1.0.0
Algorithmic Trading Backtesting Platform
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
App\Controllers\AiController Class Reference

Controller for handling AI insight generation logic and permission enforcement. More...

Public Member Functions

 __construct ()
 
 analyzeResult ()
 Analyzes historical backtest results and queries Google Gemini for professional insights.
 

Private Attributes

PDO $db
 
AiService $aiService
 

Detailed Description

Controller for handling AI insight generation logic and permission enforcement.

Constructor & Destructor Documentation

◆ __construct()

App\Controllers\AiController::__construct ( )

Member Function Documentation

◆ analyzeResult()

App\Controllers\AiController::analyzeResult ( )

Analyzes historical backtest results and queries Google Gemini for professional insights.

Field Documentation

◆ $aiService

AiService App\Controllers\AiController::$aiService
private

◆ $db

PDO App\Controllers\AiController::$db
private

The documentation for this class was generated from the following file: