EA name: "GROWTH DOLLAR V1" EA code language: MQL5 for MT5. EA description: one direction OR bidirection trading, with profit target and lotsize, based on price moves. ---------------- LOGIC KEYPOINTS: ---------------- x: the CANDLESTICK/BAR will have time intervals (1,4,24... hours). so this interval, tells how often close price updates. then close price, updates other variables. the % difference of close prices, will tell if the RETURN was positive or negative. and by how much. x: EA will check the all-time high symbol price, based on close prices. from this, it will get the drawdown between the current price on tick event, with all-time high value. x: EA will check and visualize on chart, the equity VALUE and its drawdown, but just as informative process to control risk and simulations. x: if return absolute value is not big enough, don't trade. else check the what lotsize condition was met. x: each order has a target profit set, right after executed. this helps to know the future profit since execution. this TP level should be a virtual level, not a standard target profit level.