Is there a way to do this? I am trying to get fancy with position size by being able to reference the current CAR/MDD amounts, so I can code something like:
positionsize = min(50,(10*(CAR/MDD))); That way my system will autmatically reduce position sizes when CAR/MDD is shrinking... Cipher
