Information
Username: | gedet |
Member since: | 20 Aug 2013 |
Last login: | 20 Aug 2013 |
Status: | Active |
Activity
Where | Created | Comments |
---|---|---|
Algorithms | 2 | 5 |
Forum Topics | 2 | 3 |
Jobs | 0 | 0 |
Last Algorithm Comments
@wifirex this indicator does not actually display the Ichimoku components its rather based on the built in indicator in order to show the position of the Ichimoku components for various timeframes. Every ichimoku indicator I have encountered on the cAlgo platform, including the built in ichimoku indicator, lets you chose the appearance of the components.
I have not figured this one out yet, that's why I chose to display the indicator below the chart. Ideally I would like to allow the user to chose at which corner to display the indicator...
I 've just uploaded "mTF Cloud Component Radar" and it displays the ichimoku components, hope this helps Larry.
If you change the value of IsOverlay to true it will display the indicator on the chart, that will save you some real estate...
using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
namespace cAlgo.Indicators
{
[Indicator(IsOverlay = false, TimeZone = TimeZones.UTC)]
....
As for the rest of the ichimoku components it needs a bit more coding, I will look into it.
@wifirex this indicator does not actually display the Ichimoku components its rather based on the built in indicator in order to show the position of the price with respect to the kumo for various timeframes. If you need an indicator that shows the components of the ichimoku system (kijun, tenkan etc) then either try the built in ichimoku indicator, or download one from this site.