Forum

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