Page 1 of 1

Identifying defined candle

Posted: 28 Apr 2017 11:01
by gunnar.s
Hi,

i want to identify a specific candle for example the one from 15.30 to 15.34:59.
How do I do that? I tried several ways, working in most scenarios is:

Code: Select all

if ((Duration(timeOpen, NumericToTime($StartTime)) < 300) and (Duration(timeOpen, NumericToTime($StartTime)) >= 0)) then
But not always and it seems that over the day it is wandering, so for 1530 it works, at 1630 I need to specify 1631 to 1636 to "hit" the candle (in Futures Wheat May 17 Contract).

There must be a better way?

regards
Gunnar

Re: Identifying defined candle

Posted: 01 May 2017 15:05
by WHS Support
Hello,

The indicator "PointinTime" allows to point to a particular candle in the chart. You'll find more information on this sentimentor on this page of our Internet site : https://www.whselfinvest.com/en/TT_07_p ... e_tool.php

I hope this helps

Best regards

WHS Lux