Minimum size discrepancy
Forums › ProRealTime English forum › ProOrder support › Minimum size discrepancy
- This topic has 4 replies, 2 voices, and was last updated 5 months ago by
Leo440.
-
-
01/03/2025 at 3:07 PM #242117
Hello everyone and happy new year!
I am trying to run a new strategy on spread-bet demo and keep getting rejected. I like to run the smallest size possible, which I believe to be £0.05 per point on DJI (see attached screenshot taken from IG), however in the PRT order list it gives £1 per point as the minimum.
I have made a code to see what can get through on the backtest and that came back as 0.2 – still much more than expected.
Any ideas?
cheers
LeoDJI size test123456789101112131415161718192021222324defparam cumulateorders = falsepositionsize = 0.2if high > low thenbuy positionsize perpoint at marketendifif longonmarket and low > high thensell at marketexitshort at marketendif//-----//if low > high thensellshort positionsize perpoint at marketendifif shortonmarket and low < high thensell at marketexitshort at marketendif01/03/2025 at 6:26 PM #242123I believe to be £0.05 per point on DJI
With IG on SB, min pos size on DJI is …
- £0.20 per point on Live.
2. £1.00 per point on Demo.
01/03/2025 at 7:57 PM #24212601/03/2025 at 9:01 PM #242128IG have a ‘reduced minimum pos size’ for 1 month after opening an account.
https://www.ig.com/uk/reduced-minimums
Ispent 5 mins or so trying to find a link for you to IG’s ‘standard position sizes’ (applied after the first 1 month) … I could not find a link for you, sorry.
Here is a link to the type of info you need (link below is for CFD’s).
01/03/2025 at 9:12 PM #242130IG have a ‘reduced minimum pos size’ for 1 month after opening an account.
Aha! That will be why. You’ll recall from another thread I only recently opened my SB account.
Thanks for your help!
Leo
1 user thanked author for this post.
- £0.20 per point on Live.
-
AuthorPosts