runwiseFX

groundbreaking functionality for MetaTrader & TradingView

Chart Appraisal with AI - Quick Load Code: ai-cap

Allows a chart and configured prompt to be sent to AI with the response reported back. Adds 'AI Appraisal' button to the panel. If clicked then will send the a screenshot of the chart and the configured prompt to AI. Will get an alert with what AI said in terms of buy, sell or no trade. Note, need to have our Windows App running to handle communication with the AI platform. Can configure the prompt via Config | AI Prompts menu option within our Windows application.

Check Auto/Manual Trade Open with AI - Quick Load Code: ai-chk

Allows both automatic and manual trades to be sent to AI to check okay to open trade. Adds 'AI check' tick box to the panel. If ticked then will send the a screenshot of the chart and the configured prompt and only allow trade if AI agrees. Will get an alert of what AI said if didn't agree with the trade. Note, need to have our Windows App running to handle communication with the AI platform. Can configure the prompt via Config | AI Prompts menu option within our Windows application.

Use Stop Loss from AI - Quick Load Code: ai-sl

Adds tick box to panel which if ticked will allow any SL in the AI response to be used for the trade. Should be used in combination with either ai-cap or ai-chk rule, which actually triggers the AI request. Note, you'll need to set the AI prompt to request a stop loss in the format SL:price.

Use Take Profit from AI - Quick Load Code: ai-tp

Adds tick box to panel which if ticked will allow any TP in the AI response to be used for the trade. Should be used in combination with either ai-cap or ai-chk rule, which actually triggers the AI request. Note, you'll need to set the AI prompt to request a take prfoit in the format TP:price. You can also ask for multiple take profits in the format for TP1:price TP2:price, etc. Make sure you've set what the take profits should do in CONFIG | Take Profit on the EA, i.e. this rule just fills in the price, so still need to set Exit %, etc.