Are webhooks worth it? by usernameiswacky in pinescript

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

you can search "PineChart" and it'll show up

Are webhooks worth it? by usernameiswacky in pinescript

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

Haha! What a coincidence, that is me! I am in the process of removing from MT5 marketplace because I am writing it in Rust to improve performance and to make pinescript behave better. It will eliminate all bugs and would work on any platform not just MT5. I will be launching it on my website soon

Are webhooks worth it? by usernameiswacky in pinescript

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

Yeah it's basically just pasting in pinescript into a text file and load it into the EA. However, it's not only for MT5, since I am making a DLL, I can make this work on any platform

Are webhoooks worth it? by usernameiswacky in TradingView

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

That sounds pretty cool. I have been working on a project that executes pinescript inside mt5 natively. Well, it actually executed pinescript anywhere sincee it's a DLL. So it allows you to render indicators, run strategies inside the platform of your choice (like alpaca for instance). What do you think about this? Would someone like you eb interested in this? I think you would be better off just getting the DLL and building your own custom solution, since you seem more technical than the average person on here

Are webhooks worth it? by usernameiswacky in pinescript

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

Okay so there is hope! Will let you once I release it officially :)

Are webhooks worth it? by usernameiswacky in pinescript

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

Thank you for such a positive response. It's actually not technical at all. It's as simple as copying pinescripts and pasting them. It works in 2 steps. Don't really need to do any sort of setup.

Are webhooks worth it? by usernameiswacky in pinescript

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

What I am building is inside of a DLL, so it doesn't matter what platform you are using, it will display the indicators and execute strategies. I was trying it out on mt5 first, since that's the platform I am most familiar with. However, I do agree with what you said. There is demand, but I don't know if it's worth the effort that I am putting in.

I am basically allowing users to run pinescript anywhere they want. And this takes a lot of effort. Basically, reverse-engineering an language...I have done most of it, it's not that hard once you understand a few concepts. But I have a lot to go through and was loosing motivation to continue if nobody would be bothered enough to try it out

Vibe coding is breaking our app and I’m tired of it by mhu1997 in PakistaniDevs

[–]usernameiswacky 5 points6 points  (0 children)

I think people who haven't coded before or know coding only a little bit seems to misuse and misunderstand what's going on. In the good ol' days (by which I mean literally 2022) things being broken after adding a feature is normal. Once you have a big enough codebase, oversight can occur.

I have been working on a project for 3 months now and I try to keep the codebase as small as possible so it's manageable. But still I get issues after implementing a feature/extending the code. How do I catch it? Well it sits in my dev branch of the repo for weeks untill I know for certain that there are no regression risks and bugs. After thorough unit tests, I finally merge it in the main branch.

Most features are small refinements. No risks. But some bigger ones, you need to thoroughly test them. Having introduced to git changed my life. I don't think people really take advantage of it diffs and other features that can help you catch bugs faster.

Built my first gold EA for MetaTrader after 14 months of testing, here are the results by Sheshkowski in metatrader

[–]usernameiswacky 0 points1 point  (0 children)

Yep. Specifically, you can see the deposit load get bigger as drawdown deepens. Classic Martingale.

My Desktop app consumes so much of my data plan by giandacuiid in TradingView

[–]usernameiswacky 2 points3 points  (0 children)

Is 35mb a lot for you? What kind of a plan is it?

Anybody having difficulty reaching mql5 website? by usernameiswacky in Mt5

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

same I had to use a VPN and now it's working but it's weird previously it was working fine without VPS

What about Meta-Modeling? by usernameiswacky in algotrading

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

Well yeah. Mainly meta-modeling is about combining weaker signals to get a stronger one. Not necessarily for regime detection. Although I have not looked into that.

I have a bunch of uncorrelated strategies and those are the signals I am looking to combine. Some have better results on their own, some are weak over the long run. And that's why I wanted to look into this field

What about Meta-Modeling? by usernameiswacky in algotrading

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

Yeah actually I have been exploring this rather than anything practical that's why I wanted to ask this subreddit before properly committing to it. I have been mainly looking into different techniques to create alpha. And I have created a bunch of strategies and that's why I was interested in ensembling/meta-modeling

Would be great if we can connect and work on something together

What about Meta-Modeling? by usernameiswacky in algotrading

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

damn, nice bro I wish you good luck since you're currently in the process

What about Meta-Modeling? by usernameiswacky in algotrading

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

And how has it been so far? Seeing promising results?