PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
05 Aug 2022, 08:30 ( Updated at: 21 Dec 2023, 09:22 )

Hi,

It worked fine for me

Can you record a video so that we can see what you are doing?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2022, 08:16

Hi Tradius,

Please create a separate thread, provide us with exact steps to reproduce this problem and we will hae a look.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

 


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2022, 08:13

Hi jasito,

We tried to reproduce this behavior but without success. Can you please provide us with exact steps on how to reproduce or record a video?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 14:45

Check again

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 14:36

Hi dave_gryp,

Thanks for reproting this. We will investigate.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 12:53

Hi there,

I tried with the attached code and there is no problem. Unfortunately we cannot help if we do not recieve the requested information.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 10:48

Hi again,

At the moment it is not possible to optimize timeframe fields. We will add this option in an upcoming update.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 10:28

Hi all,

Can you please share some screenshots as well as send us some troubleshooting info and quote the link to this discussion?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 10:23 ( Updated at: 21 Dec 2023, 09:22 )

Hi there,

This is in the backlog, design is in progress and here is how it might look like

It would be nicer of you if you just asked before unleashing all this anger :)

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 09:23

Hi Ulises,

It's the brokers decision what minimum volume they will use, not ours.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 09:17

Hi there,

Please provide us with the following

  1. The complete cBot code
  2. Broker, cBot parameters and dates where we can run this and reproduce the problem

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 09:12

Hi there, 

There is no build in way to avoid this but you can use this indicator.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2022, 08:47

Hi there,

I am not sure what the problem is here. Can you elaborate a bit more?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
03 Aug 2022, 12:37

How about this?

            var ichimoku = Indicators.IchimokuKinkoHyo(9,26,52);
            var b =  ichimoku.SenkouSpanA.Last(0) > ichimoku.SenkouSpanB.Last(0);
            var ichimokuDaily = Indicators.IchimokuKinkoHyo(MarketData.GetBars(TimeFrame.Daily),9,26,52);
            var c = ichimokuDaily.SenkouSpanA.Last(0) > ichimokuDaily.SenkouSpanB.Last(0);
            var a = c && b;

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
03 Aug 2022, 12:19

Hi mindfullness,

Here you go

 var B = ichimoku.SenkouSpanA.Last(0) > ichimoku.SenkouSpanB.Last(0);

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
03 Aug 2022, 11:58

Hi cranmer767,

No this is not possible.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
03 Aug 2022, 11:35

Hi Alex,

I am not sure what are you trying to do. Do you want to compare two ichimoku indicators from two different timeframes?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
03 Aug 2022, 10:55

Hi MongolTrader,

You can do the following

  1. Set the timer to a 1 second interval
  2. Add a counter for seconds and count on each interval
  3. Reset the counters every 60 seconds.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
03 Aug 2022, 10:50

Hi firemyst,

We will check this. Thanks for reporting.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
03 Aug 2022, 10:46

Hi MongolTrader,

This is LINQ. Start from the below

https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/introduction-to-linq-queries

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous