Topics
21 May 2020, 16:39
 1197
 4
15 May 2020, 13:51
 1281
 3
13 May 2020, 17:09
 3
 1380
 1
21 Apr 2020, 11:25
 1299
 7
13 Apr 2020, 13:13
 988
 3
31 Mar 2020, 16:45
 1169
 2
27 Mar 2020, 09:36
 871
 3
24 Mar 2020, 15:41
 1044
 4
09 Mar 2020, 14:41
 1069
 3
02 Mar 2020, 14:17
 897
 1
13 Feb 2020, 21:44
 1160
 4
11 Feb 2020, 13:38
 905
 3
16 Jan 2020, 13:17
 2
 1929
 9
14 Nov 2019, 21:34
 1
 1053
 1
14 Nov 2019, 13:42
 1
 1096
 7
01 Nov 2019, 13:02
 3
 1617
 5
24 Oct 2019, 18:42
 3
 1019
 1
Replies

Tj11
09 Mar 2020, 15:07

RE:

PanagiotisCharalampous said:

Hi Tj11,

You can write a function with a switch statement that does the conversion. See an example below

        private TimeFrame GetTimeFrameFromString(string timeframeString)
        {
            switch (timeframeString)
            {
                case "Hour":
                    return TimeFrame.Hour;
                    // .
                    // .
                    // .
                    // .
                    // .
                    // .
                    // .
                    // .
            }
            return TimeFrame.Hour;
        }

 

Best Regards,

Panagiotis 

Join us on Telegram

 

 

Thanks a lot, Panagiotis !!!


@Tj11

Tj11
20 Feb 2020, 06:55

Tick chart with high quality tick data from specific broker and cTrader Copy capability to become public fund manager are significant advantages for me.


@Tj11

Tj11
19 Feb 2020, 22:40

I don’t know, maybe they better change their design people ????


@Tj11

Tj11
19 Feb 2020, 22:37 ( Updated at: 21 Dec 2023, 09:21 )

This is ctrader mobile vs tradingview on tablet :

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


@Tj11

Tj11
19 Feb 2020, 22:37 ( Updated at: 21 Dec 2023, 09:21 )

This is ctrader mobile vs tradingview on tablet :

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


@Tj11

Tj11
17 Feb 2020, 19:57

RE:

PanagiotisCharalampous said:

Hi Tj11,

No there is no such option. When the timeframe changes, a new indicator is initialized and the Initialize() method is called.

Best Regards,

Panagiotis 

Join us on Telegram

 

Hi Panagiotis,

If I got you right, changing the time frame will immediately execute the code inside Initialize() without waiting for a new tick, right ?

If yes, then this is exactly what I need. You saved my time. Thank you !

 

Regards


@Tj11

Tj11
14 Feb 2020, 10:27

Dear Support, may I have your reply please.


@Tj11

Tj11
13 Feb 2020, 14:06 ( Updated at: 23 Jan 2024, 13:16 )

RE:

Spotware said:

The below cBot has been developed to demonstrate some of the new features of [cTrader Automate API 3.01]. The "LinesTrader cBot" allows traders to draw lines on chart which can be used a break out or retracement lines. If the price crosses a Breakout Line then an order towards the crossing direction is placed. If the price crosses a Retracement Line then an order towards the opposite direction of the crossing is placed.

// -------------------------------------------------------------------------------------------------
//
//    This code is a cAlgo API sample.
//
//    This cBot is intended to be used as a sample and does not guarantee any particular outcome or
//    profit of any kind. Use it at your own risk
//
//    The "LinesTrader cBot" allows traders to draw lines on chart which can be used a break out or retracement lines. 
//    If the price crosses a Breakout Line then an order towards the crossing direction is placed.
//    If the price crosses a Retracement Line then an order towards the opposite direction of the crossing is placed
//
// -------------------------------------------------------------------------------------------------

 

Hi, is there a simpler way to get the indicator know that I draw a line or rectangle on the chart ?


@Tj11

Tj11
11 Feb 2020, 14:20

RE:

PanagiotisCharalampous said:

Hi Tj11,

1) You cannot change a timeframe on a chart when a cBot is running.

2) cBots cannot reference indicators being on the chart.

