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

PanagiotisCharalampous
12 Sep 2022, 09:17

Hi there,

Google is best way to find your inicator at the moment.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
12 Sep 2022, 09:13 ( Updated at: 21 Dec 2023, 09:22 )

Hi jonathanauh,

You need to provide more specific information about the problem. I just tried the indicator and it works fine

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Sep 2022, 16:47

Hi Max,

The problem was reported after the updates were released. Obviously we did not know about it.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Sep 2022, 12:48

Hi Vadivelan,

I can't build your project because I am missing references. Can you please simplify it and remove FeatureFXlib?

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Sep 2022, 12:29

Hi Max,

We plan to allow the use of one major version before. When we releases 4.3 to brokers, 4.1 will be forced to 4.2.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Sep 2022, 11:40

Hi Vadivelan,

It should look like this

vma.Add(sym, Indicators.GetIndicator<VariableMovingAverageMT>(14, TimeFrame.Daily));

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Sep 2022, 08:51

Hi Vadivelan,

You are missing the timeframe parameter here

 vma.Add(sym, Indicators.GetIndicator<VariableMovingAverageMT>(midBar[sym].ClosePrices, 6));

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Sep 2022, 08:49

Hi priceactiontrader,

No this is not available unfortunately.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Sep 2022, 08:40

Hi jonathanauh,

Can you share the indicator with us?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Sep 2022, 08:32

Hi Marcin,

What do you mean with global stop loss? Same number of pips? Same price?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Sep 2022, 08:29

Hi moiz.forex,

Yes that is correct

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Sep 2022, 16:21 ( Updated at: 21 Dec 2023, 09:22 )

Hi Xammo,

You can roll back by pressing Ctrl+Alt+Shift+T. You can also use 4.3.11 which is cross broker and has this issue solved.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Sep 2022, 15:43

Hi crou,

If you are referring to the auto format option, the new update features a new code editor that does not support auto formatiing. You can use an external IDE if you need such a feature.

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Sep 2022, 15:29

Hi crou,

Besides that the code within the coding section doesn't adjust to the proper columns after it's been saved.

Not sure what do you mean with this. Please elaborate.

 Also like I wrote in a separate post, it is suspending indicators due to errors for big multi timeframe multi instance multi chart setups. The indicators don't report any errors and they worked on those setups before the 4.2 update without that suspending functionality.

We need the indicators to be able to reproduce the problem

 Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Sep 2022, 15:16

Hi crou, 

Regarding the code sample, you need to have a different name for each object. Else the later will override the previous.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Sep 2022, 14:23

Hi Xammo,

It's a known issue and will be fixed soon.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Sep 2022, 12:23

Hi there,

You can send an email to sales@spotware.com

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Sep 2022, 12:01

Ηι prosteel1,

This happens because the Result series is never populated. Result will be populated only when LastValue or Last() are called. Read about lazy loading here.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Sep 2022, 09:17

Hi Vadivelan,

The code below works fine for me

          foreach (var pos in Positions.Where(p => Positions.Count(ps => ps.Comment == "PID" + p.Id.ToString()) == 0 && p.Comment == null))
            Print(pos.Id);

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Sep 2022, 08:34

Hi Vadivelan,

Did you try my suggestion?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous