Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 12:03:16 +0000



Post From: Problem is - background hides candles

[2018-11-26 22:52:06]
User517260 - Posts: 97
I have following code in source cpp file:

  sc.GraphName = "Custom Indicator";
  sc.AutoLoop = 1;
  sc.GraphRegion = 0;
  sc.DrawZeros = false;
  sc.DrawStudyUnderneathMainPriceGraph = 1;
    
You may see on video https://youtu.be/C6rl-NyKJfs it does not matter value of sc.DrawStudyUnderneathMainPriceGraph. Green candles are drawing by my study, same study draws gray background. But as soon as I switch on background - all green bars become invisible - only red and blue bars as default colors of candles. I don't know what to do do see same time background and colored green candles. Please help me!
Date Time Of Last Edit: 2018-11-26 22:55:39