imfm Posted August 2, 2017 Report Share Posted August 2, 2017 here is {Deltascalper NUlled and Source Code} https://www.sendspace.com/file/0d1owy Traderbeauty, iksak, Shenong and 5 others 8 Quote Link to comment Share on other sites More sharing options...
⭐ trim Posted August 2, 2017 Report Share Posted August 2, 2017 When compiling I get error code cs0246. It refers to cs0234, missing dll file. Have you been able to compile it? Quote Link to comment Share on other sites More sharing options...
⭐ laser1000it Posted August 2, 2017 Report Share Posted August 2, 2017 When compiling I get error code cs0246. It refers to cs0234, missing dll file. Have you been able to compile it? me too ~X( ⭐ trim 1 Quote Link to comment Share on other sites More sharing options...
orfila Posted August 2, 2017 Report Share Posted August 2, 2017 in the .cs file move this two lines below the using statements and recompile : using ... namespace NinjaTrader.Indicator { ⭐ trim, ylidor, Top1 and 1 other 4 Quote Link to comment Share on other sites More sharing options...
⭐ trim Posted August 2, 2017 Report Share Posted August 2, 2017 in the .cs file move this two lines below the using statements and recompile : using ... namespace NinjaTrader.Indicator { Which two lines? The line that generated the error message? In this case line 556. I ´ve tried but I still get the error. Please, could you provide a few more details? Quote Link to comment Share on other sites More sharing options...
⭐ moneyshare Posted August 2, 2017 Report Share Posted August 2, 2017 in the .cs file move this two lines below the using statements and recompile : using ... namespace NinjaTrader.Indicator { Thanks. It's working ⭐ ESVepara 1 Quote Link to comment Share on other sites More sharing options...
kfckfc3000 Posted August 2, 2017 Report Share Posted August 2, 2017 (edited) move all "using..." statements above "namespace NinjaTrader.Indicator..." using... using... using... namespace NinjaTrader.Indicator { .. .. } Edited August 2, 2017 by kfckfc3000 ⭐ ESVepara and ⭐ trim 2 Quote Link to comment Share on other sites More sharing options...
⭐ moneyshare Posted August 2, 2017 Report Share Posted August 2, 2017 Which two lines? The line that generated the error message? In this case line 556. I ´ve tried but I still get the error. Please, could you provide a few more details? Hi trim As orfila mentioned move first two lines to below the using statements and compile the first two lines are below namespace NinjaTrader.Indicator { ⭐ ESVepara and ⭐ trim 2 Quote Link to comment Share on other sites More sharing options...
⭐ trim Posted August 2, 2017 Report Share Posted August 2, 2017 Got it, thanks! Quote Link to comment Share on other sites More sharing options...
thedriver Posted August 2, 2017 Report Share Posted August 2, 2017 (edited) Got it, thanks! please share it here thanks isn't right?? using NinjaTrader.Data; using NinjaTrader.Gui.Chart; using NinjaTrader.Gui.Design; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.IO; using System.Linq; using System.Net; using System.Xml.Serialization; namespace NinjaTrader.Indicator { Edited August 2, 2017 by thedriver Quote Link to comment Share on other sites More sharing options...
⭐ Caoln Posted August 2, 2017 Report Share Posted August 2, 2017 please share a screen Quote Link to comment Share on other sites More sharing options...
⭐ trim Posted August 2, 2017 Report Share Posted August 2, 2017 It has to look like this http://imgur.com/a/BZjmg Quote Link to comment Share on other sites More sharing options...
⭐ moneyshare Posted August 2, 2017 Report Share Posted August 2, 2017 Guys Please download this corrected one https://www.sendspace.com/file/m12xc2 credit goes to imfm and orfila cheers ⭐ stocktrader78, yunakhan1, fx1trader and 7 others 10 Quote Link to comment Share on other sites More sharing options...
diabouncer Posted August 2, 2017 Report Share Posted August 2, 2017 thanks. first one compiled ok for me, not sure why, but will download in case. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.