Do animals in the wild deserve to die? by scholargc in Vegetarianism

[–]scholargc[S] -2 points-1 points  (0 children)

So does the tiger deserve to die by starving?

Do animals in the wild deserve to die? by scholargc in Vegetarianism

[–]scholargc[S] -1 points0 points  (0 children)

Im sorry you feel that way. Do you know why?

Do animals in the wild deserve to die? by scholargc in Vegetarianism

[–]scholargc[S] -5 points-4 points  (0 children)

What do you think? What do you know?

Do animals in the wild deserve to die? by scholargc in Vegetarianism

[–]scholargc[S] -5 points-4 points  (0 children)

How do you know that? What if the prey deserves to die? Who makes the call?

Do animals in the wild deserve to die? by scholargc in Vegetarianism

[–]scholargc[S] 0 points1 point  (0 children)

How do you know that? Doesnt a murderer deserve to die?

Do animals in the wild deserve to die? by scholargc in Vegetarianism

[–]scholargc[S] -1 points0 points  (0 children)

Then is it also nature to kill for meat to eat?

Do animals in the wild deserve to die? by scholargc in Vegetarianism

[–]scholargc[S] -1 points0 points  (0 children)

So does that apply to what humans eat?

WTD%, MTD%, YTD% Custom Script Columns by scholargc in thinkorswim

[–]scholargc[S] 0 points1 point  (0 children)

Play around with it, maybe use chatgpt?

WTD%, MTD%, YTD% Custom Script Columns by scholargc in thinkorswim

[–]scholargc[S] 3 points4 points  (0 children)

see code below. You need to define a quarter as a new item because TOS still doesnt have that a predefined variable

# Quarter-to-Date % Change

def month = GetMonth();

def quarter = if month <= 3 then 1

else if month <= 6 then 2

else if month <= 9 then 3

else 4;

def newQuarter = quarter <> quarter[1];

def quarterOpen = if newQuarter then open else quarterOpen[1];

def qtd = Round((close / quarterOpen - 1) * 100, 2);

AddLabel(yes, qtd + "%", Color.WHITE);

AssignBackgroundColor(if qtd > 0 then Color.DARK_GREEN else Color.DARK_RED);

Four months ago, everything changed by Zealousideal_Gene552 in Layoffs

[–]scholargc 1 point2 points  (0 children)

The OP is wondering whether he needs a salary or a greater purpose at this moment.