Forum

Find largest fib less than..

I am trying to find the largest fib number less than a given input. I know that a number is a fib number if (5 * n^2 + 4) or (5 * n^2 - 4) is a square number. Here is the function I am trying but it doesn't seem to work for me. Can someone more experienced please take a look? Thank you. double

Colored Volume Refresh

I am copying and pasting this from forexfactory because help might be better here: There is a customized volume indicator which needs to do the following: I want it to only show Volume bars for the corresponding price bars that made a high or low. 1. The price bar that makes a new high would have a

wildcard search using ObjectFind

I am trying to find an object based on a wildcard search using ObjectFind only on the current bar. I know that if I know the exact name of the object I can use: ObjectFind ( "label" +Time[ 0 ]); However, what if I wanted to find label2 or label3 or whatever number is at the end? ObjectFind (