Search results

  1. I

    ChatGPT (LLMs) replacing programmers? Ridiculous

    Yeah, but how much code is that compared to the all code universe, 1-2% ? a lot of it is private code that the model will never be fed and will never see, but suppose microsoft decides to feed it the full windows code, or debian code... and learn from it, given say access to a machine, learn...
  2. I

    ChatGPT (LLMs) replacing programmers? Ridiculous

    https://the-decoder.com/gpt-4-architecture-datasets-costs-and-more-leaked/ https://the-decoder.com/gpt-4-has-a-trillion-parameters/ they are scaling up 10x parms per version upgrade the question is as applied to trading is the most interesting - will it be able to solve "the trading problem"...
  3. I

    ChatGPT (LLMs) replacing programmers? Ridiculous

    Ridiculous, not ! Scary, yes ! Give LLM hardware knowledge + software knowledge ( languages ) + design knowledge + architecture knowledge + debugging knowledge + access to hardware/machine + specify the task = will be able to write better code than a human can... 3-5 versions from now...
  4. I

    Need tick data for ES , throw me a bone here

    To All, so I did pull off some .txt tick data from Sierra Charts for sep,dec23 and mar24 for ES it took some time to figure out the procedure + the data file is still 2-4x the size of what it should be if the format was correct, they dump o,h,l,c,t,tv, + bid and ask data into that file making...
  5. I

    Need tick data for ES , throw me a bone here

    Thank you that was very generous of you !
  6. I

    Need tick data for ES , throw me a bone here

    found nrd ( I presume it stands for ninja replay data ) addon for ninja https://github.com/eugeneilyin/nrdtocsv please try to export 1 week of ES tick to csv using that addon try during aftermarket ours to avoid cpu overload and then if you could post time it took to convert output file...
  7. I

    Need tick data for ES , throw me a bone here

    Hi all, Why tick data --> https://doh.wa.gov/data-and-statistical-reports/washington-tracking-network-wtn/tick-data That was a joke... you like ? Anyway, I need to test my code on full price path ie tick data, 1 min in ES just won't do the trick, those damn outlier bars. ticker - ES, of...
Back
Top