Identifying defined candle

Post Reply
gunnar.s
Posts: 9
Joined: 10 Dec 2015 14:09

Identifying defined candle

Post 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
User avatar
WHS Support
Posts: 2443
Joined: 14 Feb 2013 10:27

Re: Identifying defined candle

Post 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
Post Reply

Return to “WHS NANOTRADER - EXPRESS PROGRAMMING”