Topics
17 May 2022, 11:22
 936
 3
14 Dec 2020, 13:38
 1542
 3
Replies

ClickAlgo
28 Nov 2018, 16:31

Hi,

You could also use this free plugin for logging information.

https://clickalgo.com/ctrader-cbot-indicator-data-logger

Paul.


@ClickAlgo

ClickAlgo
13 Nov 2018, 16:10

Hi Steven,

We can help you with this, please send your project description to contact@clickalgo.com and we will let you know the cost and estimated delivery date for the custom indicator.

Paul Hayes
Sales & Marketing
Emailcontact@clickalgo.com
Phone: (44) 203 289 6573
Websitehttps://clickalgo.com

ctrader specialists

Twitter | Facebook | Google+ | YouTube | Pinterest | LinkedIn


@ClickAlgo

ClickAlgo
29 Oct 2018, 20:01 ( Updated at: 21 Dec 2023, 09:20 )

This tool is available to download now.

https://clickalgo.com/ctrader-risk-reward-chart-trading-tool

Paul Hayes
Sales & Marketing
Emailcontact@clickalgo.com
Phone: (44) 203 289 6573
Websitehttps://clickalgo.com

ctrader specialists

Twitter | Facebook | Google+ | YouTube | Pinterest | LinkedIn


@ClickAlgo

ClickAlgo
29 Oct 2018, 19:35

This tool is available for download now.

https://clickalgo.com/ctrader-risk-reward-chart-trading-tool


@ClickAlgo

ClickAlgo
24 Oct 2018, 14:19 ( Updated at: 21 Dec 2023, 09:20 )

Watch the video tutorial for a general overview, we are testing the product now and it will be available soon.

WATCH A VIDEO TUTORIAL


@ClickAlgo

ClickAlgo
19 Oct 2018, 08:59

Hi Anthony,

What you need is a cloud-based server in the form of a VPS, they offer 99.9% uptime 24/7, to find out more click on the link below and if you need more information about exactly what is a Virtual Private Server (VPS) click here

https://clickalgo.com/ctrader-vps-hosting-special-offer

Paul Hayes
Sales & Marketing
Emailcontact@clickalgo.com
Phone: (44) 203 289 6573
Websitehttps://clickalgo.com


@ClickAlgo

ClickAlgo
17 Oct 2018, 14:01

This bug was probably caused by the architecture of my project, it has been resolved using an async call instead, you can ignore or close this ticket.


@ClickAlgo

ClickAlgo
15 Oct 2018, 18:08

Sorry, I posted on the wrong forum, it is an intermittent fault also.


@ClickAlgo

ClickAlgo
13 Oct 2018, 13:49

Hi Ekion,

This tool is already in development and will be ready soon, why not sign-up as an alpha tester and get it for free.

https://ctrader.com/forum/third-party-products/13833?page=1#1

Paul.


@ClickAlgo

ClickAlgo
03 Oct 2018, 21:02

Hi,

Also, take a look at our algorithmic trading school for beginners.

https://clickalgo.com/cTrader-algorithmic-trading-school-for-beginners

Paul Hayes
Sales & Marketing
Emailcontact@clickalgo.com
Phone: (44) 203 289 6573
Websitehttps://clickalgo.com

Twitter | Facebook | Google+ | YouTube | Pinterest | LinkedIn


@ClickAlgo

ClickAlgo
27 Sep 2018, 17:41

Hi Afhacker,

That is very kind of you to think of us and very appreciated.

Paul.

 


@ClickAlgo

ClickAlgo
26 Sep 2018, 12:55

Thank you for the great work you are all doing with adding additional features to the platform.


@ClickAlgo

ClickAlgo
18 Sep 2018, 14:58

I put a hyperlink on the MAX text on the previous post, but it is also below.

https://www.tutlane.com/tutorial/linq/linq-max-function-to-get-maximum-value-from-list


@ClickAlgo

ClickAlgo
17 Sep 2018, 19:45

Hi Alexander,

The answer is simple if you sketch it out on a piece of paper or a white-board, it just needs some logical thinking and it helps if you know the .NET libraries.

  1. Pick timeframe
  2. Look back from the previous candle (bar) to how far back you want to go using an iteration loop
  3. Get the Market Series High Value of the candle
  4. Store each value into a dynamic array
  5. Use the LINQ library to find the Max value of the array

Paul Hayes
Sales & Marketing
Emailcontact@clickalgo.com
Phone: (44) 203 289 6573
Websitehttps://clickalgo.com

Twitter | Facebook | Google+ | YouTube | Pinterest | LinkedIn


@ClickAlgo

ClickAlgo
17 Sep 2018, 19:36

Hi Nordic,

Panagiotis is correct, if you compile with VS and the red asterisk on the cBot disappears then it is compiled, make sure you are looking at your errors tab in VS.

I compile using only VS on a regular basis for cBots, indicators and Add-Ons.

Paul.


@ClickAlgo

ClickAlgo
11 Sep 2018, 17:26

I agree this would be very useful.


@ClickAlgo

ClickAlgo
10 Sep 2018, 15:41

The images above are duplicated, there are another two products on sale.


@ClickAlgo

ClickAlgo
09 Sep 2018, 14:25

When you build via Visual Studio, as long as you have the cBot extension it will create your cBot or indicator for you, there is no need to build from within the cTrader platform.

 


@ClickAlgo

ClickAlgo
09 Sep 2018, 12:03

Hi Nordic,

Maybe I should have explained that the cTrader cBot assembly will run under .NET 4.0, but you can have many other separated assemblies running on any version of the framework as long as they are installed on the client machine.

If you are using just a single default cBot project then try changing the framework to 4.7, it is all backward compatible.

Paul.


@ClickAlgo

ClickAlgo
04 Sep 2018, 08:41

Hi, uvwxyz,

My 2-cents is that using long names for any software project is not a good design practice and should be avoided, consider using acronyms instead.

Paul Hayes
Sales & Marketing
Emailcontact@clickalgo.com
Phone: (44) 203 289 6573
Websitehttps://clickalgo.com

Twitter | Facebook | Google+ | YouTube | Pinterest | LinkedIn


@ClickAlgo