Spotware's avatar
cTrader Team
TRADERS FIRSTâ„¢ Vote for your favorite features: https://ctrader.com/forum/suggestions
cTrader Team's avatar

Info

Username:Spotware
Name:cTrader Team
Member since: 23 Sep 2013

About

We are a team of cAlgo developers and support specialists available to answer your questions as well as assist you with any issues relating to the usage of the cAlgo platform and the cAlgo API.

Signature

TRADERS FIRSTâ„¢ Vote for your favorite features: https://ctrader.com/forum/suggestions

Last Algorithm Comments

@Indicate the crossing betwin two moving:  27 Mar 2015, 17:44


You don't need to build it, just install it by double clicking on the downloaded file.

@RsiAtr II:  18 Sep 2014, 17:12


Dear Traders,

All algorithms that you download from cTDN are already compiled. Once you install cBot to the platform (by double clicking on the file) it is ready to be used.

You need to compile (build) cBot only if you made a change in the source code. If you do not change code of the algorithm you do not need to compile (build) it.

@Position Stats:  26 May 2014, 14:42


Your indicator cannot be opened. Please reupload it.

@Envelopes:  16 May 2014, 09:28


Yes, you can specify AutoRescale = false for Indicator attribute

@USDX Dollar Index:  07 Apr 2014, 10:52


Please use GetIndexByExactTime method instead of iterating all indexes. It will speed up your indicator.

@Golden Dragon:  17 Jan 2014, 11:16


Hello,

Those are actually warnings not errors. We will fix that in the future releases. 
You can use the downloaded cBot without even building it.
The new method of downloading and installing cBots and Indicators does not require you to build them unless you need to modify the code.

 

@Ultimate Pivot Points 2:  23 Dec 2013, 10:38


You may specify the timezone in the Indicator Attribute

[Indicator(IsOverlay = true, AutoRescale = false, TimeZone = TimeZones.UTC)]

Last Forum Posts

@Bug when drawing an object (Property IsHidden) doesn't work:  08 Jun 2023, 10:53


Dear Waxy,

Thank you for reporting this issue. We managed to reproduce it and we will fix it in an upcoming update.

Best regards,

cTrader Team

@cTrader Desktop 4.7.11 Release Notes:  08 Jun 2023, 10:13


Dear traders,

Please find below the release notes for cTrader Desktop 4.7.11

  • The following issues were addressed
    • Several issues in Market Replay.
    • Convert() method returning NaN in Backtesting.
    • Changing backtesting data source not affecting timeframe availability in Optimization parameters.
    • Strategy page on Copy refreshed every time when a cBot was performing actions.
    • MA Type not being applied after loading .opset file.
    • Workspace selector and panels selector at toolbar unavailable when the application is restarted with a detached chart.
    • Pencil Drawings being displayed incorrectly during price scale zooming in.
    • Wrong order of indicator groups on Add Indicator window.
    • Chart not changing when a position is clicked on the detached Positions tab.
    • History not being loaded.
    • Symbol.PipValue returning 0.
    • Decimal separator in number printed on chart not aligned with Windows settings.
    • Wrong info icons in balance line in Automate.
  • The following reported exceptions have been fixed
    • #AF3D7192
    • #F76B6F70
    • #92B93EE9
    • #F42EA8AB
    • #143E1C1D
    • #3AF25FF1
    • #3AE7D1DA
    • #9B3366F7
    • #031FDA53
    • #BA3015C0
    • #4209F139
    • #2CC608D9
    • #B8948FC1
    • #79CDD39E
    • #C63E9FD7
    • #498AC352
    • #E120D629
    • #E120D629
    • #E71202CC
    • #498562
    • "LocalNow is more than cache expired date".
    • "Can't publish response".
    • "Fail to save template".
    • "Unhandled exception in the thread: AutomateArenaThreadDispatcher, ThreadViolationInAutomate".
    • "Can not reload WebView2". 
  • Several minor improvements and optimizations.

Best regards,

cTrader Team

@Tried to close position few times and it failed:  07 Jun 2023, 11:31


Dear trader,

