nibor100 1,031 posts msg #155018 - Ignore nibor100 modified |
12/18/2020 2:41:24 PM
Not sure I've uncovered any hard and fast line color rules for SF but what I've found might be interesting to some of you.....
First a simple filter of the original 6 EMAs that Darryl Guppy came up with for his Traders Group:
That filter shows the only 6 colors that SF uses for line drawings on the Price plot and their normal order of occurrence. On my computer the color order is Green, ReddishPurple, Orange, Dark Blue, Light Blue, and Black
Note in the following filter I've set the EMA(15) first to be drawn so it will be Green
In the next filter I will show the original 6 EMAs that Darryl Guppy came up with for his Investors Group and you'll see they have the same 6 colors in the same order:
Now for an SF curiosity. In the filter below I'll put in all 12 Guppy emas and you'll see by looking at the chart that the legend is not in the same order as the "draw ema" statements in the filter.
However, the order of the colors is followed in the order of individual ema statements which you'll see if you look closely, 3 and 30 are green, etc.
Many of you are wondering "So What?"
Knowing the order of colors can help us pick and choose the colors used for our line drawings by simply re-arranging the order of statements and it appears we can limit the colors to a couple we prefer by using some skullduggery coding.
In the filter below, I want my first moving avg to be orange and my 2nd to be light blue, with no other colored lines messing up the visual.
That works out kind of OKish but the chart legend is cluttered with 4 entries that we aren't really interested in seeing on our chart.
Trying to get rid of those 4 legends seems to be a bit of a challenge as you'll see in the filters below:
One way to minimize those 4 legends is to use SF's variable legend clause as shown below:
Finally, my attempts to get rid of those 4 legends entirely ran into some SF anomalies, but perhaps some of you can figure out a better way by editing the filter below:
As you can see by looking at the var2 column header in the results SF is not happy with no text in the legend box. Seems to draw OK on 1 or 2 lines but if there are many of those missing text Legend commands, strange things start to happen with the charts, to include an inability to override them by commenting out all of the Legend commands, very odd indeed.
Hope this helps some of you,
Ed S.
|
graftonian 1,089 posts msg #155019 - Ignore graftonian |
12/18/2020 4:00:50 PM
@Ed S.
I had no idea one could manipulate the chart presentation. Good Work!!
I would like to present that mass of blue "tic marks" With a difference in color, even being able to vary the color of the 15x30 "hits" would separate the traders and investor groups.
Thanks Again, and Merry Christmas,
Duane
|