Do not appear source code on cBot

Created at 26 Nov 2020, 18:32
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
TH

th3nd

Joined 26.11.2020

Do not appear source code on cBot
26 Nov 2020, 18:32


Please someone knows how to string into the bot so as not to make the source code appear and therefore not be able to modify it. Thank you all


@th3nd
Replies

PanagiotisCharalampous
26 Nov 2020, 18:40

Hi th3nd,

The cBot code does not appear when installed on another computer unless it is explicitly built with source code.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

th3nd
26 Nov 2020, 18:59 ( Updated at: 26 Nov 2020, 19:01 )

RE:

PanagiotisCharalampous said:

Hi th3nd,

The cBot code does not appear when installed on another computer unless it is explicitly built with source code.

Best Regards,

Panagiotis 

Join us on Telegram

So how do I turn source code into a bot that others can't edit or view? Tnk

using System;
using cAlgo.API;

namespace cAlgo.Robots
{
    [Robot("x", AccessRights = AccessRights.None)]
    public class Robot_Forex : Robot
    { ecc....


@th3nd

PanagiotisCharalampous
26 Nov 2020, 20:01

Hi th3nd,

Right click on the cBot and then click on Build. When the build is finished, right click again and select Show in Folder. Find your cBot .algo file. You can send this file to anybody you want, it does not contain any source code.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

th3nd
30 Nov 2020, 09:12

RE:

PanagiotisCharalampous said:

Hi th3nd,

Right click on the cBot and then click on Build. When the build is finished, right click again and select Show in Folder. Find your cBot .algo file. You can send this file to anybody you want, it does not contain any source code.

Best Regards,

Panagiotis 

Join us on Telegram

Tnk y.


@th3nd