Hi,
When you activate a system in ProOrderLive you are asked the max. position to be opened with that system. In case of a system with multiple entries, that maximum size is:
- for each entry
- or for the total of all entryes?
Thanks
If it were me I would duplicate my System and choose variable values so that I got trades quickly (for ease of testing, doesn’t matter about profitable) and then use setting 1. above on one system and setting 2. on the other system … do this on your Demo / Test System.
If you do above, let us know how you get on please?
If I had to give an answer, I’d say No 1 – for each entry?
JSParticipant
Senior
Here’s what PRT says about it… (it’s about the total of the number of contracts)
Maximum position size parameter: The parameter “Max position size” must be defined in the ProOrder window before the start of a trading system. It takes precedence over the quantities to buy/sell defined in the code of the trading system. For example, if your code had an instruction to buy 3 contracts, but you set the maximum position size to 1 contract, the order to buy 3 contracts would be ignored. Similarly, if your code had an instruction to buy 1 contract then sell short 3 contracts, the order to sell short 3 contracts would be ignored and you would remain in a buying position with 1 contract. You should always check the maximum position size parameter before starting a trading system..
It’s a limit for each strategy, no natter how many positions you accumulate with multiple entries. When the total set in autotrading is reached the strategy won’t be able to add more!
Here’s what PRT says about it… (it’s about the total of the number of contracts)
Maximum position size parameter: The parameter “Max position size” must be defined in the ProOrder window before the start of a trading system. It takes precedence over the quantities to buy/sell defined in the code of the trading system. For example, if your code had an instruction to buy 3 contracts, but you set the maximum position size to 1 contract, the order to buy 3 contracts would be ignored. Similarly, if your code had an instruction to buy 1 contract then sell short 3 contracts, the order to sell short 3 contracts would be ignored and you would remain in a buying position with 1 contract. You should always check the maximum position size parameter before starting a trading system..
Thanks JS, where did you find so good explanation? I ask for knowing where to look for other questions I can have
JSParticipant
Senior
It is listed under : “Conditions of execution of automatic trading systems
(I think it’s the same link as from GraHal)