Login Page - Create Account

Support Board


Date/Time: Fri, 24 Jan 2025 20:46:00 +0000



[Programming Help] - drawstyle

View Count: 698

[2019-01-25 03:35:04]
User228927 - Posts: 55
In Spreadsheet System for Trading I was using Down Arrow to Show Sell Entry, was wondering if there was a way to adjust distance from the candlestick bars. As of now they are on top of the candlestick, no distance between arrow and candlestick.
[2019-01-25 15:20:20]
Sawtooth - Posts: 4162
You can also do it directly in M3:
=IF(yourentryconditions,C3+$J$21*2,0)
This will place the Arrow Down 2 ticks above the high.
[2019-01-25 20:37:13]
User228927 - Posts: 55
Ok that worked, I also have Arrow Up on Sell Exit and used this formula in n3-,If(exitconditons,D3+$J$21*5,0) but doesn't seem to be adjusting Arrow Up. It seems like it is putting the correct values in n column.
[2019-01-25 20:42:40]
User228927 - Posts: 55
Sorry, I see my mistake should be -$j$kj*5, thanks for help

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account