@fxDreema
Clear explanation to make me fully understood. BTW, I joined the paid service after your website was hacked and recovered. Your response showed to us that you are a reliable genius doing an awesome job!
Posts made by sktsec
-
RE: What is it? The option of "Wait to Pass" on every blockposted in Questions & Answers
-
RE: Strange Timeframe Problem*posted in Questions & Answers
@Morpheus_0
It happened to me a lot until I found that there were errors like array out of range in the journal or EA output terminal window. The reason that your EA not working in some tf or some instrument may simply because there is corruption in history data or not enough data. Have you try re download all historical data and mostly importantly, set a large number in the chat setting so to display enough bars? -
Conditional Block not working on Boolean Comparisonposted in Bug Reports
Setting one side as an input of boolean value and other side as a specific boolean value, with '==' for comparison. Compilation error occurs, 'expression is alway false'. The logic output of the block seems fixed and change of the input boolean has no effect on the output. BUT it works well if numeric, say, 1 or 0, is used instead for comparison in the control block.
-
What is "change status to"posted in Questions & Answers
Many blocks have a option "change status to" and then a tick option with a field input, what is it?
-
RE: Export to mq4: Keep using the old custom indicator (MT4)posted in Bug Reports
Supposed you've uploaded a custom indicator, say, XYZ.mq4. After you deleted it and uploaded with an updated one with the same name, you will find the output EA to mq4 is still using the DELETED one! The problem persisted. Now I work it around by using a different name each time I use an update indicator. Noted that the design blocks in the browser is using the new one but the output is using the deleted one!
-
RE: Export to mq4: Keep using the old custom indicator (MT4)posted in Bug Reports
It is normal now after 12 hrs
-
Export to mq4: Keep using the old custom indicator (MT4)posted in Bug Reports
After I've deleted the old custom indicator and uploads a new one. It seems good in the browser when using the new one. However, everytime I output it to mq4, it keeps using the old indicator. I've spent couples of hours to figure out it's happening. No matter what I have tried (repeatedly delete and update again and again and again), it keeps using the old one. Noted that I've tried to add comment (//) in the old indicator enum items before deleting it.