Therefore you can consider writing information into a file as a workaround.

Best Regards,

Panagiotis 

Join us on Telegram

 

 

Panagiotis, thank you !


@Tj11

Tj11
23 Jan 2020, 20:30

RE:

PanagiotisCharalampous said:

Hi Tj11,

We plan to allow traders to receive their fees in a separate account but I cannot provide an ETA regarding when will this happen.

Best Regards,

Panagiotis 

Join us on Telegram

 

 

Panagiotis, thank you !

Appreciate your answer.

 


@Tj11

Tj11
22 Jan 2020, 18:12

RE:

Spotware said:

Dear Trader,

We are pleased to start off the year by announcing that we have been nominated for our excellence for the iFX EXPO Asia Awards 2020 in the following categories:

  • Best FX Trading Platform (cTrader)
  • Best Multi-Asset Trading Platform (cTrader)

Proudly abiding by the values of transparency and Traders First™ approach since our establishment in 2010, we have been raising the standards in online trading with the creation of cutting-edge products. Our award-winning FX and CFDs trading platform, cTrader, has quickly gained a large market share and continues to be the preferred platform among millions of traders and leading brokers all over the world.

How to vote for Spotware

Voting is open to all registered attendees of the iFX EXPO Asia 2020 until the 24th of January 2020. Your vote in the first round will determine the 5 finalists under each category, who will then compete in the second voting round for the winning titles. Let the industry games begin!

  1. Visit the voting portal, click on the “Best FX Trading Platform” and “Best Multi-Asset Trading Platform” categories and select “cTrader” and any other firms you want to vote for.
  2. Repeat the process for any other category you wish to vote for. 
  3. Scroll at the bottom of the page and click “SUBMIT YOUR VOTE”.  

VOTE NOW

 

 

 

 

Right, when i found cTrader for the first time I was amazed with it's potential. And I wondered how can such a good platform is not widely popular ????     After using it i realized basic features are lacking :

1. cTrader desktop :   no access to chart object (rectangles, etc.) anchor points, how to draw a straight horizontal trendline ???,  chart objects overlay candles.

2. cTrader Algo :        no exporting into excel, documentation is not done properly.

3. cTrader Copy :       is messing investor's account by funding fees into signal provider's trading account, no transparency on real drawdown of a signal provider.

 

Regardless a big potential, the package currently looks immature.


@Tj11

Tj11
16 Jan 2020, 20:12 ( Updated at: 21 Dec 2023, 09:21 )

RE:

PanagiotisCharalampous said:

Hi pooria222222,

Your example is a bit over exaggerated. When your account receives the deposit from your fees, your followers subaccounts will be adjusted to reflect the new equity to equity ratio. Here some positions will partially close in profit or loss, depending on the market condition at the moment. After that the two positions will have a different entry price due to the partial closing of the position of the follower. Indeed the follower might have more loss than you but more profit as well depending on where the partial closing took place. such discrepancies are expected and they are clearly described in our EULA which has been agreed before the strategy following has started.

Best Regards,

Panagiotis 

Join us on Telegram

 


@Tj11

Tj11
16 Jan 2020, 13:31

RE:

PanagiotisCharalampous said:

Hi pooria222222,

Your example is a bit over exaggerated. When your account receives the deposit from your fees, your followers subaccounts will be adjusted to reflect the new equity to equity ratio. Here some positions will partially close in profit or loss, depending on the market condition at the moment. After that the two positions will have a different entry price due to the partial closing of the position of the follower. Indeed the follower might have more loss than you but more profit as well depending on where the partial closing took place. such discrepancies are expected and they are clearly described in our EULA which has been agreed before the strategy following has started.

Best Regards,

Panagiotis 

Join us on Telegram

 

 

Panagiotis,

This creates big mess for a good signal. May I know if it is going to be fixed ?

Solution could be to fund performance fees to a separate account, not to the one that signal is provided from.

 

Thank you for the answer in advance.


@Tj11

Tj11
16 Jan 2020, 13:28

RE:

pooria222222 said:

Hi

I am a strategy manager , I have a big problem by adding performance fee to my balance on my deals and making problem to my money managment

