Login Page - Create Account

Support Board


Date/Time: Mon, 23 Dec 2024 05:11:49 +0000



Post From: My_SMI indicator

[2014-12-25 09:29:21]
Mauro_60 - Posts: 5
Thanks for the answer and Happy Christmas to you all.
I saw the indicator of Sierra Chart but mine is different, but little things differently.
I also saw the setting but I do not like, keep my "dot" are different.
Ninja trader as well as set the setting as Sierra also allows another setting graphically more beautiful, you see it in these lines of code.
No offense of course.

if (Falling(smis))
      {        
        DrawOnPricePanel = false;
        DrawDot(CurrentBar.ToString(),true,0,smiVal,DnColor);
        
      }  
      if (Rising(smis))
      {
        DrawOnPricePanel = false;
         DrawDot(CurrentBar.ToString(),true,0,smiVal,UpColor);
      
        
      }