Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of SharpTrader Arbitrage Software Wiki: A Detailed Overview of High-Speed Trading Technology. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:26, 17 March 2026 Admin talk contribs created page Bot Code Example (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