Your assistance is highly appreciated, I am a day trader and I trade with created custom automatic strategies (created in Ninja script) , in some case, I trade by myself on the same account and enter regular orders (long, short - not with a strategy).
Due to some bad experience, I want to create some risk management tool for myself and I am wondering what tools or restrictions can be implemented, please see the next parameters that I want to restrict :
Parameters to check:
- Limit number of trading per day (distinguish between strategy entries to manual entries ( distinguish between strategy entries to manual entries - how can I do it? , e.g not limit for strategy, limit only for manual trades by the user)
- Limit the time frame that manual trading can be done (distinguish between strategy entries to manual entries - how can I do it? , e.g not limit for strategy, limit only for manual trades by the user)
- Limit Max loss per day
- Limit Max profit per day
- Exit all session and make sure no command left open
Important Note:
1 .For all points , I don't want to restrict it for the automatic strategies (for example, the strategy can take as many trades it can, I want to restrict it only for specific user to not enter manual trades above the limit).
2. I want to make sure that both types of trades can be done on the same account (not to open new accounts for each of the trade types)
3. I also trades with Apex (Ritimich accounts) - can it be implemented on those accounts as well?
Questions:
1. What are the current tools you have?
2. Is there any way to distinguish between strategies to manual trades?
3. If it is not possible, is there any way I can create such a script/tool by myself? how do you suggest doing it? (for example, I can distinguish the entry names, but how can I restrict it with a script/tool)?
4. One more important thing, i want this restriction to not be editable on the same day (for example, I set some rules to limit up to 5 trades and then I reached the trades and I want to create more, I don't want to have the option to go the portal and change it to 10 and then to keep trading,
My goal is to restrict it via password or if there is any restriction it will be locked for the same day, only the day after the rules can be changed)
Comment