Login Page - Create Account

Support Board


Date/Time: Mon, 10 Mar 2025 02:38:22 +0000



Post From: [STRATEGY][AUTOMATE] How to automate my strategy into Sierrachart ?

[2022-03-04 19:22:46]
1+1=10 - Posts: 270
The link I previously sent wasn’t ideal.

Ok, if you want to use alert formulas like:
=AND(C>C[-1], V>V[-1]) which selects all bars where the bar’s close > previous bar’s close AND the volume > precious’s bars volume, as an example use:
Study/Chart Alerts And Scanning

You can input your aforementioned formulas into a ColorBarOnAlert or ColorBackgroundOnAlert study to show which bars match your formula:
Color Bar Based on Alert Condition

As the alternative of learning how to use a spreadsheet for trading, see the links here:
Table of Contents | (Spreadsheets)

You’ll notice everything you need is somewhere in the documentation. When I was learning how to use SierraCharts I read all of it and tried various things out. It will take you a week or so but you’ll move much faster in the future.