Do not appear source code on cBot
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
Replies
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
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
@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
Tnk y.
@th3nd
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