Search found 2 matches

by CMag
Mon Aug 16, 2021 8:00 am
Forum: TheRumpledOne
Topic: 2020 MT4 MOTHERLODE
Replies: 102
Views: 57172
Gender: None specified

Re: 2020 MT4 MOTHERLODE

SweetSpotsGOLD line 215 TheColor = col1; if(Show_BuySell) { VALUE = MathAbs( OPEN - level ) ; /* TheColor = col1;<-------Only set if Show_BuySell is true. If false TheColor will be NULL resulting in Black lines only. */ if(VALUE < xThreshold ) { if(level > OPEN ) { TheColor = Buy_color ; } else { Th...
by CMag
Sun Aug 15, 2021 3:36 pm
Forum: TheRumpledOne
Topic: 2020 MT4 MOTHERLODE
Replies: 102
Views: 57172
Gender: None specified

Re: 2020 MT4 MOTHERLODE

Great stuff and I'm glad I found you today... if (LineStyleMain!=STYLE_SOLID) { thickness=1; } You might consider adding this to your modified SweetSpots indicator after line 193 so that the user chosen style actually gets implemented. Lines thicker than 1 will always be solid, but maybe you want th...

Go to advanced search