IAccount.StopoutLevel
Created at 24 Apr 2022, 23:14
BU
IAccount.StopoutLevel
24 Apr 2022, 23:14
Hi,
is the IAccount.StopoutLevel in % or just a proportion?
E.g. if my account has a stop out level as 30%, is the value of IAccountStopOutLevel 30 or 0.3?
kind Regards
firemyst
25 Apr 2022, 09:12
RE:
budda_dan2020 said:
Why not just print it out to see for yourself?
Eg:
Print("Stop out level: {0}", IAccount.StopoutLevel);
and then check the log tab to see what it says.
@firemyst