An Expert Advisor based on Renko blocks and MA indicators EA will work based on 3 indicators: indicator 1 (exponential MA 11 made as line which changes color when MA goes up/down) indicator 2 (exponential MA 50 made as histogram which changes color when MA goes up/down) indicator 3 (Renko blocks (not bars), exactly the same as indicator attached from FXBlue) all 3 indicators have to be coded into EA Settings to be available for 3 indicators: Indicators 1 & 2: MA type MA period Shift Apply to All settings as in MA MT4 indicator should be available Indicator 3: Renko block size; Maximum historical blocks on chart (this can be set to 500 by default) Indicators should look like on example attached, please take some time to inspect how they work on chart in case you are not familiar with them have an option to either to plot indicators on chart or not When all 3 indicators align trade is opened 3 trade modules should be present: 1st - opens trade on the signal and closes with TP should have: Lot size: take profit option; stop loss option; BreakEven (yes/no); BreakEven at (pips); BreakEven offset; Trailing (yes/no); trailing start; trailing step Max number of trades 2nd - opens trade on the signal and closes on reverse signal should have: Lot size: stop loss option; BreakEven (yes/no); BreakEven at (pips); BreakEven offset; Trailing (yes/no); trailing start; trailing step Max number of trades 3rd - same as above but with martingale, if trade closes in loss 2nd trade opens with size = previous lot * lot multiplier, if 3rd is in loss size = previous lot * lot multiplier. It continues until trade is in profit. After profit trade size should be default should have: Lot size: lot miltiplier; stop loss option; take profit; BreakEven (yes/no); BreakEven at (pips); BreakEven offset; Trailing (yes/no); trailing start; trailing step Max number of trades probably may be good idea to assign magic number and comment field for each module Max spread Trading hours linked to broker time Option to close all trades (yes/no) Time at what all trades will be closed linked to broker time Optional: Also would be good to add a feature to make auto calculation of Renko brick size depending on market volatility during last day / week / month. I let developer to make suggestion if doable An option could be added to an EA: recalculate block size (daily, etc) Time for recalculation Any suggestions are welcomed :)