people with nt,
i am preparing some automated strategies i have developed for distribution.
i have spoken with some nt employees about these subjects so i already have a basic understanding of the tools that the nt platform has available to restrict the use of a strategy only to paying clients.
however, my strategies are intended to be traded only on specific instruments, on an account with a given minimum capital available and with defined position sizes. this means that i want to incorporate code to my strategies so that the strategy will only run if all conditions are valid. i imagine nt must have the capability to deliver every one of these requirements.
¿how can one limit a strategy to only run if the chart or instrument it has been enabled on is the nq futures contract? ¿and is that also possible for the mnq futures contract?
similarly, ¿is it possible to have a check for available capital in the account? and this could be a little more complex than it seems. i would like to have an initial check on the first day the strategy is enabled to verify the available capital is above $50,000 usd, and then check every day that the available capital is still above $40,000 usd.
and the strategy would always trade in multiples of 2. so the smallest position size would be 2, then 4, 6 and so on. i don't think that would be hard, however, i would like to offer clients the possibility to trade smaller (never larger) position sizes than their account can accommodate. so, a client that has enough capital to trade 6 contracts could trade only 2 contracts if they so choose. i imagine i could create a calculation with the available capital divided by the minimum i set for every 2 contracts and then check use an input the client could choose but only if it is not greater than the previously calculated variable.
i should be enrolled in the vendor program before one or two days, so these are some adjustments that i want to complete as soon as possible. very well, regards.
Comment