Skip to content

Commit 56d96cf

Browse files
committed
change namespace to InvestSoft
1 parent 76f191f commit 56d96cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DrawingTools/FreeOrderFlow/FofRangeVolumeProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
using NinjaTrader.Gui;
1212
using NinjaTrader.Gui.Chart;
1313
using NinjaTrader.Data;
14-
using InvestiSoft.NinjaScript.VolumeProfile;
14+
using InvestSoft.NinjaScript.VolumeProfile;
1515
#endregion
1616

1717
//This namespace holds Drawing tools in this folder and is required. Do not change it.

Indicators/FreeOrderFlow/FofVolumeProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
using NinjaTrader.NinjaScript;
2121
using NinjaTrader.Core.FloatingPoint;
2222
using NinjaTrader.NinjaScript.DrawingTools;
23-
using InvestiSoft.NinjaScript.VolumeProfile;
23+
using InvestSoft.NinjaScript.VolumeProfile;
2424
#endregion
2525

2626
//This namespace holds Indicators in this folder and is required. Do not change it.

InvestiSoft/FofVolumeProfile.cs renamed to InvestiSoft/VolumeProfileUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
using System.Windows.Forms;
1313
#endregion
1414

15-
namespace InvestiSoft.NinjaScript.VolumeProfile
15+
namespace InvestSoft.NinjaScript.VolumeProfile
1616
{
1717
#region Data
1818
internal class FofVolumeProfileRow

0 commit comments

Comments
 (0)