Forum
Algorithms
Indicators
cBots
Plugins
Add new algorithm
VPS
Algo Consultants
Jobs
API
cTrader Automate API
FIX API Guides
Open API
Suggestions
Help
Platform
Search
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
Note
that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the
Copyright Infringement Notification
form to submit a claim.
Free
pivot points intra day
0
0
4280
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...