imfm Posted August 2, 2017 Report Posted August 2, 2017 here is {Deltascalper NUlled and Source Code} https://www.sendspace.com/file/0d1owy Traderbeauty, Top1, ⭐ zbear and 5 others 8 Quote
⭐ trim Posted August 2, 2017 Report 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
⭐ laser1000it Posted August 2, 2017 Report 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
orfila Posted August 2, 2017 Report Posted August 2, 2017 in the .cs file move this two lines below the using statements and recompile : using ... namespace NinjaTrader.Indicator { ylidor, ⭐ ESVepara, Top1 and 1 other 4 Quote
⭐ trim Posted August 2, 2017 Report 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
⭐ moneyshare Posted August 2, 2017 Report 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
kfckfc3000 Posted August 2, 2017 Report 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
⭐ moneyshare Posted August 2, 2017 Report 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
thedriver Posted August 2, 2017 Report 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
⭐ trim Posted August 2, 2017 Report Posted August 2, 2017 It has to look like this http://imgur.com/a/BZjmg Quote
⭐ moneyshare Posted August 2, 2017 Report Posted August 2, 2017 Guys Please download this corrected one https://www.sendspace.com/file/m12xc2 credit goes to imfm and orfila cheers fx1trader, wizard101, ⭐ ESVepara and 7 others 10 Quote
diabouncer Posted August 2, 2017 Report Posted August 2, 2017 thanks. first one compiled ok for me, not sure why, but will download in case. Quote
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.