Jump to content

Best Pro Trade BPT


santoshv2k

Recommended Posts

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

Link to comment
Share on other sites

  • Replies 145
  • Created
  • Last Reply

Top Posters In This Topic

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());

 

//}

Link to comment
Share on other sites

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 by nnn123
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 by Darktrader
Link to comment
Share on other sites

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 by Darktrader
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 by vit007
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...