Thank you. We have investigated your issue and the relevant orders were rejected by the liquidity provider. Please contact your broker for more information.

Best regards,

cTrader Team

@My FTMO Free strategy is not visible:  07 Jun 2023, 08:17


Dear trader,

Can you please share with us your strategy link?

Best regards,

cTrader Team

@Tried to close position few times and it failed:  06 Jun 2023, 12:18


Dear trader,

Thank you. For point 4, we need the Open API host name you are connecting to.

Best regards,

cTrader Team

@Max Balance Drawdown error:  05 Jun 2023, 08:23


Dear trader,

We are aware of this issue and it will be fixed in an upcoming update.

Best regards,

cTrader Team

@Tried to close position few times and it failed:  02 Jun 2023, 08:49


Dear trader,

Please provide us with the following information

  1. Broker
  2. Account Number
  3. Account Type
  4. Host Name
  5. The exact time your position close messages were sent. 

Best regards,

cTrader Team

@Wrong ROI:  31 May 2023, 08:13


Dear traders,

Our team is aware of the issue and it is currently being investigated.

Best regards,

cTrader Team

@Problem saving lines drawn using the drawing tools:  30 May 2023, 09:46


Dear trader,

Thank you for reporting this issue. Could you pleasesend us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.

Best regards,

cTrader Team

@Bars not painting:  29 May 2023, 14:36


Dear trader,

Thank you for reporting your issue. We would need more information in order to reproduce the problem. Can you please share the exact steps you follow to experience this behavior? Screenshots and/or videos that would allow us to see what you are looking at would be very helpful.

Best regards,

cTrader Team

Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
Synchronized Drawings
  4
  0
  1483
free  07 Jun 2022
 This indicator allows you to synchronize your chart drawings, it will sync your chart drawing in real time across all attached charts. Features Updates, removes, and adds all cTrader chart drawings No user interaction needed Easy to use Different working modes that allows you to limit the indicator based on symbol or time frame Automatically adjusts the Y axis of drawings for different symbols relative to that symbol scale This indicator is open source, feel free to fork and improve it on Github: spotware/Synchronized-Drawings: This is a cTrader indicator that allows you to synchronize your chart drawings (github.com)  
Price Tag
  3
  0
  751
free  01 Jun 2022
This indicator allows you to tag a price level, it shows the price with an arrow based on price distance from the bars.   Features You can customize the appearance Use any of the modifier keys you want to as hotkey Changes on indicator parameters take effect on current added price tags Shows an up arrow if price level was below the bar low or down arrow if price was above bar high   Usage Add indicator on a chart Press shift and click somewhere on the chart, you can change the key from indicator parameters Note: When you change the indicator parameters the change will effect all existing price tags, to avoid this add something to price tag comment and that price tag style will not change even if you change the indicator parameters like font size or color. This indicator is open source, feel free to improve it: spotware/Price-Tag: This is a cTrader desktop indicator for showing price levels on the chart (github.com)  
Synchronized Zooming
  2
  0
  900
free  16 May 2022
This indicator allows you to easily zoom in/out multiple charts synchronously at the same time. It works similar to our other Synchronized series indicators, you just have to attach it on your charts and whenever you change the zoom level on a chart it will update the zoom level of all other attached charts.   Features Easy to use and simple Three different modes that allows you to Synchronize zooming only on a group of charts like same Symbol or time frame Works like a native feature of platform, you will not notice that you are using an indicator/add-on   This indicator is open source, feel free to improve it: spotware/Synchronized-Zooming: A cTrader desktop indicator that allows you to synchronize the chart zooming (github.com)  
Synchronized Crosshair
  3
  0
  1261
free  25 Apr 2022
With this indicator you can show a synchronized crosshair on multiple cTrader charts on same points. Features Fast and easy to use like a built-in feature of platform No setup or configuration is needed It can work on different symbols not just same symbol charts How to use it? Attach the indicator on those charts that you want to use synchronized crosshair Press Ctrl and the synchronized crosshair will appear While you press Ctrl button move your mouse cursor Leave Ctrl button and move the mouse cursor again, it will display the data box on a corner of your charts This indicator is open source, feel free to improve it: spotware/Synchronized-Crosshair: A cTrader desktop indicator that allows you to synchronize the chart crosshair (github.com)
Synchronized Scrolling
  2
  5
  1179
