Topics
Replies

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

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