ChatGTP AI Coder

Viewing 15 posts - 1 through 15 (of 20 total)
  • #214246

    I tried to use ChatGTP to code a strategy but failed.

    Anyone who manage?

     

    Create a robust strategy , use ProBuilder Language for ProRealTime

     

    Sure, here’s an example of a robust strategy for trading the NASDAQ index using ProBuilder Language for ProRealTime. This strategy uses a combination of moving averages, standard deviation, and a trailing stop loss to identify buy and sell signals:

     

    #214252

    Interesting. That comes straight from ChatGTP? For what time unit should this be intended?

    #214254

    That’s not a compatible code, seems that ChatGPT is not yet fully compatible with our preferred trading platform 🙂

    #214255

    ChatGPT v4 (paid version) is better in many ways, but still have to define some infos before creating a prompt.

    I asked:

    “code a compatible simple RSI strategy for prorealtime”

    and the answer is:

    ProRealTime is a technical analysis and trading software platform that allows users to create custom trading strategies using its programming language, ProBuilder. Here’s a simple RSI (Relative Strength Index) strategy for ProRealTime:

    1. Define the parameters for the RSI calculation and the overbought and oversold levels.
    2. Calculate the RSI based on the defined parameters.
    3. Implement the buy and sell conditions based on the overbought and oversold levels.
    4. Manage the trading positions and add stop loss and take profit levels (optional).

    Here’s the code for the simple RSI strategy:

    This simple RSI strategy buys when the RSI crosses under the oversold level and sells when the RSI crosses over the overbought level. It also includes optional stop loss and take profit levels. Note that this strategy is designed for educational purposes and should be tested and optimized before using it in live trading.

    Almost ok, so I continue:
    with probuilder language, variable names can’t contain underscore. Also, the pLOSS and pPROFIT are used for points values, not percentage, which are: %LOSS and %PROFIT
    and the new code:
    Apologies for the oversight. Here’s the corrected version of the simple RSI strategy for ProRealTime using ProBuilder language with the proper variable naming conventions and the correct stop loss and take profit values:

    Now, the variable names are without underscores, and the stop loss and take profit values are set using %LOSS and %PROFIT. Please note that this strategy is designed for educational purposes and should be tested and optimized before using it in live trading.

    #214259

    I could already imagine that the coding with ChatGPT would not work properly. Especially since these systems seem to be kept very simple. But what is interesting is that ChatGPT developed the idea itself.

    #214260

    Especially since these systems seem to be kept very simple.

    If you look closely, it doesn’t know how to interpret the difference between percentage and points. But it’s a start.

    So too simple ? then make it complex !

    oh

    1 user thanked author for this post.
    #214298

    I had dinner with a friend a few days ago and he suggested the idea of asking ChatGPT questions, personally I think it’s a gimmick even if it looks impressive at first,

    My friend asked ChatGPT to give the result of a certain chemical reaction with the exact proportions of the components, the answer was three different products but with percentages: 80% + 75% + …..

    So this artificial intelligence was not even able to make a simple calculation of 100%.

    #214302

    Yea, but you forgot the vaporizing of products. 🙂 🙂

    1 user thanked author for this post.
    #214303

    ChatGPT knew your friend had forgotten to state if the chemical reaction took place in air, oxygen, inert gas or whatever?? 😉

    1 user thanked author for this post.
    #214304

    I’m using ChatGPT everyday, for web oriented development (PHP, JS, SQL, ..), it had saved me (literally) dozens of hours of work.

    Like any new tool, you have to get used to it. I’m preparing a prompt to make it reliable for ProBuilder (for v4 version only).

    1 user thanked author for this post.
    #214305

    I’m using ChatGPT everyday, for web oriented development (PHP, JS, SQL, ..), it had saved me (literally) dozens of hours of work.

    Like any new tool, you have to get used to it. I’m preparing a prompt to make it reliable for ProBuilder (for v4 version only).

    Hi. V4 of what?

    Will the prompt be avalabile for us?

    #214329

    My friend is a chemist 😊

    #214330

    For the fun of it I’ve just created an account, I’ll test it out and we’ll see 😊

    #214339

    ChatGPT v4 (Pro version).

    Yes, I will give deliver the prompt. Currently, I’m trialing a lot of queries in order to detect where it fails in order to modify the prompt.

    1 user thanked author for this post.
    #214370

    I’ve tried to understand the prices but I can’t quite figure out, is it a monthly subscription or is it a price you pay per request ?

Viewing 15 posts - 1 through 15 (of 20 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login