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

PanagiotisCharalampous
27 Mar 2019, 09:35

Hi trentg,

Thanks for posting in our forum. This has not been implemented yet.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 17:30

Hi El Antonio,

I am not sure how you came to this conclusion

"is not firing on the minute timeframe as the printout and the chart show. itonly fires in the m15 frame"

If you are referring to the log print outs, this happens becaise you have programmed it to do so. You only print whenever the m15 adds a new bar. See below

            int Bigindex = GetIndexByDate(_biggerSeries, MarketSeries.OpenTime[index]);
            if (Bigindex != -1)
            {

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 14:44

Hi Noppanon,

1. You can get chart height in prices using Chart.TopY and Chart.BottomY
2. You can get chart height in pixels using Chart.Height
3. Chart.ScrollChanged allows to track changes in TopY and BottomY

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 14:07

Hi FireMyst,

Thanks for posting in our forum. Here is an example for buy positions

 var pips = (Positions[0].StopLoss - Positions[0].EntryPrice) / Symbol.PipSize;

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 12:15

Hi El Antonio,

I tried both higher and lower timeframes but I do not understand what is the problem. The white line draws on all of them.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 12:12

Hi cdsmart1,

Yes you can use Sample Advanced Take Profit. If it stops running when you click on it, check the log and you will see the reasons why it is stopping. 

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 12:05

Hi fxwisdom1@gmail.com,

Dows this happen all the time or was it something temporary? If it is not temporary, can you record a short video demonstrating this behavior? Please include the entire cTrader UI in the video if possible.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 11:49

Hi cdsmart1,

Thanks for posting in our forum. You can have a look at our Advanced Protection features.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 11:39

Dear 8033403,

Thanks for posting in our forum. It sounds like you are signing in with a different cTrader ID. Please make sure that you are signing in with the correct cTrader ID, the one to which the live account is linked too.

Best Regards, 

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 11:36

Hi pozhy,

This happens because the cBot is printing the value at 15:00 while the indicator prints the last value at 15:54.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 11:26

Hi Andrii,

We have resolved an issue with the Renko bars and we will be releasing an update soon. Let's check the indicator issue after the update as well.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 11:23

Hi daniel220v,

Thanks for posting in our forum. Can you please send us a short video demonstrating this behavior?

Best Regards,

Panagiotis 


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 11:15

Hi to both,

Our product team is having a look at this issue. It should be resolved with the next update.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 11:14

Hi thamimsibi3,

Try NormalizeVolume function. It will return you a valid volume for trading.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 11:07

Hi lgwsyqnfr,

The process of referencing custom indicators is documented here.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 11:01

Hi profit freedom,

1) You can set a template as a the default one by clicking the checkbox besides template selection in the relevant menu. There is no default feature for workspaces. When opening a new tab in the browser, the last used workspace is used.

2) I do not see any problem with Pivot indicator. I can see them on m1. Did you try zooming out and you still cannot see them? If yes, can you please provide more information, like a screenshot?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 10:52

Hi Ali,

Thanks for posting in our forum. You can start from our Programmer's Guides. If you have any questions, feel free to post them in the community.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 10:48

Hi lec0456,

There is no video but you can read about Linked Charts here.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 10:33

Hi dmn,

1) How many lines are we talking about? 

2) What is the type and thickness of the lines?

3) Can you send us a screenshot?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Mar 2019, 10:11

Hi lec0456,

No there isn't but I am not sure why do you need this. Why do you provide the strategy if you do not want it to be copied?

Best Regards,

Panagiotis


@PanagiotisCharalampous