free  30 Mar 2022
This indicator allows you to synchronize scrolling between your cTrader charts, to use it you just have to attach the indicator on your charts that you want to synchronize their scrolling and it will scroll your other charts if you scroll one of them. Features Easy to use, you just have to attach it on a chart and it will work It can work with different time frame and symbol charts Three different modes that allows you to limit the indicator This indicator is open source, you can contribute on Github:  https://github.com/spotware/Synchronized-Scrolling  
Go To Date
  3
  5
  1564
free  21 Mar 2022
This indicator allows you to easily and quickly scroll your chart to a specific time, you just have to pass the time and it will scroll back your chart to your passed time value. Features It doesn't occupy any space on your chart, you can show/hide it with an hotkey It doesn't consume any system resource while it's attached on your chart Automatically adjusts itself with your cTrader time zone Uses cTrader chart controls and works like a built-in feature You can change the hotkey to any of your keyboard keys You can change the location of it's input box When you are setting the hotkey be sure that your selected keys aren't used by any other cTrader hotkeys, otherwise it will not work. You can disable the hotkey mode in case if you want to always have access to that indicator input box, when hotkey is active it only appears if you press the hotkey. This indicator is open source, if you want to improve it create a PR on it's Github repository: spotware/Go-To-Date: A cTrader desktop indicator that allows you to easily scroll back the chart to a specific date (github.com)
free  01 Jun 2022
  This indicator allows you to create custom Tick charts by using the current available Tick chart on cTrader. You can set the tick size to any value you want to, you can also attach the cTrader indicators on custom generated chart OHLC outputs. Features Creates custom size tick charts Separate on chart and non-overlay versions You can change the colors of bars Shows the high/low wicks for bars You can use the custom chart outputs as a source for other indicators Changelog Version 1.2.1.0 Release Date: June 1, 2022 Fixed: Issue with cTrader 4.2 Version 1.2.0.0 Release Date: May 27, 2022 Removed: Error messages Added: Automatically changes the chart period to an appropriate Tick period that the custom tick chart can be generated from Added: Making the actual chart bars transparent (only overlay version) Fixed: Issue with attached indicators Version 1.1.0.0 Release Date: May 26, 2022 Fixed: Outputs issue   This indicator is open source, if you want to contribute:  https://github.com/spotware/Custom-Tick-Chart  
free  01 Jun 2022
 This indicator allows you to create custom Tick charts by using the current available Tick chart on cTrader. You can set the tick size to any value you want to, you can also attach the cTrader indicators on custom generated chart OHLC outputs. Features Creates custom size tick charts Separate on chart and non-overlay versions You can change the colors of bars Shows the high/low wicks for bars You can use the custom chart outputs as a source for other indicators Changelog Version 1.2.1.0 Release Date: June 1, 2022 Fixed: Issue with cTrader 4.2 Version 1.2.0.0 Release Date: May 27, 2022 Removed: Error messages Added: Automatically changes the chart period to an appropriate Tick period that the custom tick chart can be generated from Added: Making the actual chart bars transparent (only overlay version) Fixed: Issue with attached indicators Version 1.1.0.0 Release Date: May 26, 2022 Fixed: Outputs issue   This indicator is open source, if you want to contribute:  https://github.com/spotware/Custom-Tick-Chart  
free  06 May 2022
This indicator allows you to create custom Renko charts by using the current available Renko chart on cTrader. You can set the Renko brick size in Pips to any value you want to, you can also attach the cTrader indicators on custom generated chart OHLC outputs. Features Creates custom size Renko bricks Separate on chart and non-overlay versions You can change the colors of Renko bricks Shows the high/low wicks for Renko bricks You can use the custom chart outputs as a source for other indicators Changelog: Version 1.1.0.0 Release Date: February 3, 2022 Added: Last bar progress   This indicator is open source, if you want to contribute:  https://github.com/spotware/Custom-Renko-Chart-None-overlay  
free  03 Feb 2022
This indicator allows you to create custom Renko charts by using the current available Renko chart on cTrader. You can set the Renko brick size in Pips to any value you want to, you can also attach the cTrader indicators on custom generated chart OHLC outputs. Features Creates custom size Renko bricks Separate on chart and non-overlay versions You can change the colors of Renko bricks Shows the high/low wicks for Renko bricks You can use the custom chart outputs as a source for other indicators Changelog: Version 1.1.0.0 Release Date: February 3, 2022 Added: Last bar progress This indicator is open source, if you want to contribute:  https://github.com/spotware/Custom-Renko-Chart
Measure Tool
  0
  0
  1191
