From 69df860e2b0acbcbead9de3184c0df9de5c33dd5 Mon Sep 17 00:00:00 2001 From: Emmanuel Seriki Date: Tue, 27 Aug 2024 15:42:11 +0300 Subject: [PATCH] Fix cBot samples --- Robots/.samples.json | 12 ++++++------ .../Add Indicator Sample.sln} | 2 +- .../Add Indicator Sample/Add Indicator Sample.cs} | 0 .../Add Indicator Sample.csproj} | 0 .../Start cBot Sample.sln} | 2 +- .../Start cBot Sample/Start cBot Sample.cs} | 0 .../Start cBot Sample/Start cBot Sample.csproj} | 0 7 files changed, 8 insertions(+), 8 deletions(-) rename Robots/{cBot Starts cBot Sample/cBot Starts cBot Sample.sln => Add Indicator Sample/Add Indicator Sample.sln} (82%) rename Robots/{cBot Adds Indicator Sample/cBot Adds Indicator Sample/cBot Adds Indicator Sample.cs => Add Indicator Sample/Add Indicator Sample/Add Indicator Sample.cs} (100%) rename Robots/{cBot Adds Indicator Sample/cBot Adds Indicator Sample/cBot Adds Indicator Sample.csproj => Add Indicator Sample/Add Indicator Sample/Add Indicator Sample.csproj} (100%) rename Robots/{cBot Adds Indicator Sample/cBot Adds Indicator Sample.sln => Start cBot Sample/Start cBot Sample.sln} (81%) rename Robots/{cBot Starts cBot Sample/cBot Starts cBot Sample/cBot Starts cBot Sample.cs => Start cBot Sample/Start cBot Sample/Start cBot Sample.cs} (100%) rename Robots/{cBot Starts cBot Sample/cBot Starts cBot Sample/cBot Starts cBot Sample.csproj => Start cBot Sample/Start cBot Sample/Start cBot Sample.csproj} (100%) diff --git a/Robots/.samples.json b/Robots/.samples.json index efa7390..4563035 100644 --- a/Robots/.samples.json +++ b/Robots/.samples.json @@ -5,6 +5,9 @@ { "name": "Accumulative Swing Index Sample" }, + { + "name": "Add Indicator Sample" + }, { "name": "AddToChart Sample" }, @@ -38,12 +41,6 @@ { "name": "Bollinger Bands Sample" }, - { - "name": "cBots Adds Indicator Sample" - }, - { - "name": "cBots Starts cBot Sample" - }, { "name": "Center Of Gravity Sample" }, @@ -248,6 +245,9 @@ { "name": "Standard Deviation Sample" }, + { + "name": "Start cBot Sample" + }, { "name": "Stochastic Oscillator Sample" }, diff --git a/Robots/cBot Starts cBot Sample/cBot Starts cBot Sample.sln b/Robots/Add Indicator Sample/Add Indicator Sample.sln similarity index 82% rename from Robots/cBot Starts cBot Sample/cBot Starts cBot Sample.sln rename to Robots/Add Indicator Sample/Add Indicator Sample.sln index 400d7b2..f47d4da 100644 --- a/Robots/cBot Starts cBot Sample/cBot Starts cBot Sample.sln +++ b/Robots/Add Indicator Sample/Add Indicator Sample.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30011.22 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cBot Starts cBot Sample", "cBot Starts cBot Sample\cBot Starts cBot Sample.csproj", "{1751be77-fe78-4e12-b558-7fb418ed6b44}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Add Indicator Sample", "Add Indicator Sample\Add Indicator Sample.csproj", "{1751be77-fe78-4e12-b558-7fb418ed6b44}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Robots/cBot Adds Indicator Sample/cBot Adds Indicator Sample/cBot Adds Indicator Sample.cs b/Robots/Add Indicator Sample/Add Indicator Sample/Add Indicator Sample.cs similarity index 100% rename from Robots/cBot Adds Indicator Sample/cBot Adds Indicator Sample/cBot Adds Indicator Sample.cs rename to Robots/Add Indicator Sample/Add Indicator Sample/Add Indicator Sample.cs diff --git a/Robots/cBot Adds Indicator Sample/cBot Adds Indicator Sample/cBot Adds Indicator Sample.csproj b/Robots/Add Indicator Sample/Add Indicator Sample/Add Indicator Sample.csproj similarity index 100% rename from Robots/cBot Adds Indicator Sample/cBot Adds Indicator Sample/cBot Adds Indicator Sample.csproj rename to Robots/Add Indicator Sample/Add Indicator Sample/Add Indicator Sample.csproj diff --git a/Robots/cBot Adds Indicator Sample/cBot Adds Indicator Sample.sln b/Robots/Start cBot Sample/Start cBot Sample.sln similarity index 81% rename from Robots/cBot Adds Indicator Sample/cBot Adds Indicator Sample.sln rename to Robots/Start cBot Sample/Start cBot Sample.sln index dc26e63..db909a9 100644 --- a/Robots/cBot Adds Indicator Sample/cBot Adds Indicator Sample.sln +++ b/Robots/Start cBot Sample/Start cBot Sample.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30011.22 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cBot Adds Indicator Sample", "cBot Adds Indicator Sample\cBot Adds Indicator Sample.csproj", "{1751be77-fe78-4e12-b558-7fb418ed6b44}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Start cBot Sample", "Start cBot Sample\Start cBot Sample.csproj", "{1751be77-fe78-4e12-b558-7fb418ed6b44}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Robots/cBot Starts cBot Sample/cBot Starts cBot Sample/cBot Starts cBot Sample.cs b/Robots/Start cBot Sample/Start cBot Sample/Start cBot Sample.cs similarity index 100% rename from Robots/cBot Starts cBot Sample/cBot Starts cBot Sample/cBot Starts cBot Sample.cs rename to Robots/Start cBot Sample/Start cBot Sample/Start cBot Sample.cs diff --git a/Robots/cBot Starts cBot Sample/cBot Starts cBot Sample/cBot Starts cBot Sample.csproj b/Robots/Start cBot Sample/Start cBot Sample/Start cBot Sample.csproj similarity index 100% rename from Robots/cBot Starts cBot Sample/cBot Starts cBot Sample/cBot Starts cBot Sample.csproj rename to Robots/Start cBot Sample/Start cBot Sample/Start cBot Sample.csproj