Replies

PanagiotisChar
17 Feb 2023, 15:17 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

You need to use tick data as a source.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
17 Feb 2023, 15:15

Hi ncel01,

But will it be effective since an user name can always be changed and, apparently, there is no way to look into a register with the ROI charts of all the strategies previously provided by an user?

You will be able to see what the strategy did and got blown up. User name change should not affect this info.

Is there any chance that a strategy history/statistics can be migrated to a new account or, alternatively, that the trading account is migrated to a new broker so that traders don't need to start this from scratch?

It's like asking to transfer your bank account's history from one bank to another. I don't think this would ever be possible.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
17 Feb 2023, 09:48

Hi there,

It is not possible with the built in indicator. You would need to develop a custom DMS indicator.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
17 Feb 2023, 09:43

Hi there,

I think the intention is obvious. Strategy providers delete their strategies as soon as they blow up their accounts and followers are left wondering what happened. This way strategies will be left in public for some time so that followers have the time to evaluate what happened.

1.Can I rename the Strategy?

2. If I ask my broker to delete my cTrader trading account - will the strategy name be deleted the same time the trading account is deleted?

You can just create a new account

I am sure If we the cTrader users voted for the option 'Delete Strategy' to be removed almost no one would be for it

Obviously since this is a walk of shame for many strategy providers. But it's a necessary measure.

 Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
16 Feb 2023, 15:57

Hi there,

The exception indicates that you are doing something wrong in your indicator code. Share your cBot and indicator code so that we can advise further.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
16 Feb 2023, 15:55

RE: RE:

jani said:

Hello,

is there any way to delete/remove the new indicator panels? They interfere every with TP and SL adjustment, and TP/SL cannot be adjusted when located at the upper part of the chart.

 

See here 

 


@PanagiotisChar

PanagiotisChar
14 Feb 2023, 11:13

Hi there,

Order execution is reported with ProtoOAExecutionEvent. ProtoOAExecutionEvent.ProtoOAOrder.ProtoOAOrderType should contain the information you need.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
14 Feb 2023, 11:01

Hi there,

Here is an example

            if (Positions.Sum(p => p.NetProfit) < -1000)
            {
                foreach (var position in Positions)
                    position.Close();
            }

You can adjust this based on your needs.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
14 Feb 2023, 10:58

Hi duug,

Renko backtesting is available in cTrader 4.6

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
14 Feb 2023, 10:58

Hi there,

You need to create an account with a broker. You can find some here

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


 


@PanagiotisChar

PanagiotisChar
13 Feb 2023, 16:47

If you can share the complete cBot code, I can check what it does on my computer

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
13 Feb 2023, 15:44

Hi ncel01,

Why to check this with the broker if cTrader copy is a feature developed/provided by Spotware?

To decide if an execution is wrong, it needs to be first investigated by the broker, who controls the entire chain and has access to all the information. If the broker determines that there is something wrong with the platform, it's their responsibility to contact Spotware and pass all the relevant infomrmation.

Also the service is not provided by Spotware. It's provided by the broker.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
13 Feb 2023, 15:18

Hi there,

Counting C# starts from 0. So Bars[0] is the first bar and Bars[Bars.Count - 1] is the last bar.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
13 Feb 2023, 15:11

Hi Dennis,

How did you conclude that Open API is slow?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
13 Feb 2023, 10:07

Hi there,

Can you please provide more information regarding what is not working?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
13 Feb 2023, 10:04

Hi there,

Make sure you have set the access rights to FullAccess.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
13 Feb 2023, 10:04

Hi there,

If you would like to convert this for a fee, feel free to reach out to me at development@clickalgo.com

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar