I’ve coded and strategies and indicators with artificial intelligence that are incredible, costwise, some of these would’ve been approaching $50,000 - $100,000. And I say that because coding requires a lot of brain power that is focused on one thing, and the people I’ve worked with to code my software in the past, I paid them whatever they want because I understood how important their work is and I could appreciate it because I’ve tried it and it was just not my thing. I had no interest to sit there and write code. So if someone has some facility in it, I have literally no choice. And the back-and-forth ensuring that logic works testing, etc, all of that was time and cost..
But now this programatic intelligence is available to all of us. You simply have to think clearly about what you want, the intended behavior that you expect and communicate and objective to the artificial intelligence tool.
But here are some best practices that you can use to ensure that your code actually works as intended.
-
Understand exactly what it is that you want. I.e. the behavior, what should happen, the sequence of conditions necessary for order entry. This takes time particularly screen time to know what you’re looking for, what behaviors, what condition should be true before you attempt an entry. Screen Time is simply sitting there and watching the markets and making observations, writing things down, etc. etc.
-
Before you actually begin the simple process of asking, Claude, or anyone of the other artificial intelligence tools to code a strategy indicator or behavior for you, first of all engage in context building. Context building is whereby you communicate with the artificial intelligence about the nature of what you’re looking for, your objective, certain questions and concerns you might have about this or that regarding the behavior or conditions that you have in mind. With this process it could consist of a five minute conversation or a conversation that spans a week or more.. As you engage with the AI more, it learns. All of this i.e. context building, imbues the session with inference and information and contextual clues to ensure that your software is produced to behave correctly.
-
The next step and perhaps one of the most important steps that I like to perform is asking the artificial intelligence to engage in user testing. So after the indicator strategy has been built. You probably have some parameters that requires you to enter some values or enable it or etc. So you want to ask the artificial intelligence to input random values and for it to run through that and for it to describe to you what is happening so that you can see if the behavior that the code creates is what you have in your mind as to what should happen. This is where you can learn if there’s a difference between the behavior of the code that you asked for, and what you have in your mind. And from here you can see how simple it is to simply close that gap. This whole process firstly imbues your AI with context to know what you want, and the process of having it perform a test and run it, saves your time so you don’t waste your time on testing you shouldn’t be doing if the code wasn’t working in the first place. Have it perform user testing as though it was the human activating and running this code, gives it additional clues to ensure and fix any errors.
The other things you could do as auxiliary is to ask it to perform performance optimizations and improvement while still ensuring that everything works. Its all relatively straightforward sometimes.
Good luck out there.