for example I keep balance 100$ , I open 0.1 lot EU for 10pip TP,  to give 10% gain , suddenly performance fee (200) adds to my balance, now I dont know what happened for my copier! The risk is changed , hitting TP makes 3% gain because my balance is increased  ! 

Solution :adding performance and volume  fee ONLY at the end of month ONLY after all of deals is CLOSED.

Is it possible doing that ? or needs time ?

 

Isn't it better to put performance fees to separate account ?   Not the account that the signal is translated from.

 

Wow, this is big mess for a good signal !


@Tj11

Tj11
14 Nov 2019, 15:25

RE:

Panagiotis Charalampous said:

Hi Tj11,

It is in our plans to add the option to lock the Y axis scale. I also wanted to make the point that many of the suggesitons are duplicated. It is better to search first and see if something has been suggested and vote for it before duplicating the suggestion. Else the suggestion loses one vote.

Best Regards,

Panagiotis

the rest is clear, thank you.


@Tj11

Tj11
14 Nov 2019, 15:25

RE:

Panagiotis Charalampous said:

Hi Tj11,

It is in our plans to add the option to lock the Y axis scale. I also wanted to make the point that many of the suggesitons are duplicated. It is better to search first and see if something has been suggested and vote for it before duplicating the suggestion. Else the suggestion loses one vote.

Best Regards,

Panagiotis

 

Panagiotis,

Please allow me to make the    price    autoscale   always   on     (not lock scale).


@Tj11

Tj11
14 Nov 2019, 15:15

RE:

Panagiotis Charalampous said:

Hi Tj11,

See here, here and here if you have Telegram.

Best Regards,

Panagiotis

 

Hi Panagiotis,

From telegram gif I understand that the price autoscale is available and not altered when scrolling with mouse, this is great, thanks.

 

Please do not switch off price autoscale when scrolling back to the history. The same MT4 allows fixed scale and autoscale on USER CHOICE. Why don't you allow us to choose wether we want price autoscale, fixed scale or we don't from chart settings ????

Price autoscale is really important to navigate the history - essential in my trading. Please allow users to choose it in settings.

 

What do you think ?


@Tj11

Tj11
14 Nov 2019, 13:54

Does cTrader management want cTrader to be used only by candle stick traders  ?

I hope you want other traders as well, that require easy chartr navigation with price axis autoscale always on.


@Tj11

Tj11
14 Nov 2019, 13:31

Please make it ctrl + mouse scroll.

 

Please leave plain mouse scroll to scroll X axis with price autoscale on  ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Or allow the price autoscale always on in chart options  ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

please do not make cTrader a crazy charting 


@Tj11

Tj11
13 Nov 2019, 13:31 ( Updated at: 21 Dec 2023, 09:21 )

RE:

Panagiotis Charalampous said:

Hi Tj11,

I am not sure what is the problem here. cTrader dsipays based on UTC +/- and not based on a specific timezone, in constrast to MT4 where the timezone is set by the broker. The dates in cTrader are consistent based on UTC time since UTC time doesn't shift anywhere. In MT4 they are dispayed in one timezone before the 4th of November and in another after. If you want your strategy to wotk on a specific timezone, you can always use TimeZones  to set the timezone.

Also this comment is not very clear to me

I hope CTrader charting capabilities will at least catch up with MT4

What do you think is better in MT4 charting than in cTrader?

Best Regards,

Panagiotis

 

Panagiotis,

Here are the things that, I think, CTrader charting is missing :

 

1. Basics (must have):

a. Access to adjust price1 and price2 of trendlines, rectangles.

b. Filled rectangles hide candles and buy/sell buttons behind.

c. Switching Y axis autoscale on/off in chart settings.

d. X axis autoscroll on/off from chart settings when changing time frames.

 

 

 

2. Good to have :

a. Allow switching off quick buttons attached to every chart to free up horizontal space (screenshot 2a below).

b. Allow adding/removing used/unused buttons for chart objects panel (screenshot 2b below).

c. Allow hiding elements on the top of application (screenshot 2c).

d. Allow hiding elements on the left (screenshot 2d).

 

 

 

 

screenshots 

2a

 

2b

 

2c

 

2d


@Tj11