Support Board
Date/Time: Fri, 07 Feb 2025 15:05:01 +0000
Post From: Color bar based Alert disappears
[2021-10-20 13:06:36] |
VolTrader73 - Posts: 136 |
Hello and thank you for the reply. First off, if there is another study that can color and fix the color or anything similar that I can use to see the history on the chart of those periods when the condition was met, without this complication than pls referee me to it. I don't want to fix our discussion to specifically Color bar based on alert condition study as it dose not matter to me how I get the result Im looking for. This goes back to my original problem with SC where I have the ID3.SG11 value which has no column array in the spreadsheet and thus shows only the last value on the chart with no history. I thought using the above study would show the history through the coloring on any candle from 10 Ticks to any duration relevant. Back to the problem: Obviously I lack some basic knowledge on this. If I understand correctly: H3 =If(And(ID3.SG11[1]<=0,ID3.SG11>0),1,0) this is the trigger and it happens only once but once ID3.SG11 > 0 then the condition should be locked so long ID#.SG11 >0 so, H4 =IF(ID3.SG11>0,1,0) and that leaves H5 =IF(ID3.SG11<0,1) but this dose not meet the BEFORE and DURING condition ? So in the color bar alert condition formula window, I enter (not using the full ID.SG format for the sake of the concept only): =AND(H3=1ת H4=1, H5=0) It doesn't seem to work. Please advise |