Investing

Make $831,813.26 in 1 Year using this AI trading script....

AI Trading Script that Makes $831,813.26 (Just copy and paste!)

(In this post, I will be sharing STEP by STEP how you can get this - please read)

Many years ago, I had a personal friend who is a trader with one of the biggest banks in the US.

He proudly told me that he has access to a team of top developers that is hired by his trading department. They would help to develop trading algorithms (based on trading systems and rules) and back test it on the market.

Then he would take the best algo and run it and make money.

Back then, i could only hear him talk about having all these access in envy… but now, the game has changed.

Let me show you what you and I (normal people) can achieve! And I will be sharing exactly how you can do it!

In case you don’t understand this, it is a trading result of 831.81%. And you can see the NET PROFITS to be $831,813.26~!!!

This is a trading strategy on SPY that can turn $100,000 to $931,813.26 in 1 Year! Thats almost $1million dollars with a 10x returns.

The amazing part is that it has a WIN Rate of 84.62%

What is this?

What exactly is this screen you are seeing? It is a platform called “Tradingview”which allows us to test our various trading strategies using a Function called “Pine Editor”

And all these are FREE Access!!!

Tradingview allows us to test out trading strategies using their Pine Editor.

We need to write our strategies using what they call a “Pinescript” and then we can paste it into Pine Editor and back test it using “Strategy Tester”

In the example above, we use a strategy to test SPY for 1 year and we make a whooping… 0.02%, with a winning rate of 67.68%.

How I Found a Strategy that makes 831.81% with a WINNING Rate of 84.62%

I want to share how I did this and also give you the script.

Step 1: Ask Chatgpt if it knows Pinescript, then ask it to create a Simple Script

You can see that I am using the FREE Chatgpt version (Chatgpt 3.5) and it wrote a script for me.

Step 2: Copy the script into Pine editor.

What we need to do is to copy and paste the script into Pine Editor

Next click strategy tester and see the Profits and Percent Profitable (Win Rates)

Next just go back to chatgpt and ask it to give different scripts based on top traders like George Soros, Paul Tudor Jones etc and keep testing and looking for the best script.

It is SUPER powerful!

It is a skill we all should learn and hence I strongly suggest you get FREE Daily Prompt Updates from Prompt Engineering Daily… It is extremely useful!

Go ahead and get their daily newsletter for FREE!

Daily AI: Quick Intel On Everything That Matters

Stay ahead of the AI curve with Prompts Daily's succinct overviews. Our newsletter delivers the must-know tech trends directly to you, making every minute count.

Subscribe for free (in just one click)

After testing out various prompts in Chatgpt, I finally won a high probability winning script

I would like to give you this script as a give for being a susbcriber!

I hope you like it:



//@version=4

strategy("Fast Entry and Exit Strategy", overlay=true)

// Define parameters

take_profit_percentage = input(2, title="Take Profit (%)")

stop_loss_percentage = input(1, title="Stop Loss (%)")

risk_per_trade_percentage = input(1, title="Risk Per Trade (%)")

// Calculate position sizing

equity = strategy.equity

risk_per_trade = equity * (risk_per_trade_percentage / 100)

stop_loss_price = close * (1 - stop_loss_percentage / 100)

take_profit_price = close * (1 + take_profit_percentage / 100)

position_size = risk_per_trade / (close - stop_loss_price)

// Entry conditions

long_condition = crossover(sma(close, 50), sma(close, 200))

// Exit conditions

exit_condition = crossunder(sma(close, 50), sma(close, 200)) or close >= take_profit_price or close <= stop_loss_price

// Strategy logic

if (long_condition)

strategy.entry("Buy", strategy.long, qty=position_size)

if (exit_condition)

strategy.close("Buy")

// Plot stop loss and take profit levels

plot(stop_loss_price, color=color.red, style=plot.style_stepline)

plot(take_profit_price, color=color.green, style=plot.style_stepline)

Let me know if you like more of such postings!

Lets Build Wealth, Give Wealth,

Together, Next Level!

Sean

Further Reading