we are planning to implement the following strategy. Could you support me in the question whether our project is possible with NinjaTrader 6.5 or 7
at 3 pm of day 1 the strategy decides if a FX position will be entered or not depending on a set of rules
possible outcome:
a: position yes
b: position none
around midnight of day 1: NT is shut down, brokerage connection is lost
at 8 am day2: Brokerage connection is reestablished, NT is started, the strategy script is restarted
at 12 am day 2 the script is suposed to issue position exit orders IF A POSITION EXISTS and additional rules are met
possible outcome:
a: position yes
b: position no
at 3pm day 2 the strategy decides if a FX position will be entered or not depending on a set of rules and on the fact IF A POSITION IS EXISTING (no second position should be created)
and so on each day...
Is this project implementable in Ninja Trader?
Regards,
Stefan

Comment