Darktrader Posted June 1, 2015 Report Share Posted June 1, 2015 ok i followed 3 post. templates i only downloaded, what i must to do for install? i installed all, but arrive the same errors. is incredible... http://gyazo.com/5783eb9f6625ae0299558759677bd16e thank you for your precious help No no Max do not install everything! I have to go now but I send you PM appendere max lo metterò in contatto da PM Quote Link to comment Share on other sites More sharing options...
ciardim Posted June 1, 2015 Report Share Posted June 1, 2015 i begin crazy... sorry again for trouble. sorry thank you very much. i wait pm tks Quote Link to comment Share on other sites More sharing options...
Luccast Posted June 1, 2015 Report Share Posted June 1, 2015 Let's talk about settings. These are the ones I'm using with the 3PTNextGener@tionAutoTrade, and I get a huge draw down :/ Renko 6 range on NQ http://s22.postimg.org/bj4vokjtd/Snap_Crab_No_Name_2015_6_1_13_51_18_No_00.png Thoughts? Quote Link to comment Share on other sites More sharing options...
forexonly Posted June 1, 2015 Report Share Posted June 1, 2015 Take the opposite trade each time you get a signal; Huge gains! :) admis, lululee, yamantaka and 1 other 4 Quote Link to comment Share on other sites More sharing options...
orfila Posted June 1, 2015 Report Share Posted June 1, 2015 change the settings inside the indicator which they use for the strategy code : ( all this settings are normally done in the server ... ) protected override void OnStartUp() { this.m_Validation = true; //Hashtable hashtable = BPTUtilities.GetParameters(base.Name, NinjaTrader.Cbi.License.MachineId, this.m_ProductKey); //try //{ this.BarsToAverage = 5; //Convert.ToInt16(hashtable["BarsToAverage"].ToString()); this.MA_Period = 7; //Convert.ToInt16(hashtable["MA_Period"].ToString()); this.BBand_Period = 14; //Convert.ToInt16(hashtable["BBand_Period"].ToString()); this.BBand_Deviation = 2; //Convert.ToInt16(hashtable["BBand_Deviation"].ToString()); this.WPR_Period = 14; //Convert.ToInt16(hashtable["WPR_Period"].ToString()); this.CCI_Period = 14; //Convert.ToInt16(hashtable["CCI_Period"].ToString()); this.Stoch_K = 14; //Convert.ToInt16(hashtable["Stoch_K"].ToString()); this.Stoch_D = 3; //Convert.ToInt16(hashtable["Stoch_D"].ToString()); this.Stoch_Slowing = 3; //Convert.ToInt16(hashtable["Stoch_Slowing"].ToString()); this.MACD_Period1 = 12; //Convert.ToInt16(hashtable["MACD_Period1"].ToString()); this.MACD_Period2 = 26; //Convert.ToInt16(hashtable["MACD_Period2"].ToString()); this.MACD_Period3 = 9; //Convert.ToInt16(hashtable["MACD_Period3"].ToString()); this.PSAR_Step = 0.02; //Convert.ToDouble(hashtable["PSAR_Step"].ToString()); this.PSAR_Max = 0.2; //Convert.ToDouble(hashtable["PSAR_Max"].ToString()); this.Bears_var1 = 1; //Convert.ToInt16(hashtable["Bears_var1"].ToString()); this.Bears_var2 = 2; //Convert.ToInt16(hashtable["Bears_var2"].ToString()); this.Bears_var3 = 3; //Convert.ToInt16(hashtable["Bears_var3"].ToString()); this.Bears_var4 = 4; //Convert.ToInt16(hashtable["Bears_var4"].ToString()); this.Bears_var5 = 5; //Convert.ToInt16(hashtable["Bears_var5"].ToString()); this.Bears_var6 = 6; //Convert.ToInt16(hashtable["Bears_var6"].ToString()); this.Bears_var7 = 7; //Convert.ToInt16(hashtable["Bears_var7"].ToString()); this.Bears_var8 = 8; //Convert.ToInt16(hashtable["Bears_var8"].ToString()); this.Bears_var9 = 9; //Convert.ToInt16(hashtable["Bears_var9"].ToString()); this.Bears_var10 = 10; //Convert.ToInt16(hashtable["Bears_var10"].ToString()); this.Bulls_var1 = 1; //Convert.ToInt16(hashtable["Bulls_var1"].ToString()); this.Bulls_var2 = 2; //Convert.ToInt16(hashtable["Bulls_var2"].ToString()); this.Bulls_var3 = 3; //Convert.ToInt16(hashtable["Bulls_var3"].ToString()); this.Bulls_var4 = 4; //Convert.ToInt16(hashtable["Bulls_var4"].ToString()); this.Bulls_var5 = 5; //Convert.ToInt16(hashtable["Bulls_var5"].ToString()); this.Bulls_var6 = 6; //Convert.ToInt16(hashtable["Bulls_var6"].ToString()); this.Bulls_var7 = 7; //Convert.ToInt16(hashtable["Bulls_var7"].ToString()); this.Bulls_var8 = 8; //Convert.ToInt16(hashtable["Bulls_var8"].ToString()); this.Bulls_var9 = 9; //Convert.ToInt16(hashtable["Bulls_var9"].ToString()); this.Bulls_var10 = 10; //Convert.ToInt16(hashtable["Bulls_var10"].ToString()); this.CCI_level1 = 10; //Convert.ToInt16(hashtable["CCI_level1"].ToString()); this.CCI_level2 = 20; //Convert.ToInt16(hashtable["CCI_level2"].ToString()); this.CCI_level3 = 30; //Convert.ToInt16(hashtable["CCI_level3"].ToString()); this.CCI_level4 = 40; //Convert.ToInt16(hashtable["CCI_level4"].ToString()); this.CCI_level5 = 50; //Convert.ToInt16(hashtable["CCI_level5"].ToString()); this.CCI_level6 = 60; //Convert.ToInt16(hashtable["CCI_level6"].ToString()); this.CCI_level7 = 70; //Convert.ToInt16(hashtable["CCI_level7"].ToString()); this.CCI_level8 = 80; //Convert.ToInt16(hashtable["CCI_level8"].ToString()); this.CCI_level9 = 90; //Convert.ToInt16(hashtable["CCI_level9"].ToString()); this.CCI_level10 = 100; //Convert.ToInt16(hashtable["CCI_level10"].ToString()); this.WPR_level1 = 5; //Convert.ToInt16(hashtable["WPR_level1"].ToString()); this.WPR_level2 = 10; //Convert.ToInt16(hashtable["WPR_level2"].ToString()); this.WPR_level3 = 20; //Convert.ToInt16(hashtable["WPR_level3"].ToString()); this.WPR_level4 = 30; //Convert.ToInt16(hashtable["WPR_level4"].ToString()); this.WPR_level5 = 40; //Convert.ToInt16(hashtable["WPR_level5"].ToString()); this.WPR_level6 = 50; //Convert.ToInt16(hashtable["WPR_level6"].ToString()); this.WPR_level7 = 60; //Convert.ToInt16(hashtable["WPR_level7"].ToString()); this.WPR_level8 = 70; //Convert.ToInt16(hashtable["WPR_level8"].ToString()); this.WPR_level9 = 80; //Convert.ToInt16(hashtable["WPR_level9"].ToString()); this.WPR_level10 = 90; //Convert.ToInt16(hashtable["WPR_level10"].ToString()); //} Luccast 1 Quote Link to comment Share on other sites More sharing options...
Luccast Posted June 1, 2015 Report Share Posted June 1, 2015 (edited) This is great! thanks orfila, but which indicator do they use for the strategy code? I'm not sure where to insert this :P Edited June 1, 2015 by Luccast Quote Link to comment Share on other sites More sharing options...
orfila Posted June 1, 2015 Report Share Posted June 1, 2015 I did not say insert, you have to go and change the parameters to YOUR optimal values. The parameters are found inside BPNextGeneration.cs ( I have said this 3 times now ... ) Luccast 1 Quote Link to comment Share on other sites More sharing options...
nnn123 Posted June 1, 2015 Report Share Posted June 1, 2015 (edited) OK, I think I see the problem as to why the chart does not appear as the one shown in post #8. It seems that I have an error stating that I am using an incorrect format (See attached). http://c2n.me/3iD4RvL So, the question is, what is the correct format? Or how can I have the chart looking like the one in the post #8. Thanks in Advance. Edited June 1, 2015 by nnn123 Quote Link to comment Share on other sites More sharing options...
yamantaka Posted June 2, 2015 Report Share Posted June 2, 2015 Let's talk about settings. These are the ones I'm using with the 3PTNextGener@tionAutoTrade, and I get a huge draw down :/ Renko 6 range on NQ http://s22.postimg.org/bj4vokjtd/Snap_Crab_No_Name_2015_6_1_13_51_18_No_00.png Thoughts? The only thought I have is there an indicator that's NOT in there? This looks like a curve fitters dream. Quote Link to comment Share on other sites More sharing options...
CashManic Posted June 2, 2015 Report Share Posted June 2, 2015 No no Max do not install everything! I have to go now but I send you PM appendere max lo metterò in contatto da PM You helping ciardim out? Skype or PM? How's his english? and how's your Italian?;) Darktrader and ciardim 2 Quote Link to comment Share on other sites More sharing options...
Darktrader Posted June 2, 2015 Report Share Posted June 2, 2015 You helping ciardim out? Skype or PM? How's his english? and how's your Italian?;) Yeah man,I felt for him, Mainly by PM,but he's temp away atm.His english is shockingly good! :D and my Italian is shockingly bad :P CashManic and ciardim 2 Quote Link to comment Share on other sites More sharing options...
CashManic Posted June 2, 2015 Report Share Posted June 2, 2015 Yeah man,I felt for him, Mainly by PM,but he's temp away atm.His english is shockingly good! :D and my Italian is shockingly bad :P shockingly bad is right. appendere max lo metterò in contatto da PM ? You are going to hang him? Ahahahahahahaha! ;)) Just kidding around ok? God knows what you might do to me :-S Darktrader and ciardim 2 Quote Link to comment Share on other sites More sharing options...
Darktrader Posted June 2, 2015 Report Share Posted June 2, 2015 What can I say bro? Google translate is sh!t CashManic and ciardim 2 Quote Link to comment Share on other sites More sharing options...
ciardim Posted June 2, 2015 Report Share Posted June 2, 2015 good morning Orfila, sorry if i write a pm. i try to install BPT, but i have those errors. Misalto, nnn123, Darktrader helped me, but i have the same errors. so i ask kindky you if you can contact me in pm. i try to send you a pm message, but your box is full. i am apologize for my request, but i hope if you can write me. no rush, but if you can help me. i unistalled, deleted and reupload various times, but nothing. here is errors: http://gyazo.com/be3897701e8fa349c8002fbb98c8a696 Darktrader 1 Quote Link to comment Share on other sites More sharing options...
Darktrader Posted June 2, 2015 Report Share Posted June 2, 2015 Scusi Max. Ninjatrader strategy IniFile does not contain a definition for 'ReadProperties' and/or 'SaveProperties' Such an error definition probably requires the user to input user defined input parameters to a NinjaScript file. It does require some fundamental knowledge of C# programming and is currently beyond my scope of knowledge.Sorry I can't be of more help Max. ciardim 1 Quote Link to comment Share on other sites More sharing options...
nnn123 Posted June 2, 2015 Report Share Posted June 2, 2015 Hi Orfila, DarkTrader, Admis; Can you help me please with this one as I am getting incorrect format error (See the URL). http://c2n.me/3iD4RvL Thank you guys. Quote Link to comment Share on other sites More sharing options...
Darktrader Posted June 2, 2015 Report Share Posted June 2, 2015 (edited) Hi Orfila, DarkTrader, Admis; Can you help me please with this one as I am getting incorrect format error (See the URL). http://c2n.me/3iD4RvL Thank you guys. Funny thing about this error definition "An attempt was made to load a program with an incorrect format", it usually ends up with having to do with 32 and/or 64 bit versions of something, whether it be dlls, or OS, etc. Edited June 2, 2015 by Darktrader ciardim 1 Quote Link to comment Share on other sites More sharing options...
ciardim Posted June 2, 2015 Report Share Posted June 2, 2015 Darktrader, thank you very much for your help. is possible all you have BPT work and me no. is possible there is something in conflict with other indicators or strategy? I ak if someone can take remote control of my computer. thank you to all for assistance received Darktrader 1 Quote Link to comment Share on other sites More sharing options...
Darktrader Posted June 3, 2015 Report Share Posted June 3, 2015 (edited) Darktrader, thank you very much for your help. is possible all you have BPT work and me no. is possible there is something in conflict with other indicators or strategy? I ak if someone can take remote control of my computer. thank you to all for assistance received Ciao Max.That is my suspicion too as I was thinking along the same lines,but instead of letting an untrained person take control of your system with team viewer, why don't you just install a new version of NT7? and re install your programs.Cashmanic also thinks that something may not be right with your current version of Ninjatrader.You have PM. Btw, is your OS 32 or 64 bit? Edited June 3, 2015 by Darktrader ciardim 1 Quote Link to comment Share on other sites More sharing options...
ciardim Posted June 3, 2015 Report Share Posted June 3, 2015 i'm using version 26 64bit Darktrader 1 Quote Link to comment Share on other sites More sharing options...
nnn123 Posted June 3, 2015 Report Share Posted June 3, 2015 Funny thing about this error definition "An attempt was made to load a program with an incorrect format", it usually ends up with having to do with 32 and/or 64 bit versions of something, whether it be dlls, or OS, etc. Hi DarkTrader, My NT is 64bit 7.22 under windows 7. So, has anyone installed the BPT under these versions and looks correct? If so, can you please let me know. Thanks In Advance. Darktrader 1 Quote Link to comment Share on other sites More sharing options...
Darktrader Posted June 3, 2015 Report Share Posted June 3, 2015 Hi DarkTrader, My NT is 64bit 7.22 under windows 7. So, has anyone installed the BPT under these versions and looks correct? If so, can you please let me know. Thanks In Advance. nnn123 don't do anything drastic yet. Sent you a PM ciardim 1 Quote Link to comment Share on other sites More sharing options...
vit007 Posted June 5, 2015 Report Share Posted June 5, 2015 (edited) I was trying to get some thing out of this auto trader. It was a total loser for regular Oil session but works OK for the European and in the short only mod and small time frames.For testing I use renko and MTDS slip 2 fill type (which should very conservative ) Unfortunately AT doesnt have a function to have short only or long only. So if some coders can add this functionality would be great . http://i57.tinypic.com/211tb4j.jpg Edited June 5, 2015 by vit007 Quote Link to comment Share on other sites More sharing options...
yamantaka Posted June 5, 2015 Report Share Posted June 5, 2015 I was trying to get some thing out of this auto trader. It was a total loser for regular Oil session but works OK for the European and in the short only mod and small time frames.For testing I use renko and MTDS slip 2 fill type (which should very conservative ) Unfortunately AT doesnt have a function to have short only or long only. So if some coders can add this functionality would be great . http://i57.tinypic.com/211tb4j.jpg Don't believe anything with NT default Renko regardless of fill type. Take the time to see what happens in MktReplay. ⭐ ESVepara 1 Quote Link to comment Share on other sites More sharing options...
ciardim Posted June 7, 2015 Report Share Posted June 7, 2015 good morning everyone, i try to ask if Orfila or Admis or someone, can help me to install BPT. some friends in this forum try to help me, but i have erevy time same errors mentioned in post #117. I don't want waste your time, but if someone can help me..thank you very much. 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.