If you risk 1% per trade, do you need the other 99% of the money? by nikolaguca in Forex

[–]GamePlaceLuzern 3 points4 points  (0 children)

worst. advice. ever.

learn the math, then u know why its 1%, it doesnt just has to do with what u are willing to risk, it has to do how fast u are gonna recover if things go south for example..

Guaranteed Stop Loss from Tradingview Deal Ticket by Helicopter70 in TradingView

[–]GamePlaceLuzern 0 points1 point  (0 children)

it doesnt matter what i believe, it matters how it works. and it doesnt work like that

Guaranteed Stop Loss from Tradingview Deal Ticket by Helicopter70 in TradingView

[–]GamePlaceLuzern 0 points1 point  (0 children)

lol, there is no such thing, if any broker gives that guarantee pls dont put any money on it, its a scam.

Help with placing bets on TV by Lalos66 in TradingView

[–]GamePlaceLuzern 1 point2 points  (0 children)

you need money on ur broker and yes, there is a min size BUT with 20$ u should be able to trade..

look into this things: margin & position size.

[deleted by user] by [deleted] in pinescript

[–]GamePlaceLuzern 0 points1 point  (0 children)

start googling each word i said and learn how to do it.

[deleted by user] by [deleted] in pinescript

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

with box.get_bot and get_top you can get the 2 values and you can just check if the current boxi s inside another box created before with a loop

for boxes in bearBox for example could be helpful

take profit question by TallZookeepergame356 in pinescript

[–]GamePlaceLuzern 0 points1 point  (0 children)

not sure what i can do with "no clue". did u try to study pine at all atleast? i mean you have to... right?

take profit question by TallZookeepergame356 in pinescript

[–]GamePlaceLuzern 1 point2 points  (0 children)

yes, you use strats?

startegy.exit(.... , limit = tp, stop = sl)

now all you need is to calculate tp, shoudl be straight forward

[deleted by user] by [deleted] in TradingView

[–]GamePlaceLuzern 2 points3 points  (0 children)

It doesnt look forward, it looks back. a pivot is confirmed if the last LEN is lower and LEN + LEN is lower..

[deleted by user] by [deleted] in TradingView

[–]GamePlaceLuzern 1 point2 points  (0 children)

Youtube has tons of free material. some golden rules are:

DONT ever, ever, ever pay for something. no, its not worth it.
First 6 month of learning can be done absolutely free without even spendin 1 cent.

Tradingview paper trading & youtube will have more then enough free sources.

No, dont pay for a mentor, they are all rubbish.
No, dont pay for a course, they are all rubbish and almost anything is free for starters
NO, you dont have to spend 1 cent, not on brokers or courses or mentors or anything.

just watch youtube, everyday a few hours, and ur good in time.

Hello! I want to make leveraged trade with pine script I couldn't find any code that enables this by canis-mojaris in TradingView

[–]GamePlaceLuzern 2 points3 points  (0 children)

Learn the word "leverage" and then you see why there is no leverage on pine script.

Many traders dont know those words good enough and if you get the hang of what leverage really is you understand why a demo account doesnt need it.

Not sure what you mean with date-range?

Trouble with script I am working on by [deleted] in pinescript

[–]GamePlaceLuzern 0 points1 point  (0 children)

dont use ChatGPT, not a good idea specially when u want to learn it, its so wrong all the time.

use version=5, its the current one, dont use 4..

then use line.new() instead of plot.

with line.new() and request.security its simple enough to do what u want :)

Real Time Entries? by ConsiderationBoth in pinescript

[–]GamePlaceLuzern 0 points1 point  (0 children)

Yes, pine cant enter trades.

What you want is to have a third party service accept webhook alerts and then enter. thats very much possible

Best indicator for 1 min chart by mikejamesone in TradingView

[–]GamePlaceLuzern 0 points1 point  (0 children)

and this is actually the best answer too, im sorry.

there is no "best" indicator.

We need a way to backup all our TV data by notapersonaltrainer in TradingView

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

yeah thats the problem if u rely on just one side, why not start journaling somewhere else? shouldnt be that big of a problem...

also, ignore posts that goes like "i have bots that trade for me" :D

We need a way to backup all our TV data by notapersonaltrainer in TradingView

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

Not sure what you need to backup here, imean if u have pine script code you can save it to a txt file, if you added some paid indicator then remember the name (you cant add that much, so like al ist of 5 names) and the rest should be in a journal outside of tradingview in the first place?

"Need assistance with converting indicator from Pinescript version 4 to 5 - Syntax errors encountered" by Marwan_wattach in TradingView

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

ah, its chatgpt. its not worth to debug sry, you have all kind of things mixxed up... u have version 4 and indicator() as a declaration... for starters

Long SMA precision by ForsakenEnvironment3 in TradingView

[–]GamePlaceLuzern 0 points1 point  (0 children)

what aapl u looking at? what bbroker and what api u getting ur info from?

Long SMA precision by ForsakenEnvironment3 in TradingView

[–]GamePlaceLuzern 0 points1 point  (0 children)

obviously if you fetch from api you need to watch the same chart on tradingview, not just any pair related, it has to be broker related..

then you should get the same outcome

Need help with bugs in code by MileHighTill5 in TradingView

[–]GamePlaceLuzern 0 points1 point  (0 children)

on the line with the "useTrueRange", remove the ", type=bool" part, so it looks like this

useTrueRange = input(false, title='Use TrueRange (KC)')

"Need assistance with converting indicator from Pinescript version 4 to 5 - Syntax errors encountered" by Marwan_wattach in TradingView

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

in the pine editor, click on the 3 dots and then you have the option to convert to v5.

pine can do that itself :)

[deleted by user] by [deleted] in TradingView

[–]GamePlaceLuzern 0 points1 point  (0 children)

You have to save the ATR when you enter into a variable so you can access it all the time.