free  26 Jan 2023
This indicator allows you to measure an area of chart in terms of number of bars, amount of time, price delta, price percentage change, and volume. Measure Tool is an open source indicator, if you want to contribute check our Github: spotware/Measure-Tool: cTrader chart measuring tool (github.com) Changelog: Version 1.2.0.0 Release Date: January 26, 2023 Changed: String color parameters to new Color type parameter Note: This version only works on cTrader 4.6 or above. Version 1.1.0.0 Release Date: December 20, 2022 Fixed: Issues with new versions of cTrader Changed: Target framework from .NET 4 to 6
Chart Analysis Saver
  1
  5
  1018
free  20 May 2022
This indicator saves your chart objects including indicator area objects and load it automatically when you re open the chart or manually if you press the hotkeys for loading the saved chart objects. Saving It works in both auto and manual, the auto save has two different modes: OnChange: When an object is added/removed/changed it saves the chart Interval: Keeps saving the chart based on a time interval you set To manually save your chart objects you just have to press the hotkey you set for manual save, the default hotkey for manual save is Shift+S. You can also save the chart objects on a file that you select, the save as function allows you to save the chart objects on any file you want to, it has an hotkey like manual save, the default hotkey for save as is Shift+A. Loading Indicator saves the chart objects on your system cAlgo folder, the path to saved chart files is: documents/calgo/charts Each saved chart has it own ".cchart" file, the file name is in this format: AccountNumber-SymbolName-TimeFrame-ChartType.cchart By using the above naming format indicator keeps each of your charts separate on their own files. To load a saved chart you can use either auto load, manual load, or open as functions. If you enable auto load indicator will load the chart objects from its saved file whenever the indicator initializes. The manual load function allows you to load the chart whenever you want to, you just have to press the manual load hotkey, the default hotkey for manual load is Shift+L. You can also open a saved chart file by using Open as option like Save as option, just press the Open As hotkey and select the chart file you want to load. It has an hotkey for opening the charts folder on your file explorer, to open the folder press the "Charts Folder Hotkey", it will automatically select the current chart file if there was any. When setting hotkeys be sure it will not interfere with cTrader hotkeys, otherwise the hotkey will not work. This indicator is open source, feel free to fork and improve it: spotware/Chart-Analysis-Saver: This indicator saves / loads cTrader chart objects (github.com)
free  05 Jan 2022
This indicator shows the current week economic news events on your charts in form of vertical lines. It uses ForexFactory for getting news events data. To see full info of news event right click on its vertical line. Changelog: Version 1.1.0 Release Date: January 5, 2022 Added: Show past events parameter Github:  https://github.com/spotware/Economic-Events-On-Chart  
free  12 Oct 2021
This is Rob Booker Missed Pivot Points indicator cTrader impementation. Github: spotware/Rob-Booker-Missed-Pivot-Points: This is Rob Booker Missed Pivot Points indicator cTrader impementation (github.com)
free  11 Oct 2021
This is the Rob Booker Ziv Ghost Pivots indicator implementation for cTrader. Github: spotware/Rob-Booker-Ziv-Ghost-Pivots: This is the Rob Booker Ziv Ghost Pivots indicator implementation for cTrader (github.com)
free  08 Oct 2021
This is the Rob Booker Intraday Pivot Points indicator implementation for cTrader. Github: spotware/Rob-Booker-Intraday-Pivot-Points: This is the Rob Booker Intraday Pivot Points indicator implementation for cTrader (github.com)
Rob Booker Reversal
  0
  0
  1378
