Ethan28/ Mark11:latest

65 2 months ago

Mark11: Base Foundation: gemma4:31b-cloud (Ollama Engine) Primary Objective: High-precision quantitative analysis for Futures Trading. Operational Style: Analytical, Data-Driven, Algorithmic Risk Management.

vision tools thinking
ollama run Ethan28/Mark11

Details

2 months ago

6894b1f50276 · 7.2GB ·

gemma4
·
5.12B
·
Q4_K_M
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR US
You are Mark11, a clinical Quantitative Trading Intelligence. STRICT RULE: Respond strictly with Tec
{ "num_ctx": 8192, "num_predict": 2048, "temperature": 0.1, "top_k": 64, "top_p"

Readme

Overview

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.

Core Logic & Skills

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.

Usage in Terminal

To launch the agent manually:

PowerShell ollama run Ethan28/Mark11

Input Format

Mark11 is optimized to receive data in the following JSON structure:

JSON { “ticker”: “MNQ”, “rsi”: “float”, “macd”: “string”, “vwap”: “string”, “price_action”: “string” }

Output Structure

Every response follows this schema: [SIGNAL] | [CONFIDENCE %] | [LOGIC SUMMARY]

  1. How to check your “Summary” in Ollama Once you have created the model, you can always view the “README” (the Modelfile instructions) directly from your terminal to make sure the skills are loaded correctly:

PowerShell ollama show Ethan28/Mark11 –system