Ea to work on offline charts with candles created by a renko with wicks indicator Three toggle buttons needed in the top right of the screen. 1. Buy 2. Sell 3. Fractal Buy to highlight in green when on and grey when off Sell to highlight in red when on and grey when off Fractal to be green when on and red when off The ea will be loaded on a template named offline with other indicators. When ea's are loaded like this the allow live trading is automatically turned off so I'd like the ea to open the same template again itself. It is my understanding that this will eanable the allow live trading to be kept on without mt4 disabling it or alternatively instead of the ea opening a template it triggers a script that will turn allow live trading option on if this is possible or would work better.(I'm open to the best option you think) There is 1 indicator ( a fractal indicator ) It is triggered at the close of the bar. Only buy if the buy toggle is on Only sell if the sell toggle is on The conditions for a buy or sell if the fractal toggle is on If a green fractal is triggered then buy at current price. Sl to be placed x points below the low. X being a variable in the ea settings If a green fractal is triggered the sell at the current price. Sl to be placed x points above the high. No spread to be added to the sl placement for buys. The conditions for a buy or sell if the fractal toggle is off are 1. The close of a candle that closes up if the previous candle closed lower. The sl placed x points below the low of the candle that triggers the buy. 2. The close of a candle that closes down if the previous candle was an up candle. The sl placed x above the high of the candle that triggers the sell. The sl of sells to add the spread to the sl placement. Once a position is opened turn off the buy/sell toggle button so no more buys or sells are triggered unless it is turned on again. Lot calc needed for a % of the account balance in settings