Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 19:31:57 +0000



[Programming Help] - Color background signal - need help

View Count: 731

[2018-07-29 11:42:36]
User199100 - Posts: 9
I'm not a programmer and was working on a buy signal with two indicator ( Awesome Oscillator and KD Slow). The function is not giving me an error which is good but no signal comes out.
Can anyone tell me what needs to be added or fix in order for this function to work on my chart. Thank you

=OR(AND(ID8.SG1[0]>ID8.SG1[-1],ID8.SG1[-2]<=ID8.SG1[-1],AND(CROSSFROMBELOW(ID7.SG4,ID3.SG1),ID7.SG1 >10)))
[2018-07-29 14:32:54]
Xfanman1 - Posts: 320
Try closing your first argument before your next AND statement.

...<=ID8.SG1[-1]),AND....

—-
Scott
[2018-07-31 22:07:42]
User199100 - Posts: 9
Thank you Scott i will try and let you know if it worked. By the way, trying to understand how to use the time expansion correctly. Do you have any idea how to properly use it. Any info will be helpful.

Louie
[2018-08-01 00:48:45]
Xfanman1 - Posts: 320
Louie, I’m not certain what you mean by Time Expansion. Do you mean overlaying a study from a chart with another timeframe on a different chart? If that’s it I can point you in the right direction. If that’s not what you need let me know, either I or Support or someone else should be able to help.


Scott
[2018-08-01 04:28:17]
User199100 - Posts: 9
Hi Scott,

Under tools, there's Time expansion and Time projection and I heard it's based with Fibonacci ratio. Wanted to know the difference between them and how to use them correctly.

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

Login

Login Page - Create Account