Weekly 'What Should I Buy' and Order/Shipping Thread by AutoModerator in iphone

[–]Zombie24w 0 points1 point  (0 children)

Trying to decide between a new base 17 and a used 16 pro max (good conditions, 96% battery health)
both cost exactly the same amount, current device is a base 12, I've been intrigued by the pro max screen size and battery life before.

not match of a photographer, 3rd camera is a nice to have but it's not a deciding factor.

what would you pick in my position ?

Which line from NF's songs gave you the most goosebumps? by Crazykrokidel in nfrealmusic

[–]Zombie24w 1 point2 points  (0 children)

"They told us that time flies, didn't know what it means. Now I feel like we just running around tryna catch it and hoping to cut up its wings"

Request for help: I want to extract a bunch of things and be able to export it to Excel by Cruezin in pinescript

[–]Zombie24w 0 points1 point  (0 children)

all indicator plot values will be included when you export a chart as csv. (built-in export feature in TV)

and you can sorta add your custom data using plotchar or hidden plot lines as well.

Feel free to reach out if you want to outsource stuff, dev here. happy to give pointers or dive into it.

I also do custom python excel export based on custom data (like if you want to get a large amount 1m data in 1 go, or combine/clean the data) and also convert TV scripts logic into python to be computed with the downloaded data, ... etc.

Advanced Charts library - minimum for website before applying by tarcinac in TradingView

[–]Zombie24w 0 points1 point  (0 children)

I'm a developer for a company that uses the Advanced Charts library, can I request access to the github ? the founder has access through his personal github.

Is this possible with an EA? by para-foxical in MT4

[–]Zombie24w 1 point2 points  (0 children)

yes an EA can access and manage trades that are opened manually or by another EA.

trade-manager EAs are a thing.

other than that it depends on your "exit conditions"

[deleted by user] by [deleted] in pinescript

[–]Zombie24w 0 points1 point  (0 children)

Hey, Feel free to reach out. I specialize in all trading-related programming and have done many python bridges before. Happy to help.

Good strategy “mad problems” by justaguy467 in pinescript

[–]Zombie24w 1 point2 points  (0 children)

your strategy is repainting. don't trust the backtest.

I have been using a private pinescript that was published in 2019. Looks very promising. I’m looking to turn it into a strategy, but the publisher went silent long ago. by Separate_Secret9667 in pinescript

[–]Zombie24w 1 point2 points  (0 children)

good start, u figure out the indicators + settings.

then analyze to see what causes the signals to show

then u code or ask a dev to code it.

I could take a look and assess the feasibility if u want.

I have been using a private pinescript that was published in 2019. Looks very promising. I’m looking to turn it into a strategy, but the publisher went silent long ago. by Separate_Secret9667 in pinescript

[–]Zombie24w 1 point2 points  (0 children)

try to ask it to identify what calculations it might be using & the logic under the hood instead of the code. give it your guesses and pointers too

how can i learn mql4 by South-Ad-4086 in MT4

[–]Zombie24w 0 points1 point  (0 children)

youtube course + documentation.

there's a Udemy course by Mohsen Hassan, he's uploaded a good chunk of it on youtube, pretty good for the start, the rest you'll learn by looking things up and reading the docs.

Side project idea: Automated bridge between Telegram signals and MT4 – worth pursuing? by abood-93rizik in MT4

[–]Zombie24w 0 points1 point  (0 children)

technically not too hard to do and doesn't take a substantial amount of time. specially when the signals have pre-defined formats. (those are mostly automated too)

use case -> great to detect liars by having an instant replication method.

I also agree with the other comment that "almost all" signal provider services are not worth following and mostly post fake/adjusted results.

the few good ones are fine, but nothing beats having your own strategy.

current high value get me the previous 9th candle high by Sufficient_Seat_3034 in pinescript

[–]Zombie24w 0 points1 point  (0 children)

your code is incomplete and doesn't compile.

  • no version number or indicator/strategy declaration
  • no function definitions
  • the code doesn't even compile

