Replies

FOREXNUGGETS
07 Mar 2024, 22:57 ( Updated at: 08 Mar 2024, 00:12 )

1


@FOREXNUGGETS

FOREXNUGGETS
05 Mar 2024, 08:02

RE: Assembly must contain algo type

PanagiotisCharalampous said: 

Hi there,

Your project needs to have an Algo class in order to compile.

Best regards,

Panagiotis

l have added as below but there is a new error message 

using cAlgo.API;
using SKM.V3;
using SKM.V3.Methods;
using SKM.V3.Models;

namespace cAlgo.Robots
{
   [Robot(AccessRights = AccessRights.None)]
   public class CombinedRobot : Robot
   {
       protected override void OnStart()
       {

Severity Code Description Project File Line Suppression State
Error CS5001 Program does not contain a static 'Main' method suitable for an entry point Trial Version C:\Users\Administrator\source\repos\Trial Version\Trial Version\CSC 1 Active
 


@FOREXNUGGETS

FOREXNUGGETS
05 Mar 2024, 06:54 ( Updated at: 05 Mar 2024, 06:58 )

RE: Assembly must contain algo type

firemyst said: 

Try reading Spotware's documentation and Google:

https://help.ctrader.com/ctrader-automate/compiling/#parameters

 

l am asking because its better to be safe than sorry , especially if there is a warning.

Sdk.targets

WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
         created a backup copy.  Incorrect changes to this file will make it
         impossible to load or build your projects from the command-line or the IDE.

Copyright © Spotware Systems Ltd. All rights reserved.

 


@FOREXNUGGETS

FOREXNUGGETS
08 Feb 2024, 07:58 ( Updated at: 08 Feb 2024, 09:41 )

RE: cbot licensig intergration

PanagiotisCharalampous said: 

Hi there,

It seems you are using a third party licensing service which we are not familiar with. Maybe you should try contacting the licensing service provider first.

Best regards,

Panagiotis

Greetings Panagiotis,

Thank you very much for the response.

l understand your response. in this case which licensing service providers are you familiar with perhaps l can check what they offer.


@FOREXNUGGETS

FOREXNUGGETS
08 Feb 2024, 07:58 ( Updated at: 08 Feb 2024, 09:41 )

RE: cbot licensig intergration

PanagiotisCharalampous said: 

Hi there,

It seems you are using a third party licensing service which we are not familiar with. Maybe you should try contacting the licensing service provider first.

Best regards,

Panagiotis

Greetings Panagiotis,

Thank you very much for the response.

l understand your response. in this case which licensing service providers are you familiar with perhaps l can check what they offer.


@FOREXNUGGETS