Support Board
Date/Time: Sun, 24 Nov 2024 06:43:57 +0000
Post From: Imbalances - Column 1 transparency
[2024-09-16 18:08:52] |
John - SC Support - Posts: 36238 |
Yes. I would like to have an extended line on my number bars from this particular gap.
To find the gap and have the price level for it, you would need to use the "Spreadsheet Formula" and have a condition that looks like the following (the Spreadsheet Formula, despite its name, uses the Alert Syntax): =IF(AND(VAP(L + TICKSIZE * 1, 0) = 0, VAP(L + TICKSIZE * 2, 0) > 0), L + TICKSIZE * 1, IF(AND(VAP(L + TICKSIZE * 2, 0) = 0, VAP(L + TICKSIZE * 3, 0) > 0), L + TICKSIZE * 2, 0)) The above just checks the first 2 levels above the Low. You would need to extend this to cover all the price levels you would find for the way your bars are setup. And it will only give a value when there is a gap of 1 price, as this makes sure that you are not looking at data above the High of the bar. If there is a gap of 2 price levels, this will not find it. Then use the "Color Bar Based on Alert Condition" to get the extension line. Refer to the following: Color Bar Based on Alert Condition: Creating Extension Lines for Another Study I'm having a following issue - I've SC running on 2 separate PCs. When I connect the second one to the APEX Rithmic account it starts to incessantly redownload all the data on both computers. When I disconnect on one of them the second one works fine.
To start with, the Interface that Rithmic wrote to connect to Sierra Chart does not support multiple connections to the same account. So if you are trying to access the same account on both systems, this will not work. Otherwise, refer to the following, as the most likely reason for what you are seeing: Rithmic Trading Platform Service: Frequent Reconnections Also, when on Rithmic, executing and modyfing orders is much longer and clumsier than on your demo data. Would hopping on TETON help with this particular issue or is it so fast on SC data because it's a demo server? Could you explain in detail in what sense DENALI/TETON is considered an advantage over Rithmic data?
First, you need to keep in mind that Teton only works with certain brokers and only for live trading with the CME Group. Prop firms, such as APEX, use Rithmic for their purposes and not Teton. Denali is our data feed and this could help you, but if the issue is really with responsiveness to trading, then this is a Rithmic issue and is not uncommon with them. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2024-09-16 18:16:42
|