Topics
Replies
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:
- 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?
- Did you have anything in your code to stop your bot if you have more than x-number of consecutive losses?
- 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:
- 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?
- Did you have anything in your code to stop your bot if you have more than x-number of consecutive losses?
- Did you have anything in your code to stop your bot if your pup losses exceeded a threshold?
@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
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