interesting, how your blocks from fourth EA looks like?
Posts made by miro1360
-
RE: Help wanted, please!posted in Questions & Answers
-
RE: Close manually opened trades with EAposted in Questions & Answers
sure, all this can be done, all blocks exist for this

-
RE: Why my EA dont work on renko chart ?posted in Questions & Answers
I think it is not caused by MT4 and you can only try another broker or ask broker to allow trade from your VPS IP address ...
-
RE: Help wanted, please!posted in Questions & Answers
have you tried to play with point format in Project Settings?

-
RE: Why my EA dont work on renko chart ?posted in Questions & Answers
because VPS have another IP and this IP can have problem with broker
-
RE: Why my EA dont work on renko chart ?posted in Questions & Answers
try another broker, it can be broker problem
-
RE: Why my EA dont work on renko chart ?posted in Questions & Answers
any errors in log file?
post shared link to your EA -
RE: Custom Indicator Compilation Errorsposted in Questions & Answers
right click and select your input Last_Three_Levels ... dont type it manually, click right into field and select it from list
-
RE: Pips lost on last closed tradeposted in Questions & Answers
yes, save them into variables for further comparison/calculation:

-
RE: Using Multiple Comment Blocksposted in Questions & Answers
delete comment (comment objects) before you execute it
-
RE: Trades taken by what magic number?posted in Questions & Answers
when you go with mouse over trade number, wait a while and in pop-up shows magic number
alternatively you can open trade with comment (set magic number into comment) -
RE: Object is visible-invisibleposted in Questions & Answers
only with custom code, or ask admin to add such property, but I am not sure if it helps you ...
-
RE: Weekly Candle High (by candle ID) Bugposted in Bug Reports
because tester starts in some moment and not all candles before this moment are used for calculation, you must forward tester and ignore few candles until your higher TF is covered by candles from lower TF ...
-
RE: Why my backtest result using the same EA for 2 brokers is totally different?posted in Questions & Answers
history which is not exactly the same for all, using candle ID 0 for signals, using repainting indicators, using different (mostly small) timeframes ... many reasons ...
-
RE: Weekly Candle High (by candle ID) Bugposted in Bug Reports
I think it is not bug, because candle ID 1 is previous candle ... current candle have value 0

