AI Powered Gold Trading with Claude Intelligence
- Experts
- Amit Mohan Sharma
- Versione: 1.6
- Attivazioni: 5
Make 15-20% each month minimum.
Prive has been reduced significantly now on request.
EA is designed for current gold market and characteristics that has changed completely from April and possibly will remain as long as US provides uncertainty to the financial markets.
AI Powered Gold Trading with Claude Intelligence is Built on traditional "Trend is your friend" principle and unleashing the Power of AI with live analysis.
When all other Gold EAs have failed miserably in past 2 months, this EA came out nicely sailing through the storm.
It's not a bog standard EA generated by Claude AI or other AI to just trade based on API calls.
It has Human logic built-in and API calls are to harness the market sentiment, to ensure the EA is following the price action and market sentiments, a double edge sword.
Therefore, the asking price is reflective.
Effort of past few months and with over 1800 lines of sophisticated code has delivered results, eventually !
I am putting up back test of only last 1-2 months since Gold volatility has been extreme and unprecedented.
Gold Daily Range has been anywhere from 400-900 points i.e. staggering 100% increment on any given day and time. Therefore, doing back test to previous timeframes is misleading and especially since data differs on various broker platforms. As of now, I have different set files for mainly FTMO, ICMarket and Vantage. You've to work your way to get the right settings with your preferred broker for backtest. For buyers, I'll assist.
I'll update the EA as and when market conditions will change. I'd like to reiterate, if you are someone, who likes to back test for years worth of data. In current past 2 months, gold characteristics have changed. It's not just a trading instrument but an asset class that's preferred by institutional investors.
This EA is only for people, who understands the power of wave, trend, and wants to ride the trend heavy and make profits. Not for the faint hearted. Backtest going more than 2 months are meaningless anyway, since they can be curve fitted and redundant in current market.
This is not a margintale, Grid EA that gives you the discomfort of seeing loosing positions with 200-300 point Stop Loss and tiny 30-40 point profit and keep adding to losing positions therefore reducing your profits by half and significantly increasing your chances of loses, and account being blown at some stage.
When not configured with Claude API to leverage the live market analysis, a key data for ever changing market dynamics and sentiments, this EA will work on standard "old school" principles of "trend is your friend" logic, with a defined stop loss and trailing profit. And still makes good profit due to built in strategy.
Either we hit the stop loss or make profit. That's exactly what you'll see in your back tests. Power of trend. Results are limited to only past 2 months, and we go big with the trend and not hold back since loss ratio is defined, therefore results are accurate and I've already tested on various brokers platforms with different settings and account types (standard/Raw/Hedge) etc.
Results are based on chart running 15 min timeframe.
I suggest run without any API for a few weeks.
Results are from FTMO-DEMO you can see yourself, one of the most restricted & reputed Prop firm. You can clearly see that all trades have been during the 3 main market "Open hours" (Asia, Europe and US) without the API call being made. Generated a very handsome profit regardless.
Default input configuration is using FTMO. Varies for different brokers. I'll assist with optimized version of files for your broker on purchase only to buyers.
Features Highlighted:
- AI-Powered Analysis: Emphasizes Claude's intelligence
- Daily Target: Clear profit goals if that can be achieved
- Dual Strategy System: Works with and without API
- Advanced Risk Control: Safety features
- Multi-Strategy Trading: Versatility
- Real-Time Dashboard: User experience
1. Dual Trading Logic System
- Non-API Strategies: Trend Following, Range Trading, and Scalping
- API-Specific Strategies: Completely different logic when Claude API provides signals
- API signals override standard technical analysis for unique market insights
- Kelly Criterion for optimal position sizing based on win rate
- Dynamic risk adjustment based on daily performance
- Partial profit taking at target to protect profits
- Time-based exits for scalp trades
- Short Rejection Setup: Improved detection using rejection candle patterns
- Long Breakout Setup: Better breakout detection with strong close confirmation
- Long Pullback Setup: Enhanced pullback detection with bounce confirmation signals
- Scalp Trades: Improved entry logic at key support/resistance levels
- Lot size calculation based on equity risk percentage (default 2% - reduce to your comfort)
- Proper margin and balance validation
- Maximum positions per setup type (configurable)
- Activates after reaching profit threshold (based on the broker points , differs for each broker)
- Steps trailing stop by defined points increments
- Maintains defined points distance from current price
- Hourly API calls to Claude for market analysis
- Automatic parsing of support/resistance levels from API response
- Webhook notifications for trades and analysis updates
7. Dashboard Display
- Account Balance
- Leverage
- Current Spread
- Profitable Trades (count & total profit)
- Loss Trades (count & total loss)
- Win Rate percentage
- Floating P/L (real-time)
- Open Positions count
- Buffer points added to all stop loss levels
- Validation checks for spread, margin, and market hours
- Better signal confirmation using multiple timeframes
- Go to: https://www.anthropic.com/api
- Click on "Get API Access" or "Request Access"
2. Create an Account
- Fill out the application form with:
- Your name and email
- Company/organization details (if applicable)
- Intended use case for the API
- Expected usage volume
- Anthropic reviews applications before granting access to corporate users NOT individuals
- You'll receive an email when your application is approved, soon enough
- This process can take a few days to a few weeks for corporate users only.
- Log into your Anthropic Console
- Navigate to API Keys section
- Generate a new API key
- Copy and securely store your API key
- Claude 3 Opus: $15 per million input tokens, $75 per million output tokens
- Claude 3 Sonnet: $3 per million input tokens, $15 per million output tokens
- Claude 3 Haiku: $0.25 per million input tokens, $1.25 per million output tokens
- Open your EA in MetaEditor
- In the EA inputs, find "Claude API Key"
- Paste your API key there
- Enable "Enable Claude API integration"
- Make sure to add the API URL to allowed URLs in MT5:
- Tools → Options → Expert Advisors
- Check "Allow WebRequest for listed URL"
- Add: https://api.anthropic.com
- Keep your API key secure - never share it publicly
- Monitor your usage to avoid unexpected charges
- Start with small limits until you understand the usage patterns
- Test in demo account first before using on live trading
- Keep "Enable Claude API integration" set to false
- The EA will still function with all trading features
- Only the AI-powered market analysis will be disabled
Set file parameters:
Key parameters to change are just 2: risk percentage to 2 and maxpositions to 5 for back test only.
Since calls are in the future with API live analysis, real time.
Decide as per your convenience. I personally like to ride the trend wave, so I take 5% overall multiple positions risk or 2% with few lots but you can reduce risk and max positions to your convenience.
; saved on 2025.06.15 22:52:59
; this file contains input parameters for testing/optimizing AmsClaudAI_v1.6 expert advisor
; to use it in the strategy tester, click Load in the context menu of the Inputs tab
;
; === Risk Management ===
InpRiskPercentage=2.0||2.0||0.200000||20.000000||N
InpDailyProfitTarget=7.0||3.0||0.300000||30.000000||N
InpMaxDailyLoss=3.0||5.0||0.500000||50.000000||N
InpEnableTrailing=true||false||0||true||N
InpTrailingStart=800||300||1||3000||N
InpTrailingStep=100||50||1||500||N
InpTrailingStop=100||150||1||1500||N
; === Trading Setups ===
InpEnableConservativeMode=true||false||0||true||N
InpEnableAggressiveMode=true||false||0||true||N
InpEnableTrendFollowing=true||false||0||true||N
InpEnableRangeTrading=true||false||0||true||N
InpEnableScalpingMode=true||false||0||true||N
InpBufferPoints=600||50||1||500||N
InpMinTPPoints=1200||150||1||1500||N
InpRiskRewardRatio=3.0||1.5||0.150000||15.000000||N
; === Setup Parameters ===
InpTrendPeriod=40||20||1||200||N
InpVolatilityPeriod=40||14||1||140||N
InpMomentumPeriod=40||10||1||100||N
InpOverboughtLevel=80.0||70.0||7.000000||700.000000||N
InpOversoldLevel=20.0||30.0||3.000000||300.000000||N
InpMinVolatility=600.0||100.0||10.000000||1000.000000||N
; === General Settings ===
InpMagicNumber=123456||123456||1||1234560||N
InpEnableTrading=true||false||0||true||N
InpAPICallInterval=30||60||1||600||N
InpMaxPositions=5||5||1||50||N
InpMaxTradesPerHour=10||10||1||100||N
; === Claude API ===
InpClaudeAPIKey=
InpClaudeAPIURL=https://api.anthropic.com/v1/messages
InpEnableClaudeAPI=false||false||0||true||N
InpWebhookURL=
; === Time Settings ===
InpStartHour=1||2||1||20||N
InpEndHour=2345||22||1||220||N
InpTradeOnMonday=true||false||0||true||N
InpTradeOnFriday=true||false||0||true||N
; === Dashboard Settings ===
InpDashboardX=10||10||1||100||N
InpDashboardY=30||30||1||300||N
InpDashboardColor=16777215
InpDashboardBgColor=0
InpDashboardFontSize=9||9||1||90||N
