Here is my simple strategy it use EUR/USD as instrument and 30 minute frame time with take profit 5 pip and stop lose 70 pip and trade amount 15M . the goal from this strategy is find a significant candle where is a big chance that the price will go opposite direction In those pictures you can see the the significant candle how should be whatever sell or buy i used calculation expression block to define the right candle so for the BUY side the conditions is: this expression [previous (candle close - candle low )] greater than price [ previous (candle close - candle open ) * 17 ] and price of [ previous (candle close- candle open ) * 17 ] greater than 0 and price [ previous ( candle close is greater than candle open )

previous (candle open - candle close ) * 17 ] and price of [ previous (candle open - candle close ) * 17 ] greater than 0 and price [ previous ( candle open is greater than candle close )

on my opinion the shape of candle can be a good signal to enter buy or sell so i tried with this strategy using candle shapes
翻译为 英语 显示原始