Topics
Replies

firemyst
03 Mar 2025, 02:35

What's the error you receive!


@firemyst

firemyst
03 Mar 2025, 02:29

Yes 

 

Set up copy trading


@firemyst

firemyst
03 Mar 2025, 02:26

Have you asked your broker?


@firemyst

firemyst
03 Mar 2025, 02:23

No, unless you do special coding yourself. That is, save info about your analysis to a file that your devices can read from, and then have an indicator that reads that file and redraws them


@firemyst

firemyst
03 Mar 2025, 02:20

What do you mean it's not possible?

I think you might not understand the process, especially since you haven't outlined the steps you follow that aren't working so someone can correct you if need be.

Here's a reference point for you:

 help. ctrader. com /ctrader-algo/custom-indicators/

 

 


@firemyst

firemyst
03 Mar 2025, 02:13 ( Updated at: 03 Mar 2025, 02:14 )

Yes, depending on what you mean by ‘transaction’


@firemyst

firemyst
03 Mar 2025, 02:09

I'm curious why you want to do this instead of just having the indicator overlay on the main chart?

 

If there isn't another way, the one way you can do it is read the tick data for each bar and draw your own candles. That will take up a lot of cpu processing time on cTrader's part, which you'd probably want to have to more quickly respond to your trade instructions.


@firemyst

firemyst
03 Mar 2025, 01:58

Restart cTrader?


@firemyst

firemyst
02 Mar 2025, 10:32

What do you want to do? Change the chart programmatically that the user is looking at? 

Or just want to change the data stream your code is reading from?


@firemyst

firemyst
02 Mar 2025, 10:21

I'm pretty sure there's a setting to show/hide it


@firemyst

firemyst
02 Mar 2025, 10:16

It would be great if you post this in the Suggestions forum where it belongs if you expect Spotware to see it


@firemyst

firemyst
02 Mar 2025, 10:13

Speak to your broker


@firemyst

firemyst
02 Mar 2025, 10:12

You can use the manage your trade window to do what you want 

It's not one click, but it's there


@firemyst

firemyst
02 Mar 2025, 02:23

I don't think they have any execution logs they share.

On the flip side, did you have any protections in your code to prevent such a thing from happening? That is:

  1. Do you have anything in your code that checks the spread before placing an order to make sure you both isn't placing orders when spreads double, triple, or even quadruple?
  2. Did you have anything in your code to stop your bot if you have more than x-number of consecutive losses?
  3. Did you have anything in your code to stop your bot if your pup losses exceeded a threshold?

@firemyst

firemyst
02 Mar 2025, 02:22

I don't think they have any execution logs they share.

On the flip side, did you have any protections in your code to prevent such a thing from happening? That is:

  1. Do you have anything in your code that checks the spread before placing an order to make sure you both isn't placing orders when spreads double, triple, or even quadruple?
  2. Did you have anything in your code to stop your bot if you have more than x-number of consecutive losses?
  3. Did you have anything in your code to stop your bot if your pup losses exceeded a threshold?

@firemyst

firemyst
02 Mar 2025, 01:50

Use the latest API method call.

It says you're using an older version of the method and parameters.

 

You need to use the new method with the new parameters


@firemyst

firemyst
02 Mar 2025, 01:43

And you haven't tried speaking to your broker to see if there's an issue on their end because… ?


@firemyst

firemyst
02 Mar 2025, 01:42

I don't think anyone has any ideas what you mean or what your issue is.

Can you describe it better?

 

If you can't go to the last tab, why not click on the right arrow ➡️ along the top of the tabs line to scroll the tabs further right so you can then click on the latest tab?


@firemyst

firemyst
02 Mar 2025, 01:37

You need to post this in the Suggestions forum.

 

This is tech help forum - they don't look at this forum for such things


@firemyst

firemyst
01 Mar 2025, 06:00

You need to post in the Suggestions forum.

 

Otherwise your request will be ignored since this is for tech support 


@firemyst