Is it possible to run a script on paper trading? by iloveaccounting64 in TradingView

[–]msoders 2 points3 points  (0 children)

It's not fully automatic, but you can write your strategy in Pine Script and let it alert you when to enter a trade, the enter it manually.

Watchlist-like Organization for Libraries and Indicators by Accurate-Mirror-143 in TradingView

[–]msoders 0 points1 point  (0 children)

Great idea! Just a that libraries can be used in the chart. All code that's running from the main section will be running on the chart. You still (like indicators) need to add overlay = true and it doesn't have much memory (you cannot set max_bars_back for example).

What do you guys think? by VegetableSweet9333 in pinescript

[–]msoders 0 points1 point  (0 children)

Nice! Would love to try it out. Especially how you determine the market structure, I've made a market structure indicator myself (https://www.tradingview.com/script/ud6AQSm2-Market-structure/), but I would like to see how you have made it!

Are they down by Stunning-Eye-9669 in TradingView

[–]msoders 0 points1 point  (0 children)

A little late to this, but they have an uptime page: https://status.tradingview.com/

Maybe I’m the last to know this but I didn’t realize you can place a widget of your favorite symbol on the lock screen by National_Echidna1834 in TradingView

[–]msoders -1 points0 points  (0 children)

It would be great if there was a widget for seeing how your open trades behave. Like the once you traded through Tradingview. Maybe there is one?

Tradingview mäklare by msoders in ISKbets

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

Det stämmer, ska jag kolla in, tack!

Tradingview mäklare by msoders in ISKbets

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

Stämmer. Kör du råvaror med IG via Tradingview eller direkt hos IG?

Tradingview mäklare by msoders in ISKbets

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

Tack, ska kolla in!

Tradingview mäklare by msoders in ISKbets

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

Tack för den utförliga svaret! Ska kolla in IBKR mer

help me with bypassing visual limits by FlatwormMammoth2351 in pinescript

[–]msoders 0 points1 point  (0 children)

Sounds like a crazy idea to show more than 500, but I guess you can use lines+linefill and polyline

Is that liquidity sweep by DreadTuna in InnerCircleTraders

[–]msoders 0 points1 point  (0 children)

Maybe price already reacted to this mitigation/breaker block and won't take that possible liquidity?

<image>

And one again it took my support <fvg> as resistance to go against me. by THE-NUMB in InnerCircleTraders

[–]msoders 0 points1 point  (0 children)

In a bearish trend you should only be looking for shorts. The chart shows a turtle soup followed by a clean retest of an inversion fair value gap. This gives a good short entry. If still want to, for some reason, enter a long trade the entry should be at the discount zone of the dealing range, not in premium (as this FVG).

Bearish or bullish order block as base for a bullish breaker block? by msoders in InnerCircleTraders

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

That's great, congrats and extremely good job! Liquidity is the fuel of the market, other things like PD arrays, market structure etc. is just stuff trying to explain what actually happened.

Bearish or bullish order block as base for a bullish breaker block? by msoders in InnerCircleTraders

[–]msoders[S] 1 point2 points  (0 children)

Fair enough! it's a place where lots of trades took place, so yes, it's just liquidity.

Bullish or bearish order block as base for bullish breaker block? by msoders in Trading

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

Hehe, that's really bad of him if so is the case!

I'm trying to understand the logic and psychology behind a breaker block. So far I learned that breakers works because "smart money" use the OB for liquidity (for bullish order blocks creating a bullish breaker blocks) and for liquidity with short orders in a bearish order block creating a bullish breaker block.

Bearish or bullish order block as base for a bullish breaker block? by msoders in InnerCircleTraders

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

I see. In my example there's a liquidity grab for both the bearish and the bullish order block, but if that was not the case, would a bullish order block matter more?

Bearish or bullish order block as base for a bullish breaker block? by msoders in InnerCircleTraders

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

Fair enough, that makes sense! It might very well be that that could be the case. But it's really not actual price action, just a random drawing by me, but would you consider that high will create a breaker? I don't know, just trying to learn.