Topics
Replies
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, 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: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, 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:
- AverageTrueRange AverageTrueRange(int periods, MovingAverageType maType);
- 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, 14:04 ( Updated at: 14 Feb 2025, 18:17 )
This should be resolved? You aren't experiencing this issue any more are you?
@firemyst