free  06 Oct 2021
This is the Rob Booker Reversal indicator implementation for cTrader. It uses MACD and stochastic to find reversal signals. Github:  https://github.com/spotware/Rob-Booker-Reversal  
free  06 Oct 2021
This is the Rob Booker Knoxville Divergence indicator implementation for cTrader. This indicator uses Momentum Oscillator and RSI on the back, the divergence is based on price and momentum oscillator and it uses RSI overbought / oversold for confirmation. Github: spotware/Rob-Booker-Knoxville-Divergence: This is the Rob Booker Knoxville Divergence indicator implementation for cTrader (github.com)
free  04 Oct 2021
This is the Rob Booker ADX Breakout indicator implementation for cTrader. It uses the popular ADX indicator on the background to find breakout trade setups. When market is consolidating or when ADX is less than a specific threshold it shows a breakout box based on previous bars highs and lows. If ADx goes above specified threshold again and broke the box from either side then its considered a breakout trade setup. Github: spotware/Rob-Booker-ADX-Breakout: This is the Rob Booker ADX Breakout indicator implementation for cTrader (github.com)
free  30 Sep 2021
This is John Ehlers Smoothed Adaptive Momentum indicator implementation for cTrader. Github: spotware/Ehlers-Smoothed-Adaptive-Momentum: This is John Ehlers Smoothed Adaptive Momentum indicator implementation for cTrader (github.com)
Ehlers Adaptive CG
  0
  0
  852
free  29 Sep 2021
This is the John Ehlers Adaptive CG Indicator implementation for cTrader. Github:  https://github.com/spotware/Ehlers-Adaptive-CG  
free  29 Sep 2021
This is the John Ehlers Adaptive Cyber Cycle Indicator implementation for cTrader. Github: spotware/Ehlers-Adaptive-Cyber-Cycle: This the John Ehlers Adaptive Cyber Cycle Indicator implementation for cTrader (github.com)
free  27 Sep 2021
This is John Ehlers Stochastic CG Oscillator implementation for cTrader. Github:  https://github.com/spotware/Ehlers-Stochastic-CG-Oscillator
free  30 Sep 2021
This is the Ehlers MESA Adaptive Moving Average indicator cTrader implementation. Github:  https://github.com/spotware/Ehlers-MESA-Adaptive-Moving-Average
Ehlers Simple Cycle
  0
  0
  918
free  23 Sep 2021
This is one of the John Ehlers cycle indicators implementation for cTrader. Github: spotware/Ehlers-Simple-Cycle: Its one of the John Ehlers cycle indicators implementation for cTrader (github.com)
free  22 Sep 2021
This is the John Ehlers Instantaneous Trendline indicator implementation for cTrader. Github: spotware/Ehlers-Instantaneous-Trend: cTrader John Ehlers Instantaneous Trendline indicator (github.com)
Moon Phases
  0
  0
  883
free  21 Sep 2021
This indicator shows the different moon phases on your chart. Github: spotware/Moon-Phases: This is a cTrader indicator that shows moon phases on a cTrader chart (github.com)
Chaikin Oscillator
  0
  0
  766
free  17 Sep 2021
This Marc Chaikin Chaikin Oscillator implementation for cTrader. Github: spotware/Chaikin-Oscillator: Chaikin Oscillator Indicator for cTrader (github.com)
Squeeze Momentum
  0
  0
  1303
free  16 Sep 2021
This is the John Carter Squeeze Momentum indicator implementation for cTrader. Github:  https://github.com/spotware/Squeeze-Momentum
SMI Ergodic
  0
  0
  894
free  15 Sep 2021
SMI Ergodic is calculated the same as the True Strength Index except it is a double-smoothed. It also includes a signal line (in purple below) that is an exponential moving average of the SMI Ergodic plot (in orange below). Similar to Stochastics but absent the compression seen with stochastics at extremes. The Ergodic indicator helps identify long trends in prices. As with most oscillators, the overbought or oversold extremes are considered the signal areas. Github: spotware/SMI-Ergodic: SMI Ergodic Indicator for cTrader (github.com)
free  14 Sep 2021
The relative volatility index (RVI) is a volatility indicator that was developed by Donald Dorsey to indicate the direction of volatility. It is similar to the Relative Strength Index (RSI), except that it measures the standard deviation of prices changes over a period rather than the absolute price changes. Github:  https://github.com/spotware/Relative-Volatility-Index
free  13 Sep 2021
This is the Cumulative Volume Index (CVI) indicator implementation for cTrader. Github:  https://github.com/spotware/Cumulative-Volume-Index  
Chande Kroll Stop
  0
  0
  891
