DislikedI'd be very thankful, if somebody help me with my code! My main idea was to make smc ea, based on multiple zigzag and supdem indicators with htf confirmations. https://www.tradingview.com/x/xAkTCguj/ I wrote my code and it worked in the first day, but after I got no entries. I tried to comment '//' some criteria out and see if it's work, but no trades still. Then I delete those commented criteries and it started working...really strange. Can someone could look at it? Put it on minute chart. {file} {file} {file} {file} {file} {file}Ignored
1. you can surround the condition with /* xxx>=xyz */,
2. you can move the code out of the ( ) and then // xxx>=xyz.
When I was first starting to code EA's, I spend hours and hours on the tester and analysed trade by trade, and checked what the EA was doing against my conditions, and I was figuring out why it took a trade, or why it didn't. I did not ask anybody to check my codes.
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!