Jump to content
Medved Trader Forums
  • 0

%change


Simeon

Question

4 answers to this question

Recommended Posts

  • 0

I could add that as an indicator but it could be easily added as a paintbar...

This would be the code of the paintbar:

public void MainCalculation()
{
    SetColor("Line", SysColor.MainIndicator1);
    var ChangePer = (Close-Close[1])*100/Close[1];
    SetYValue(ChangePer);
}    

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...