DislikedDear Traders God Morning to all of view can someone create a simple indicator with consideration of 4 points shown in the chart itself for Buy Setup and Sell setup. it can be self explanatory. Its purely based on Supply & Demand concept nothing else. for this we just adopted price & time factor in it i.e. Bar to Bar concept. all it has to display as i+1, i, horizontal line only while setup confirms. let us know if any doubt while creating this indicator during consideration of 4points for Buy Setup as well as for Sell Setup. Thanks & Regards Jayaram...Ignored
MT4 does not record tick data, we only have OHLCV data, and your condition #2. requires to know what happened inside the historical candle.
Plus, you describe the whole idea wrong.
"i" in coding an indicator is normally the current candle, and in your idea "i" is already a historical candle.
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!