Skip to content

Commit 2bdd6f1

Browse files
authored
Fix cBot samples (spotware#32)
1 parent 9aa534c commit 2bdd6f1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Robots/.samples.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
{
66
"name": "Accumulative Swing Index Sample"
77
},
8+
{
9+
"name": "Add Indicator Sample"
10+
},
811
{
912
"name": "AddToChart Sample"
1013
},
@@ -38,12 +41,6 @@
3841
{
3942
"name": "Bollinger Bands Sample"
4043
},
41-
{
42-
"name": "cBots Adds Indicator Sample"
43-
},
44-
{
45-
"name": "cBots Starts cBot Sample"
46-
},
4744
{
4845
"name": "Center Of Gravity Sample"
4946
},
@@ -248,6 +245,9 @@
248245
{
249246
"name": "Standard Deviation Sample"
250247
},
248+
{
249+
"name": "Start cBot Sample"
250+
},
251251
{
252252
"name": "Stochastic Oscillator Sample"
253253
},

Robots/cBot Starts cBot Sample/cBot Starts cBot Sample.sln renamed to Robots/Add Indicator Sample/Add Indicator Sample.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30011.22
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cBot Starts cBot Sample", "cBot Starts cBot Sample\cBot Starts cBot Sample.csproj", "{1751be77-fe78-4e12-b558-7fb418ed6b44}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Add Indicator Sample", "Add Indicator Sample\Add Indicator Sample.csproj", "{1751be77-fe78-4e12-b558-7fb418ed6b44}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Robots/cBot Adds Indicator Sample/cBot Adds Indicator Sample.sln renamed to Robots/Start cBot Sample/Start cBot Sample.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30011.22
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cBot Adds Indicator Sample", "cBot Adds Indicator Sample\cBot Adds Indicator Sample.csproj", "{1751be77-fe78-4e12-b558-7fb418ed6b44}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Start cBot Sample", "Start cBot Sample\Start cBot Sample.csproj", "{1751be77-fe78-4e12-b558-7fb418ed6b44}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)