How to write math Pow (exponent) X^Y?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #67960 quote
    LeoLeo
    Participant
    Veteran

    Hi all,

    How to write the exponential in probuilder?

    I would like something like X^Y ?

    Thanks in advance

    #67993 quote
    NicolasNicolas
    Keymaster
    Legend

    To calculate Math Pow, you can follow these instructions: (copy/paste from an old topic).

    I have found a mathematical equivalent if the Prorealtime LOG function (called Napierian log in the manual) is actually the common LN function:
    y = x^p = e^(p*LN(x))
    This could then be coded as: y = EXP(p*LOG(x)) This works fine.

    Leo thanked this post
    #68026 quote
    LeoLeo
    Participant
    Veteran

    Mathematics of old school, thanks for the answer!

    undefined thanked this post
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

How to write math Pow (exponent) X^Y?


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
Leo @leito Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by LeoLeo
8 years, 5 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 04/10/2018
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...