Page 1 of 1

increasing lot size

PostPosted: Tue Nov 20, 2018 6:58 am
by chai88888
is there any strategy that increase your lot size on a certain number of open position


example

1-10 open trades 1k lot size
11-20 2k lot size
21-30 3k lot size so on ......

thanks

Re: increasing lot size

PostPosted: Wed Nov 21, 2018 9:31 am
by Apprentice
Sure.
We can use/add variable position size to strategy.
Can you give me an example?

Re: increasing lot size

PostPosted: Thu Nov 22, 2018 6:17 am
by Apprentice
Can you give me an example of a real strategy there this will be used?

Re: increasing lot size

PostPosted: Thu Nov 22, 2018 6:28 am
by chai88888
it will used on the quantum donchain channel strategy on a multiple position

Quantum Donchian Channel Strategy.lua
(28 KiB) Downloaded 500 times

DNC.lua is available here.
viewtopic.php?f=17&t=20

Quantum.lua is available here.
viewtopic.php?f=17&t=62888
You need an Indicator or Signal dev

exapmle
1-20 open posiotion set to 1k lot size
21-40 will add +1 to the past lot size so it will be 2k lot size
41-60 will be 3k

so on

Re: increasing lot size

PostPosted: Thu Nov 22, 2018 8:01 am
by Apprentice
Your request is added to the development list under Id Number 4326

Re: increasing lot size

PostPosted: Mon Nov 26, 2018 6:01 am
by Apprentice