using System; namespace QuantConnect.Algorithm.Python { public class BasicTemplateForexAlgorithm { public BasicTemplateForexAlgorithm() { } } }