just make a quick EA to check on the entries , using 5 pips trailing stop
a back test result looks like the system has potential
a back test result looks like the system has potential
patience is a virtue
SIMPLE EA for a simple method needed!! 2 replies
Trading Made Simple the right way, and other trading lessons 334 replies
Trading is this Simple? Finally Explained simple and clearly! 46 replies
trading is simple - trading is easy 43 replies
Simple trading method 49 replies
Dislikedok, as pormised attached the EA file... entry logic as below : for long :Low[1] == Low[iLowest(NULL,0,MODE_LOW,24,0)] && Low[0] > Low[1] && Low[0] < Open[0] && ( Open[0] - Low[0] > 0.3 *(Open[0] - Low[1]) || Open[0] - Low[0] > 100*Point ) && Bid > Open[0] for short:High[1] == High[iHighest(NULL,0,MODE_HIGH,24,0)] && High[0] < High[1] && High[0] > Open[0] && ( High[0] - Open[0] > 0.3 *(High[1] - Open[0]) || High[0] - Open[0] > 100*Point ) && Ask < Open[0] {file}Ignored
Disliked{quote} Logic does not follow the rules of this method. Low of H1 bar[1] should equal low of D1 bar[0]. Thank you for your generosity.Ignored
Disliked{quote} ok, here is source file. welcome to give it modification and optimizations. hope you can develop a fine trade tool with your system. {file}Ignored
Dislikedhi tooslow i cant understant ME i cant decode you please tell me if is right now thanks {image}Ignored