♥ 0 |
Hi Pete, I am wondering if there is a way to create an alert for when a new renko bar is form? I found the following thinkscript that shows renko bars on a time based chart, yet regardless, the alert should work regardless of chart type. I recognize that a person could create this alert manually simply by creating an alert above/below the current renko then adding/subtracting the brick size. Yet like I said, I am wondering if there is a way to automate this? # Renko_R1V2 # R1V1 2010.06.22:21:17 input BrickSize = 0.5000; # <<<< Feel free to edit the default value. #Hint BrickSize: This value will vary widely depending on the time period of the chart and the instrument you are charting. \nPlay with this number until you find what you want. \nFeel free to edit the default value. \nSomething in between 0.0001 to 100.00 should work rec Mortar = compoundValue(1, if Close > plot bricks = Mortar;
RESOLVED
Marked as spam
|
Please log in to post questions.