mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-02 10:31:04 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
export function x(p) {
|
|
return p[0];
|
|
}
|
|
|
|
export function y(p) {
|
|
return p[1];
|
|
}
|