LO
Warning! This section will be deprecated on February 1st 2025. Please move all your Algorithms to the cTrader Store catalogue.
Free mtm
0
0
393
by lolopopo
07 Jun 2024, 23:37
using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System;using System.Linq;namespace cAlgo{ [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class MomentumIndicator : Indicator { [Parameter("N Value", DefaultValue = 60, MinValue...
Free mtm
0
0
504
by lolopopo
07 Jun 2024, 23:37
using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System;using System.Linq;namespace cAlgo{ [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class MomentumIndicator : Indicator { [Parameter("N Value", DefaultValue = 60, MinValue...
Free mtm
0
0
372
by lolopopo
07 Jun 2024, 23:37
using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System;using System.Linq;namespace cAlgo{ [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class MomentumIndicator : Indicator { [Parameter("N Value", DefaultValue = 60, MinValue...
Copyright © 2025 Spotware Systems Ltd. All rights reserved.
cTrader Ltd offers through its group of companies the cTrader platform. The information on this website is for general informational purposes only and does not constitute financial or investment advice. cTrader does not solicit retail investors. Reliance on this information is at your own risk.