Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Robots/.samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
{
"name": "Accumulative Swing Index Sample"
},
{
"name": "Add Indicator Sample"
},
{
"name": "AddToChart Sample"
},
Expand Down Expand Up @@ -38,12 +41,6 @@
{
"name": "Bollinger Bands Sample"
},
{
"name": "cBots Adds Indicator Sample"
},
{
"name": "cBots Starts cBot Sample"
},
{
"name": "Center Of Gravity Sample"
},
Expand Down Expand Up @@ -248,6 +245,9 @@
{
"name": "Standard Deviation Sample"
},
{
"name": "Start cBot Sample"
},
{
"name": "Stochastic Oscillator Sample"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down