Description
The cycle Identifier AL marks the tops and bottoms of cycles. It also corrects previous signals marking them as false signals. It can be filtered using a moving average or a relative strength index.
u
MO
moza11
Joined on 30.07.2012
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: CycleIdentifierAL.algo
- Rating: 4.17
- Installs: 4220
- Modified: 13/10/2021 09:54
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.
Comments
Log in to add a comment.
Dear @moza11,
I have a problem with this indicator. I wrote post in forum: https://ctrader.com/forum/cbot-support/22712?page=1#1
I would like to get history data that I see on chart with Custom Indicator. OnStart method I would like to get last values from this Indicator.
I don't understand why the data that I print in logs are not the same as I see on the chart. As an example I am looking for all Major Sell or Buy signals.
The logs from below code shows different values compared to values seen on chart. What is more if I loop over all results, there are not possible data as sometimes DotsBuy and DotsSell are at the same time with value = 1. The dots are either Buy or Sell.
The endgame is to have opportunity to create a logic in cBot that after restart the cBot it can get the last Major signal (either it is sell or buy) based on history data from chart.
Please see below code.