Mathematical dummy question
Results 1 to 5 of 5

Thread: Mathematical dummy question

  1. #1
    How can I get the magnitude of a candle's body, ie, open and close, and ensure its at least'X' pips.

    Thx

  2. #2
    Opinion (Pips:, MathAbs(Open[0] - Close[0]);

  3. #3
    Quote Originally Posted by ;
    Opinion (Pips:, MathAbs(Open[0] - Close[0]);
    double pip = Point * 10; // 5-digit broker

    Opinion (Pips:, MathAbs(Open[0] - Close[0]) / pip);

  4. #4

  5. #5
    High[0]-Low[0]
    will give the size of the candle

    use Open[0]-Close[0] if Available is over close

    use Close[0]-Open[0] if Available is below close

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners more information