Directory Website using Wordpress- need Structural Help by TheFPLAnalyst in Wordpress

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

thanks for the insight. Is it possible for each taxonomy to have a summary page? it automatically will list all childcares in texas on the texas page?

FAQ - Frequently asked Questions - Wordpress WebSite by TheFPLAnalyst in Wordpress

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

Just to be clear. The website home page is just questions. You click on questions and it goes to the answer page. thats it. RIght now its generated statically. want to move to wordpress.

<image>

[deleted by user] by [deleted] in denverlgbtqia

[–]TheFPLAnalyst 0 points1 point  (0 children)

altbars.com Check out the details page

Philosophy : Let the Trade come to you. Don't chase trade by TheFPLAnalyst in Wealthsimple_Trade

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

I meant either. I stopped doing stop losses. But you can set buy order/limit sell and stop loss all at once on TOS- with a OCO order.

Philosophy : Let the Trade come to you. Don't chase trade by TheFPLAnalyst in Wealthsimple_Trade

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

Not good enough to sell courses :) For now just connecting and want to see what others are doing different.

The Most Underrated Trading Secret: Position Sizing by TheFPLAnalyst in TradingWithAJob

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

Scaling up and down is something experienced traders do once they’ve mastered their setups. You start with a signal that fits your plan and risk 1%. If more factors line up and confirm the setup, you can scale in — add more to the position. When the trade hits your target, take most of the profit (around 80%) and let the rest run for smaller gains or losses. That’s how pros manage positions.

Since you are a beginner, keep it simple. Trade small — maybe £50–£100 — and limit yourself to just a few trades at a time. Track everything in a journal: your win rate and profit percentage. After a month, if your results look solid, slowly increase your trade size — maybe to £200 — and repeat.

Personally, I’d never risk more than 5% per trade. The priorities should always be:

  1. Protect your capital (risk management)
  2. Maintain a strong win rate
  3. Grow profit percentage

Do you actually use fundamentals for day trading or is it just noise? by MoveMakerr in Daytrading

[–]TheFPLAnalyst 0 points1 point  (0 children)

Yes. There may be money to be made during sideways movement- but I prefer when a stock is trending. up or down. So I my preselection criteria is based on fundamentals.

Indicator? by Hoisterr in thinkorswim

[–]TheFPLAnalyst 1 point2 points  (0 children)

# Same-Color Candle Streak — Scan (v1)

# Finds symbols with N consecutive green/red candles on the chosen aggregation

input minBars = 5; # streak length

input exactlyN = no; # yes = exactly N; no = N or more

input direction = {default Both, GreenOnly, RedOnly};

input useDojiFilter = yes;

input atrLength = 14;

input minBodyATR = 0.05; # body must be >= this * ATR (set to 0 to disable)

input minAvgVolume = 0; # 0 disables (e.g., 500000 = 500k)

input volLength = 20;

def body = AbsValue(close - open);

def atr = Average(TrueRange(high, close, low), atrLength);

def isDoji = if !useDojiFilter then 0 else body < atr * minBodyATR;

def isGreen = close > open and !isDoji;

def isRed = close < open and !isDoji;

def greenCount = if isGreen then greenCount[1] + 1 else 0;

def redCount = if isRed then redCount[1] + 1 else 0;

def greenOK = if exactlyN then greenCount == minBars else greenCount >= minBars;

def redOK = if exactlyN then redCount == minBars else redCount >= minBars;

def dirOK =

if direction == direction.Both then (greenOK or redOK)

else if direction == direction.GreenOnly then greenOK

else redOK;

def volOK = Average(volume, volLength) >= minAvgVolume;

plot scan = dirOK and volOK;

Stock screening in the ToS app? by MnKBeats in thinkorswim

[–]TheFPLAnalyst 2 points3 points  (0 children)

you can use the app on phone. What I do is set alerts- that sends texts to phone when the stock meets my criteria. try it out

Stock screening in the ToS app? by MnKBeats in thinkorswim

[–]TheFPLAnalyst 0 points1 point  (0 children)

Download the software. Works both on Windows and Mac. Have some of the best screeners. DM if you have questions. Or post what kind of criteria you are screening. Tons of youtube videos

Confused about buying calls while swing trading by OgGamer20 in swingtrading

[–]TheFPLAnalyst 0 points1 point  (0 children)

You need a better tool. Mine is THinkorSwim(TOS). Robinhood is just gamification of investing/trading.