NinjaScript > Educational Resources > Developing Custom Fill and Optimizer Types > Fill Types |
![]() ![]() ![]() ![]() |
Custom Fill Algorithms In addition to the two system fill types (Default and Liberal) you can also script custom fill algorithms using any code/text editor.
Copy the file "Documents\<NinjaTrader Folder>\bin\Custom\Type\@LiberalFillType.cs" and provide a new name excluding the "@" sign such as "Documents\<NinjaTrader Folder>\bin\Custom\Type\MyFillType.cs".
Then within your code editor:
|