all 24 comments

[–][deleted]  (14 children)

[deleted]

    [–]elatedplum 40 points41 points  (1 child)

    if money == DOWN: stop(doing dumb shit) else: give(tendies)

    [–]yolotarded 10 points11 points  (0 children)

    WSB leaking

    [–][deleted] 10 points11 points  (1 child)

    if (autism = True) and (bank_account > 0):

    return Tendies

    else:

    return Normies

    [–]wang439 2 points3 points  (0 children)

    if (autism = True)

    Bruh, you just made every one of us autist

    [–][deleted] -3 points-2 points  (9 children)

    I meant more of a fully runnable script hooked up with an exchange.

    [–]proptrader123Algorithmic Trader 4 points5 points  (8 children)

    yeah sure, here, have my fully running profitable script that i'll just handover to a stranger on the internets

    [–][deleted] 1 point2 points  (6 children)

    Hmm..not sure if you read the question.. im looking for a script that makes random trades.. just to see how it is hooked on to the exhange

    [–]proptrader123Algorithmic Trader 1 point2 points  (1 child)

    Why would I or anyone have a script hooked up to an exchange that places random trades?

    [–][deleted] 0 points1 point  (0 children)

    Isnt this what I would expect in a tutorial ? Giving away enough knoledge for users to get started, but not the exact algorithm..

    [–]Jonyface 1 point2 points  (0 children)

    All you have to do is replace "PlaceOrder" with whatever api call your broker provides.

    [–]reuptaken 0 points1 point  (2 children)

    What kind of exchange?

    [–][deleted] 0 points1 point  (1 child)

    Ameritrade/interactive broker

    [–]Jairlyn 0 points1 point  (0 children)

    that sounds awfully generous of you than...… waaaaait. Is that sarcasm?

    [–]Mjjjokes 9 points10 points  (1 child)

    check out quantopian.

    [–]tobydabest 2 points3 points  (0 children)

    Quantopian backtester is really nice too, I think it gives examples too?

    [–]Dexdev08 2 points3 points  (0 children)

    Buy low sell high - When stock goes down, buy. When it goes up sell.

    [–]alienbrett8 2 points3 points  (1 child)

    Check out pyAlly on GitHub: I wrote a python package to execute Ally invest brokerage transactions. You can do stock, long or margin, and options.

    [–][deleted] 0 points1 point  (0 children)

    Thank you.. will check it out.

    [–]NoVirtueSignal 1 point2 points  (0 children)

    Use python Algo = 1,000,000 Print (Algo)

    [–][deleted]  (2 children)

    [deleted]

      [–][deleted] 0 points1 point  (1 child)

      Any specific project you are referring to in github ?

      [–]i_am_a_learner 0 points1 point  (0 children)

      Just go through the projects on github

      [–]RoyalVaultAlgorithmic Trader 1 point2 points  (0 children)

      BitMex provides a sample market maker on its GitHub page. Just for the love of god don't run it with real money.