New pages
Jump to navigation
Jump to search
17 March 2026
- 20:2620:26, 17 March 2026 Bot Code Example (hist | edit) [8,303 bytes] Admin (talk | contribs) (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
9 February 2026
- 21:0921:09, 9 February 2026 SharpTrader new features and strategies (hist | edit) [2,423 bytes] Admin (talk | contribs) (Created page with "We have developed a '''clicker module that allows traders to open and close orders on web-based platforms or on any trading platform that does not provide an API'''. This solution can be used together with any of the built-in strategies inside the SharpTrader platform. ===== The logic is simple and transparent. ===== You manually define the screen coordinates where the clicker should press the “Buy” button and the “Sell” button on the web platform. Once these c...") Tag: Visual edit