65 Downloads Updated 2 months ago
ollama run Ethan28/Mark11
ollama launch claude --model Ethan28/Mark11
ollama launch codex-app --model Ethan28/Mark11
ollama launch openclaw --model Ethan28/Mark11
ollama launch hermes --model Ethan28/Mark11
ollama launch codex --model Ethan28/Mark11
ollama launch opencode --model Ethan28/Mark11
Mark11 is a specialized localized intelligence agent built for algorithmic trading environments. By leveraging the Gemma 4 architecture and a refined Modelfile, Mark11 bridges the gap between raw technical indicators and actionable execution.
Technical Synthesis: Evaluates the relationship between RSI (momentum), MACD (trend), and VWAP (value) to detect institutional order flow.
Execution: Stripped of standard AI conversational filler. It is hard-coded to deliver signals in a standardized pipe-delimited format for easy parsing by external Python scripts or terminal HUDs.
Risk Mitigation: Automatically rejects signal generation if stop-loss parameters are not defined or if input data is incomplete.
To launch the agent manually:
PowerShell ollama run Ethan28/Mark11
Mark11 is optimized to receive data in the following JSON structure:
JSON { “ticker”: “MNQ”, “rsi”: “float”, “macd”: “string”, “vwap”: “string”, “price_action”: “string” }
Every response follows this schema: [SIGNAL] | [CONFIDENCE %] | [LOGIC SUMMARY]
PowerShell ollama show Ethan28/Mark11 –system