Store
Algorithms
Indicators
cBots
Plugins
Add new algorithm
Algo Consultants
Help
cTrader Help Centre
cTrader Automate API
FIX API Guides
Open API
Jobs
Get cTrader
Get cTrader
Not logged in
Log in
Sign up
LU
luizmagno333
@luizmagno333
0 follower(s)
0 following
0 subscription(s)
Stats
Algorithms
Forum
Followers
Following
Subscriptions
Followers
Following
Subscriptions
Warning!
This section will be deprecated on February 1st 2025. Please move all your Algorithms to the
cTrader Store catalogue.
Free
pivot points intra day
0
0
4336
by
luizmagno333
12 Nov 2016, 00:05
using System; using cAlgo.API; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, AccessRights = AccessRights.None)] public class PivotPointsIntraDay : Indicator { private double _close; private double _higher; private double _lower; #region Output...