Replies

PanagiotisChar
10 May 2023, 08:29

Hi there,

Here you go

        protected override void Initialize()
        {
            Chart.ObjectsAdded += Chart_ObjectsAdded;
        }
            
        private void Chart_ObjectsAdded(ChartObjectsAddedEventArgs obj)
        {
            if (obj.ChartObjects[0] is ChartHorizontalLine)
            {
                Print((obj.ChartObjects[0] as ChartHorizontalLine).Y);
            }
       }

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
10 May 2023, 08:21

Hi, 

There is no trade volume in OTC markets, only tick volume.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
09 May 2023, 08:46

Hi there,

What is the exact question? What information are you missing?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
09 May 2023, 08:43

Hi there,

You need to use the Symbol.PipValue and multiply it by the position's volume to find out how much your net profit changes for each pip move. Then based on the net amount you want to risk, you need to calculate the relevant amount of pips.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
09 May 2023, 08:38

Hi there,

What is actually hidden is the positions on your strategy page but followers can always see the positions on their following account.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
08 May 2023, 11:57

Hi Ben,

The image shows the account's leverage which is the max leverage permitted for this account. Individual symbols can have lower leverage. So if Bitcoin's leverage is 1:5, this is what you will get regardless that your account allows for a higher leverage.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
08 May 2023, 08:30

Hi there,

Try providing FullAccess permissions to your indicator/cBot.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
08 May 2023, 08:21

Hi there,

Market replay was just released. Definitely they will improve it in future versions.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
08 May 2023, 08:19

Hi there,

Check ProtoOAExecutionEvent.ProtoOADeal.closePositionDetail. It includes data only if the position was closed.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
08 May 2023, 07:52 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

It's here.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
08 May 2023, 07:50

Hi Ben,

The image does not show anything specific. What are we supposed to see?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
04 May 2023, 13:03

Hi firemyst,

I have no insight into the decision making process. I just explain how it works :) 

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
04 May 2023, 11:03

Hi there, 

There is no such option available at the moment. Only an HTML statement is available in the account's history tab.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
04 May 2023, 10:58

Hi firemyst,

The new theme feature is set on the device level. So you need to set your device's theme as dark for cTrader to switch to dark mode.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
04 May 2023, 10:57

Hi there, 

If you don't have a second account, you need to create one. If you have a second account with the same broker but it does not appear, talk to your broker.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
04 May 2023, 10:56

Hi,

No you don't. The server will close the connection evetnually.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
04 May 2023, 10:51

Hi there,

If your demo and live price feeds are the same, there should not be any difference.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
03 May 2023, 09:14

Hi there,

Are you  looking for the Tick Volume?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar