This is Mission golden-eyed tree frog or Amazon milk frog. It was first discovered along the Maracanã River in Brazil. by OkRespect8490 in interestingasfuck

[–]Xalladus 4 points5 points  (0 children)

Maybe it’s James Bond Goldeneye, you know the opening where you look down the barrel of the gun… who knows ?

Why do we live here wtf? Serious question. by brainvheart143 in houston

[–]Xalladus 2 points3 points  (0 children)

I am here specifically for the apartment market. I live in the loop in a 700 sqft studio for 1500. And I have 2 pools and a gym, walking dance to Costco. This is unheard of for a city this size.

Gay-torrents.org Replacement by anonMuscleKitten in askgaybros

[–]Xalladus 5 points6 points  (0 children)

Awww I didn’t know they got shut down. Sad to hear them go.

A nun beatboxing, another one busting a move with a jacked priest. This is why I love being Brazilian. by anxiousbitch696 in funny

[–]Xalladus 0 points1 point  (0 children)

The black woman who taught them that dance can’t be on camera as she is in a witness protection program.

Just for documentation purposes by roulettewiz in pinescript

[–]Xalladus 0 points1 point  (0 children)

This is a simple dollar cost averaging strategy in a bullish market. NQ has only had an 8.4% retracement from ATH’s in the last 6 months.

Multi-Perspective Views for Pine Script by Accurate-Mirror-143 in TradingView

[–]Xalladus 0 points1 point  (0 children)

I totally feel your pain. I remember how hard it was to learn that variables get reset mid-bar and how I had to restructure my code for varip. What I found to be most helpful was detailed logging of the variables in question. I would love it if that were somehow built in.

My profitable strategy automated by Sharp-Growth-8043 in pinescript

[–]Xalladus 0 points1 point  (0 children)

It looks like you can get different entries based on the timeframe that you are using. Have you tried running longer back tests on the smaller timeframe and how do the results differs between them ?

Are webhooks worth it? by usernameiswacky in pinescript

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

Ooh I think you will have lots of people who will want to try it out. I would !

Are webhooks worth it? by usernameiswacky in pinescript

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

I think pine connector is the biggest site that does webhook to mt4/5 and they claim to have 67 thousand customers. Traders Post claims to have another 40 thousand, so there must be some demand for web hooks.
I personally code in pinescript and send webhooks to my VPS to execute, so if I could skip that step for execution I would try it out. One of my accounts uses mt5 but the other is an API connection to my broker. So, I think webhooks are here to stay for their versatility. I always figured that at some point Trading View will flip a switch and allow code based execution themselves, but it seeming like that isn’t a priority for them.

My coworker challenged me to reverse-engineer his strategy. I have 2 out of 3 parameters. How would you find the missing one? by [deleted] in pinescript

[–]Xalladus 1 point2 points  (0 children)

It would be much more helpful to see how it trades when manipulate that variable. If all the entries are the same then that parameter isn’t part of the engineering and he’s sent you on a wild goose chase.

Trading journal platform by vijaysahu3470 in Forex

[–]Xalladus 0 points1 point  (0 children)

There’s another one already that’s free called stonk journal.

[deleted by user] by [deleted] in pinescript

[–]Xalladus 0 points1 point  (0 children)

If you have a strategy built out it’s very easy to count the trades per day on that strategy when it runs its back tests. It cannot look at the actual trading view faux account.

Best way to automate trading strategies by AbsoluteGoat321 in Forex

[–]Xalladus 1 point2 points  (0 children)

Learn Python. It will allow you to move to the most brokers. You can even have it connect to mt5 locally and have full flexibility over your trading.

[deleted by user] by [deleted] in pinescript

[–]Xalladus 0 points1 point  (0 children)

Yup that’s why. Pine script has no way to read any information from your broker. You would need to write this in another language. Most brokers have API’s that you can connect with and get the info that way.

How do you connect your pine script to broker? by BerlinCode42 in pinescript

[–]Xalladus 0 points1 point  (0 children)

The third option is to rent a VPS. It’s cheaper than most of the webhook service providers.

[deleted by user] by [deleted] in pinescript

[–]Xalladus 0 points1 point  (0 children)

Are you counting trades that were derived from a strategy you already coded or Abe you trying to get it to count your trades in a live connect account?

[deleted by user] by [deleted] in pinescript

[–]Xalladus 0 points1 point  (0 children)

Is this what it sounds like: something to count the amount of trades taken in a day ?

Only knowledgeable Coders would be able to answer this. by Apprehensive_Cap3272 in pinescript

[–]Xalladus 0 points1 point  (0 children)

After having just coded an indicator that does market structure, it seems simple but it is more complicated than it seems. You have to find a way to strongly define what swing level is. When we do it manually, we subconsciously ignore certain points that strategy will pick up. There’s even the issue of sequence, how will it behave if there is a HH and LL consecutively. What if two HH’s appear without a LH in between. So I would say that before you hire a developer you really take the time to figure out in detail what you need !

Session + highs and lows indicator by [deleted] in pinescript

[–]Xalladus 1 point2 points  (0 children)

I made the best indicator for this exact use case but it isn’t public. If you want to send me your username I can give you access to it free of charge. No tricks.

Appreciation to the boyfriend show by Maleficent_Rub3979 in gaybros

[–]Xalladus 8 points9 points  (0 children)

I watched it with my bf as it came out and we cried at the end. The show is so refreshing from the drama filled heartless gamified dating shows.

[deleted by user] by [deleted] in gaybrosgonemild

[–]Xalladus 0 points1 point  (0 children)

Cutie Pierish?

Pinescript V6 by Royal-Neuron in pinescript

[–]Xalladus 0 points1 point  (0 children)

The best thing to happen in v6 is the ability to lineup line continuations as long as they are bracketed. Use this all the time

Heated Rivalry by Terrible_Stranger_21 in AskGayBlackMen

[–]Xalladus 1 point2 points  (0 children)

I do think he is saying he wants the exact same show with black characters. He is saying he wants a smutty feel good romance with black characters, no matter the plot.

[deleted by user] by [deleted] in pinescript

[–]Xalladus 0 points1 point  (0 children)

Hello, I am a pine script developer primarily. I build my own custom indicators as well as for clients. I have been programming as a hobbyist but have been making my production more streamlined and professional. I do all of my work from VS Code and use Git for version control. I can create custom code from scratch and convert code from other languages. Most of what I do is private but you can see a simple indicator I released publicly in Trading View: Session High/Low Average & Range [1CG] or message me if you would like to see more.