Yes Yes. Will the customer's choice of option. But I believe this Metaquotes gradually giving more focus on MT5 and maybe, just maybe, just stay with her in the near future.
I don't know what to advice you. This MM is a little bit weird and even I have to always remind myself how it's working, because I always forget. But I use some static variables to keep some data and also looking in the past trades to get other data. It's just not something that can be written in one simple line
Block 79 now wants to see 25 candles (in a row) where their Low is below BB's Low (for each independent candles). Just try this with lower number of candles.
Got it . I had an idea here. I have Ryan Jones table in spreadsheet and will be managing there. I'll manually adding the Volume Upper Limit . I know you have a solution , but I still do not know how to do this in code or block MQL5 .
If you are talking about this - http://prntscr.com/7f1x8u - then I wonder how it's possible for you to not know that a single block like this is excluded from the project, which is some rule that exists from the very beginning. That's why I added this block called "Pass" - it does nothing, but when connected with other block it does the magic to put the other block into the output code 🙂 So, just connect one "Pass" block to "Write to file"
I guess there are 2 lines because 2 different indicator settings are used. You know that when you use MA20, MA20 will appear on the chart. But if you also use MA21, then also MA21 will appear on the chart 🙂 MT4 detects all the different indicator settings that are used in the EA, and for each one it creates a new indicator view.
Orders does not depend on timeframes, charts and so on. There is one single pool with orders and trades. Timeframes are only for calculations, indicators...