free  10 Sep 2021
This is the Chande Kroll Stop indicator for cTrader, you can use it for setting your orders stop. Github:  https://github.com/spotware/Chande-Kroll-Stop
Chop Zone
  2
  0
  1294
free  09 Sep 2021
This indicator shows the market condition on a histogram, it measures the trendiness and choppiness of price action. Github:  https://github.com/spotware/Chop-Zone  
Connors RSI (CRSI)
  0
  5
  996
free  08 Sep 2021
This is the Connors RSI (CRSI) custom indicator for cTrader based on Automate API. Github: spotware/ConnorsRSI: This is the Connors RSI (CRSI) custom indicator for cTrader (github.com)
free  07 Sep 2021
This is the Balance of Power (BOP) oscillator indicator for cTrader. Github: spotware/Balance-of-Power: This Balance of Power (BOP) indicator for cTrader (github.com)
Pitchfork Drawing
  4
  5
  1304
free  26 Jan 2023
 The Pitchfork Drawing indicator allows you to draw all of the most popular Pitchfork technical analysis tools on your cTrader chart, this indicator uses Automate API chart controls and object. It works like a built-in tool of cTrader platform and doesn't get too much space on your charts, you can expand it when you want to use it and then collapse it. Features You can draw Pitchfork original, Schiff, modified Schiff, and Pitchfan Expand/collapse the buttons Save/load the drawings on/from file Show/Hide drawings Timeframe filter Remove all drawings with one click This indicator is open source, if you are interested you can contribute on Github: spotware/pitchfork-drawing     Changelog Version 1.2.0.0 Release Date: January 26, 2023 Changed: String color parameters to new Color type parameter Note: This version only works on cTrader 4.6 or above. Version 1.1.0.0 Release Date: December 20, 2022 Fixed: Issues with new versions of cTrader Changed: Target framework from .NET 4 to 6
Fibonacci Drawing
  5
  5
  2927
free  26 Jan 2023
This sample indicator allows you to draw most popular Fibonacci drawing tools on your chart. It's designed to work like a built-in feature of cTrader platform, you can draw any of the Fibonacci drawing tools by clicking on the indicator buttons menu for that specific tool and then click on your chart to plot it. The Fibonacci Drawing is open source and if you are a cTrader automate API developer you can use this as a sample for developing highly sophisticated add-ons for cTrader by using the full power of cTrader automate API. Features Have almost all popular Fibonacci drawing tools like retracement, expansion, speed resistance fan, time zone, trend based time, and channel Works like a built-in feature of cTrader Doesn't occupy too much space on your chart, you can expand/collapse it anytime Save/load drawings, you can share your drawings with other cTrader users and they can just load it on their charts Full customizable, you can change each drawing specific settings based on your needs Show or hide all drawn objects by clicking on indicator show/hide buttons Remove all drawn objects with one click Multi time frame filter This indicator is open source, if you are interested you can contribute on Github:  spotware/fibonacci-drawing Changelog Version 1.2.0.0 Release Date: January 26, 2023 Changed: String color parameters to new Color type parameter Note: This version only works on cTrader 4.6 or above. Version 1.1.0.0 Release Date: December 20, 2022 Fixed: Issues with new versions of cTrader Changed: Target framework from .NET 4 to 6 Version 1.0.2.0 Release Date: June 10, 2021 Added: New option for showing/hiding the price and time levels of Fibonacci Resistance fan Fixed: A major bug on Fan patterns Version 1.0.1.0 Release Date: June 8, 2021 Added: Fibonacci Expansion drawing tool Changed: Improved logger  
Gann Drawing
  0
  5
  1623
