imfm Posted August 2, 2017 Report Posted August 2, 2017 here is {Deltascalper NUlled and Source Code} https://www.sendspace.com/file/0d1owy Traderbeauty, iksak, ⭐ zbear and 5 others 8
⭐ 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?
⭐ 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
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, ⭐ trim, ⭐ ESVepara and 1 other 4
⭐ 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?
⭐ 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
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 ⭐ trim and ⭐ ESVepara 2
⭐ 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
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
⭐ trim Posted August 2, 2017 Report Posted August 2, 2017 It has to look like this http://imgur.com/a/BZjmg
⭐ 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 Traderbeauty, wizard101, ⭐ stocktrader78 and 7 others 10
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now