Information

Username: nealkaplan
Member since: 07 Apr 2015
Last login: 07 Apr 2015
Status: Active

Activity

Where Created Comments
Algorithms 0 9
Forum Topics 22 16
Jobs 0 0

Last Algorithm Comments

NE
nealkaplan · 8 years ago

Hi,

Great indicator but I do not see the parameter options like number of events? Is there an updated indicator?

Thank you,

Neal

 

NE
nealkaplan · 8 years ago

hi, thanks for the work. is there a way to only see the present day and prior day pivot levels. i find seeing all the previous days points distracting and would like the option to view the present day or the present day and prior days levels. thank you.

NE
nealkaplan · 8 years ago

Hi, Thank you for the indicator. I have my charts set as UTC -8 to correspond to Pacific Standard Time and daylight savings. The indicator is showing up as 22:00 to 23:00. It's my understanding that EU is now an hour later or 1:00am pst. 

How would I adjust the indicator to reflect the new time.

 

NE
nealkaplan · 8 years ago

Hi, Thank You for the indicator. Is there a way to remove previous days pivots and only have the current weeks pivots in view?

NE
nealkaplan · 9 years ago

Thank you, I look forward to the current time option. 

NE
nealkaplan · 9 years ago

Hi Paul, I reinstalled the clock. I'm PST so I wanted the opening/closing times to reflect California time (PST). I can work with New York however.

One thing I noticed is the clock isn't counting down unless i reopen the chart again. Am I missing a setting. 

I really like this cbot and want to be able to use it correctly.

 

 

NE
nealkaplan · 9 years ago

Sorry, to make this Eastern Standard Time, why is this not correct? Thank you.             

 

   // create clock entities. * CHANGE CLOCK TIMES HERE *
                Exchange exchange = new Exchange(ExchangeName.Wellington);
                exchange.TimeZone = TimeZoneInfo.FindSystemTimeZoneById("New Zealand Eastern Standard Time");
                exchange.OpeningTime = "08:00:00";
                exchange.ClosingTime = "17:00:00";
                exchange.LabelFormat = "{0,-134}";
                exchange.TimeFormat = "\n{0,-131}";
                exchange.DisplayOrder = 1;
                marketClocks.Exchanges.Add(exchange);


                exchange = new Exchange(ExchangeName.Sydney);
                exchange.TimeZone = TimeZoneInfo.FindSystemTimeZoneById("AUS Eastern Standard Time");
                exchange.OpeningTime = "09:00:00";
                exchange.ClosingTime = "16:30:00";
                exchange.LabelFormat = "{0,-79}";
                exchange.TimeFormat = "\n{0,-80}";
                exchange.DisplayOrder = 2;
                marketClocks.Exchanges.Add(exchange);

                exchange = new Exchange(ExchangeName.Tokyo);
                exchange.TimeZone = TimeZoneInfo.FindSystemTimeZoneById("Tokyo Eastern Standard Time");
                exchange.OpeningTime = "09:00:00";
                exchange.ClosingTime = "17:30:00";
                exchange.LabelFormat = "{0,-29}";
                exchange.TimeFormat = "\n{0,-31}";
                exchange.DisplayOrder = 3;
                marketClocks.Exchanges.Add(exchange);

                exchange = new Exchange(ExchangeName.Singapore);
                exchange.TimeZone = TimeZoneInfo.FindSystemTimeZoneById("Singapore Eastern Standard Time");
                exchange.OpeningTime = "09:00:00";
                exchange.ClosingTime = "17:00:00";
                exchange.LabelFormat = "{0,33}";
                exchange.TimeFormat = "\n{0,31}";
                exchange.DisplayOrder = 4;
                marketClocks.Exchanges.Add(exchange);

                exchange = new Exchange(ExchangeName.Frankfurt);
                exchange.TimeZone = TimeZoneInfo.FindSystemTimeZoneById("W. Europe Eastern Standard Time");
                exchange.OpeningTime = "08:00:00";
                exchange.ClosingTime = "17:00:00";
                exchange.LabelFormat = "{0,82}";
                exchange.TimeFormat = "\n{0,80}";
                exchange.DisplayOrder = 5;
                marketClocks.Exchanges.Add(exchange);

                exchange = new Exchange(ExchangeName.London);
                exchange.TimeZone = TimeZoneInfo.FindSystemTimeZoneById("GMT Eastern Standard Time");
                exchange.OpeningTime = "08:00:00";
                exchange.ClosingTime = "17:00:00";
                exchange.LabelFormat = "{0,127}";
                exchange.TimeFormat = "\n{0,128}";
                exchange.DisplayOrder = 6;
                marketClocks.Exchanges.Add(exchange);

                exchange = new Exchange(ExchangeName.NewYork);
                exchange.TimeZone = TimeZoneInfo.FindSystemTimeZoneById("Eastern Standard Time");
                exchange.OpeningTime = "08:00:00";
                exchange.ClosingTime = "17:00:00";
                exchange.LabelFormat = "{0,175}";
                exchange.TimeFormat = "\n{0,175}";
                exchange.DisplayOrder = 7;
                marketClocks.Exchanges.Add(exchange);

NE
nealkaplan · 9 years ago

I figured out how to install in Ctrader, thank you. Now to change the time zone do you have to open it in CAlgo or can the time zone be adjusted in Ctrader.

 

NE
nealkaplan · 9 years ago

Is there a way to download and install in ctrader live account?