Alexander Martin Nichols / Publications
Forum
Open Ai API integration so Chat gpt can make trades automatically
I am trying to get my EA working that calls on Open Ai API for chat gpt to make trades automatically based on current price and history. Maybe news too. But i keep getting these errors - Yes i know my API key should not be hardcoded but for testing purposes i have put it in. Also open ai api url is
RangeBreakout EA
Hi All, I have this code which trades breakouts. Id like to reverse it so it buys on the low and sells on the high. Thanks in advance #define VERSION "1.0" #property version VERSION #define PROJECT_NAME MQLInfoString ( MQL_PROGRAM_NAME ) #include <Trade/Trade.mqh> input double Lots = 0.1 ; input
EA from the market keeps trying to open trades when the market is closed
EA from the market keeps trying to open trades when the market is closed EA is <Deleted> If the EA does not have a time filter will it always do this or is there a way around it ? Zero