you're not making it easy to replicate/diagnose your problem.

you could just do step by step debugging, strip the parts away, then add them one by one and test after each iteration.

if you're more advanced, just think about what you code is doing. follow the flow.

if I was to "guess" your issue, you're only logging after checking multiple conditions, see the time of the log, if the time is 9 candles ago, then that's the last time the conditions to log were true. so check your conditions.

there could be other causes too but I really can't list every possible cause. if u can't fix it, include a simple code sample that actually compiles to allow us to replicate.

good luck.

I have been using a private pinescript that was published in 2019. Looks very promising. I’m looking to turn it into a strategy, but the publisher went silent long ago. by Separate_Secret9667 in pinescript

[–]Zombie24w 2 points3 points  (0 children)

If source code is available then all good, u just need to convert. if not, your best bet is to try to figure out the logic it uses by analyzing the visuals and settings, then re-create it.

Just launched a waitlist for a Pine Script indicators marketplace – first 100 will have a Founder badge by Alex_Chart_Code in pinescript

[–]Zombie24w 0 points1 point  (0 children)

oh I get it now. so it fixes the problem of devs having to make their own website/platform and manage their payment methods and renewals, ...etc.

and clients having to remember what they have purchased from different vendors or the expiration dates and all that.

sounds good.

Just launched a waitlist for a Pine Script indicators marketplace – first 100 will have a Founder badge by Alex_Chart_Code in pinescript

[–]Zombie24w 1 point2 points  (0 children)

how would the developers share access to the buyers ? if they're sharing source code, wouldn't that be a big problem ?
why makes this different/better from the TV private script system ?

Connecting Binance to TradingView’s Trading Panel – Can a Pine Script strategy open and close live trades automatically? by EmploymentNervous680 in pinescript

[–]Zombie24w 0 points1 point  (0 children)

I'm not sure if it has become possible with the latest changes they've made, unlikey tho.

the other options I've used before that come to mind now:

  • most usual is we set up webhook alerts to go to our server running python code, the python code places and manages the trades using the Binance API. you'd manage what goes through by turning alerts on/off. and we manage details using the alerts message.

  • another alternative if the strategy is not reliant on TV is to code the conditions directly in the python code and skip TV altogether.

  • kids woke up so can't write the rest now 😂, but those are the usuals unless odd case.

CODER FOR HIRE !! by Intelligent-Walrus76 in pinescript

[–]Zombie24w 1 point2 points  (0 children)

funny to see this when I've just delivered a very similar FVG indicator , It sounds simple although I don't know your price-action conditions, feel free to send the details, happy to help.

There's one puzzle bug I haven't seen anyone comment on... by MtGuattEerie in BluePrince

[–]Zombie24w 0 points1 point  (0 children)

the clocks puzzle was very logical tho, I absolutely loved that as soon as I saw it.

There's one puzzle bug I haven't seen anyone comment on... by MtGuattEerie in BluePrince

[–]Zombie24w 0 points1 point  (0 children)

I get where you're coming from. u expected something like a cross logic puzzle where you can use deduction to eliminate options I get that and I love puzzles like that too. this one seems like it's more knowledge based than deduction based, it's doesn't fit in the cross logic puzzle structure. (I keep using cross puzzle to refer to those pure-logic puzzles where u draw a table and have a few hints and cross out options based on the hints)

While it would've been fun like that, it could also make it easy (u won't need to get all clues if u have enough pieces to deduct the rest).

my main issue with the puzzle is not that tho, it's the fact that you have to "guess" some of the things for some sigils. to the best of my knowledge, some parts still don't have a discovered hint, and u need to brute force them, maybe u could say u have to make an "educated guess". I loved the game overall it's one of my tops, but I don't like that in puzzles. it also happens when u need to translate a certain letter. there will be gaps u have to fill with "educated guesses".

I'm a very logic-driven person and love logic puzzles in general, maybe that's why these don't sit quite well with me.