{"uid":"cap_OQwCPtoZmIpL0haycO9by","slug":"moving-average-crossover-calculator-9e1c61cc","name":"Moving Average Crossover Calculator","description":"Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.","url":"https://kihustle.tech/nexus/api/v1/moving-average-crossover","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"prices":{"type":"array","items":{"type":"number"}},"long_window":{"type":"integer"},"short_window":{"type":"integer"}}},"responseSchema":{"type":"json","example":{"result":"processed","status":"success"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_LLX4DpG1AhrdlfKH3PdWu","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes short and long moving average crossover signals from a price series to identify potential buy/sell signals","exampleAgentPrompt":"Calculate the moving average crossover for these prices [100, 102, 101, 105, 110, 108, 115, 120, 118, 125] using a short window of 3 and a long window of 7 — I want to know if there's a crossover signal.","exampleUseCases":[{"title":"Crypto trading signal detection","prompt":"Here are 30 daily closing prices for Bitcoin: [42000, 42500, 41800, 43000, 44500, 45200, 44800, 46000, 47500, 47000, 48200, 49000, 48500, 50000, 51000, 50500, 52000, 53500, 53000, 54000, 55000, 54500, 56000, 57500, 57000, 58000, 59500, 59000, 60000, 61000]. Use a short window of 5 and a long window of 20 to tell me if there's a buy or sell crossover signal."},{"title":"Stock momentum backtesting","prompt":"I have a series of daily closing prices for a stock over the past 2 weeks: [150, 152, 149, 153, 156, 155, 158, 160, 159, 162, 165, 163, 167, 170]. Run a moving average crossover with short window 3 and long window 10 so I can see where momentum shifted."},{"title":"Automated trading strategy trigger","prompt":"Given these hourly price readings [200, 198, 202, 205, 203, 207, 210, 208, 212, 215, 213, 217, 220, 218, 222], compute a crossover signal with a 4-period short window and a 12-period long window — I need to know if my automated strategy should trigger a trade."}],"resultDescription":"Returns a JSON object with a 'result' field indicating the computed outcome and a 'status' field confirming successful processing. The response likely contains crossover signal information derived from the provided price array and window parameters.","failureModes":["Empty or insufficient price array for the specified window sizes","short_window larger than or equal to long_window causing invalid configuration","Non-numeric values in prices array causing type errors","prices array shorter than long_window making computation impossible","Missing required fields returns error response"],"whenToPreferThis":"Choose this endpoint when you need a lightweight, pay-per-call moving average crossover computation without spinning up your own quant infrastructure. It is well-suited for agents performing technical analysis on price series, triggering automated trading signals, or backtesting crossover strategies programmatically at low cost.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:57:08.706Z","isFirstParty":false}