Topics
Replies

firemyst
26 Jan 2025, 14:04 ( Updated at: 14 Feb 2025, 18:17 )

This should be resolved? You aren't experiencing this issue any more are you?


@firemyst

firemyst
26 Jan 2025, 14:03 ( Updated at: 14 Feb 2025, 18:17 )

Duplicate. See this thread for resolution:

https://community.ctrader.com/forum/ctrader-support/45401/

 


@firemyst

firemyst
26 Jan 2025, 14:02 ( Updated at: 14 Feb 2025, 18:17 )

Duplicate. See this thread fopr resolution:

https://community.ctrader.com/forum/ctrader-support/45403/

 


@firemyst

firemyst
26 Jan 2025, 14:01 ( Updated at: 14 Feb 2025, 18:17 )

I think this was a bug that was fixed. ARe you still experiencing this issue?


@firemyst

firemyst
26 Jan 2025, 14:01 ( Updated at: 14 Feb 2025, 18:17 )

Do you still have this issue?

  1. you may need a graphics driver update
  2. you may have too many things running in the background
  3. your machine may be underpowered

@firemyst

firemyst
26 Jan 2025, 14:00 ( Updated at: 14 Feb 2025, 18:17 )

English please


@firemyst

firemyst
26 Jan 2025, 14:00 ( Updated at: 14 Feb 2025, 18:17 )

NOt sure what you're asking for?

Just set the parameters of the indicator on your chart


@firemyst

firemyst
26 Jan 2025, 13:58 ( Updated at: 14 Feb 2025, 18:16 )

Do you still get the error?

I don't save anything like this to OneDrive - I don't think cTrader is smart enough to handle it yet.


@firemyst

firemyst
26 Jan 2025, 13:56 ( Updated at: 14 Feb 2025, 18:19 )

Google.

There's multiple free ones you can download:

https://clickalgo.com/martingale-trading

https:// community.ctrader.com / algos / cbots / show / 3 /

 

 


@firemyst

firemyst
26 Jan 2025, 13:51 ( Updated at: 14 Feb 2025, 18:16 )

Is this still an issue with the latest version?

I've done it before and haven't had any problems


@firemyst

firemyst
26 Jan 2025, 13:47 ( Updated at: 14 Feb 2025, 18:16 )

Business logic:

(pip value * number of pips) - commissions - swap


@firemyst

firemyst
26 Jan 2025, 13:46 ( Updated at: 14 Feb 2025, 18:16 )

See this duplicate thread for updates:

https://community.ctrader.com/forum/ctrader-algo/44856/

 


@firemyst

firemyst
26 Jan 2025, 13:44 ( Updated at: 14 Feb 2025, 18:16 )

What's your account balance and margin levels? That will cause cTrader to stop you from entering trades.


@firemyst

firemyst
26 Jan 2025, 13:42 ( Updated at: 14 Feb 2025, 18:16 )

Since nobody else cared to provide any feedback, what I would suggest if it's causing you grief is to delete the pending order and then create a new one with the SL, TP, Volume, and entry price.


@firemyst

firemyst
26 Jan 2025, 08:15 ( Updated at: 14 Feb 2025, 18:19 )

You've provided nothing to show people what's happening versus what you expect to happen.

You also need to provide code samples that replicate the problem because for all we know, there's an issue with your code.


@firemyst

firemyst
26 Jan 2025, 08:13 ( Updated at: 14 Feb 2025, 18:19 )

They've added a new “ProtectionType” parameter that @Spotware has provided no documentation, answers, or anything else about to numerous posts in the forum that have asked about it.

I'll update my thread:

https://community.ctrader.com/forum/cbot-support/46002/

as soon as, or if ever, I find/receive an answer.


@firemyst

firemyst
26 Jan 2025, 08:11 ( Updated at: 14 Feb 2025, 18:19 )

Numerous people have been posting and asking about it, and @Spotware has yet to respond to anything.

I would suggest you keep track of this thread:

https://community.ctrader.com/forum/cbot-support/46002/

as I'll update my post as soon as I find/receive an answer.


@firemyst

firemyst
26 Jan 2025, 08:08 ( Updated at: 14 Feb 2025, 18:19 )

I don't think you've read the API documentation carefully, because there's only two types of API calls for the ATR:

  1. AverageTrueRange AverageTrueRange(int periods, MovingAverageType maType);
  2. AverageTrueRange AverageTrueRange(Bars bars, int periods, MovingAverageType maType);

and your code does neither.

For either one, you need to provide the moving average type, of which you haven't done so in your code.


@firemyst

firemyst
26 Jan 2025, 07:58 ( Updated at: 14 Feb 2025, 18:19 )

You need to be a bit more specific. Where's an example where it doesn't work?

Do you have any screen captures showing what happened versus what you expected to happen? 


@firemyst