Auto AI Trade - Quick Load Code: ai-auto
Allows you auto trade AI recommendations. Upon candle close will send chart to AI and configured prompt and then act upon response, unless NOTRADE is returned. Adds 'AI AUTO:' selection list where can select OFF (to turn off) or prompt ID to be used, where the default is chart. Note, will only trade a fresh change in direction, e.g. to trade buy will first to have seen a SELL from AI or NOTRADE. This will prevent late entries.
Note, you still need to be in auto entry mode via CONFIG | General Settings | Auto Entry and set to TC (trade continuous). Will still honor any configured filters, trading hours, max tickets on account, etc. You can also still use our account management rules and other rules such as exit. Tip: If you load rule e-eo then will automatically exit trade when get trade signal from AI in opposite direction.
Note, auto AI trading can also be achieved via our ai-chk rule, but will need to configured at least one indicator (or other entry rule) to trigger the check with AI. With our ai-auto rule, no other entry rule is required - it simply checks with AI on each new candle.
Note, prompts are defined in our Windows application via Config | AI Prompts... (add via New... button). You can edit the AI AUTO selection list on the EA, or set default value, via CONFIG | Rule GUI Controls and select the aiAuto list box.
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. Note, if button is used from the panel running on a TradingView chart then the screenshot will be of that chart.
This second version adds a 'Prompt ID' selection list box, where you can select the prompt that will be sent to AI. Prompts are defined in our Windows application via Config | AI Prompts... (add via New... button). Note, 'chart' is the prompt that is available by default.
Tip: You can edit the Prompt ID selection list on the EA via CONFIG | Rule GUI Controls and select the aiPrompt list box.
Quick load code: ai-cap2
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. You can configure the prompt via Config | AI Prompts menu option within our Windows application.
This second version replaces 'AI Check' tick box with a selection list, where can select the AI prompt to use. You can configure the prompt via Config | AI Prompts menu option within our Windows application.
Tip: You can edit the AI Check selection list on the EA via CONFIG | Rule GUI Controls and select the rwfxAIcheck list box.
Quick load code: ai-chk2
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_auto, 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-auto, 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.
