Merchant (TaoBot Elite) is a trading dashboard featuring phi-optimized algorithms based on the golden ratio (1.618033988749895), neural network visualization, and AI-powered market analysis.
Trading algorithms use the golden ratio for position sizing, entry/exit timing, and risk management:
const PHI = 1.618033988749895; const PHI_INVERSE = 0.618033988749895;
npm install npm run dev