TH
Topics
26 Nov 2020, 18:32
1313
5
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
th3nd
30 Nov 2020, 09:12
RE:
PanagiotisCharalampous said:
Tnk y.
@th3nd