MicroTrendsLtd / NinjaTrader8

NinjaTrader8 Components Strategies and Trading tools
MIT License
72 stars 17 forks source link

Which code to compile #69

Closed FuriousMangouste closed 2 years ago

FuriousMangouste commented 2 years ago

Hi,

Installation guide is lacking for step 3 :

"Start NT8 - open the NT8 Code Editor and compile the code" *OK, but which code ? nt_supp *

I tried to over "Strategies" and Compile the full thing , I then added the references when I got the error message so I assume I compiled the right thing ? But the Order GUI isn't like on your screenshots. I still have the old GUI.

SO im' wondering if I need anything more to do ?

Thanks for your help.

MicroTrendsTom commented 2 years ago

This is for developers with a good experience of coding with NT8 etc so there is likely some details left out :-)

use an installed sample with the GUI to see it https://github.com/MicroTrendsLtd/NinjaTrader8/tree/main/ATSQuadroStrategyBase/NinjaTrader%208/bin/Custom/Strategies ATSSamplePriceReversalTestHybridAlgo.cs

FuriousMangouste commented 2 years ago

Thanks for the prompt reply.

Pretty new to NT8 indeed. So everything was well compiled (no error message and "ok" sound)

I selected the TestHybridAlgo and checked the TradeManger but GUI is still standard one. AM I still missing something ? nt_supppo

Sorry to bother you with basics questions. I was interest by the trade manager and wanted to dig a bit into what you created :)