guilherme15990 / Publications
Forum
Create digonal lines between varios points
I'm trying to create a line that follows the following settings to form a triangle: -starting from the lowest price and linking the inteception between line3 and SQ2#DOWN -starting from the highest price and linking the inteception between line3 and SQ2#UP the image illustrate my intention
Get Open Price of Current Timeframe
I recently formatted my computer and lost a script code that did this function . I tried to recreate it but was unsuccessful. it was like this datetime now = TimeCurrent (); datetime nowTF = now - now % ( 60 * time[ 0 ]); datetime period = iBarShift ( NULL , 0 , nowTF); datetime openprice = iOpen (