Bot Code Example: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 March 2026

  • curprev 20:2620:26, 17 March 2026 Admin talk contribs 8,303 bytes +8,303 Created page with "==== MACD Bot Example ==== using System; using System.Collections.Generic; using Skender.Stock.Indicators; using System.Linq; using SharpTraderBot; namespace SharpTraderArb.Strategies {     public class MACDBot: Bot     {         //input parameters         [PropertyInfo("EURUSD", "Trading symbol")]                public string Symbol {get;set;} = "EURUSD";         [PropertyInfo(TimeFrame.M30, "Timeframe")]                p..." Tag: Visual edit