Position based on current account equity

Forums ProRealTime English forum ProOrder support Position based on current account equity

  • This topic has 2 replies, 2 voices, and was last updated 1 week ago by avatarJS.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #249452

    Hi all,

    I there a way to position according to current account equity?

    I’d like to make a formula based off of the ATR and current account equity, but am not finding any command to call up current account equity.

    Might be an easy one idk, I guess I’ll have to invest in a coding class. Thanks ahead of time.

    #249453
    JS

    Hi,


    At the moment, it’s not possible to retrieve your actual account equity.

    You’ll need to handle it through software, for example:

    Once Equity = 10000
    Capital = StrategyProfit + Equity
    ATR = AverageTrueRange[14](Close)
    Ratio = Capital / ATR

    #249454
    JS

    Or beter 😉

    Once Capital=10000

    Equity=Capital+StrategyProfit

    ATR=AverageTrueRange[14](Close)

    Ratio=Equity/ATR

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login