free  26 Jan 2023
This indicator allows you to draw Gann indicators on your chart, you can use it both as a tool for drawing Gann indicators and as a code sample for learning how to use Automate API chart drawing objects. You can draw these Gann indicators: Gann Box Gann Square Gann Fan Features: Being able to fully customize the appearance of drawings Modifying drawing, moving, resizing Saving your drawings and loading it on a different chart or system Show/Hide all drawings Removing all drawings This indicator is open source, you can contribute on Github:  spotware/gann-drawing   This indicator doesn't work properly on future not drawn bars of non time based charts like Tick, Renko, and Range. Changelog: Version 1.2.0.0 Release Date: January 26, 2023 Changed: String color parameters to new Color type parameter Note: This version only works on cTrader 4.6 or above. Version 1.2.0.0 Release Date: January 25, 2023 Changed: String color parameters to new Color parameter type. Note: This version only works on cTrader 4.6 or above. Version 1.1.0.0 Release Date: December 20, 2022 Fixed: Issues with new versions of cTrader Changed: Target framework from .NET 4 to 6 Version 1.0.2.0 Release Date: June 10, 2021 Fixed: A major bug on Fan patterns Version 1.0.1.0 Release Date: June 1, 2021 Added: Expand/collapse option Fixed: Several minor bugs
Pattern Drawing
  11
  5
  3000
free  26 Jan 2023
The Pattern drawing indicator is developed to allow you draw chart patterns easily on your cTrader chart and as an example of cTrader automate API capabilities. You can use it as a trader for drawing chart patterns like: Triangle Cypher Cycles Head and Shoulders ABCD Three Drives Elliott Impulse Wave (12345) Elliott Triangle Wave (ABCDE) Elliott Triple Combo Wave (WXYXZ) Elliott Correction Wave (ABC) Elliott Double Combo Wave (WXY) Fibonacci Tools Pitchfork Tools Gann Tools If you are developer you can use it as a good advanced code sample, and if you are interested you can contribute to improve this indicator via Github. Github:  spotware/Pattern-Drawing   This indicator only works on cTrader 4.2 or later. Changelog Version 1.2.0.0 Release Date: January 26, 2023 Changed: String color parameters to new Color type parameter Note: This version only works on cTrader 4.6 or above. Version 1.1.0.0 Release Date: December 20, 2022 Fixed: Issues with new cTrader versions Changed: Target framework from .NET 4 to 6. Version 1.0.6.0 Release Date: December 16, 2021 Added: Chart Measure Tool Version 1.0.5.0 Release Date: July 1, 2021 Added: Pitchfork drawings Version 1.0.4.0 Release Date: June 1, 2021 Added: Fibonacci drawings Version 1.0.3.0 Release Date: May 4, 2021 Changed: Removed some not used resources Version 1.0.2.0 Release Date: April 14, 2021 Added: Elliott wave pattern degrees Added: Save/load buttons Version 1.0.1.0 Release Date: March 17, 2021 Added: TimeFrame visibility option
Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.
Hotkeys Tool
  0
  0
  1076
free  23 Sep 2021
This is a sample cBot that shows how you can use cTrader Automate API hotkeys feature to add hotkeys on your cBots/indicators. With this cBot you can execute all kinds of trading operations and draw chart objects by using hotkeys. Features You can set the hotkey for each action You can use modifier keys with each hotkey like Alt, Ctrl, and Shift It shows all your defined hotkeys on a table in your chart This cBot code is open source and you can contribute on Github: spotware/hotkeys-tool: A sample cBot that shows how to handle keyboard/mouse events on cTrader Automate API (github.com)  
Lines Trader
  9
  0
  3043
free  30 Jul 2018
The below cBot has been developed to demonstrate some of the new features of cTrader Automate API 3.01. The "LinesTrader cBot" allows traders to draw lines on chart which can be used a break out or retracement lines. If the price crosses a Breakout Line then an order towards the crossing direction is placed. If the price crosses a Retracement Line then an order towards the opposite direction of the crossing is placed. Note: The cBot currently works only on Spotware cTrader Public Beta which has been upgraded to version 3.01.