@jstap Thanks for the info. There seems to be issue with variables in the studio. Any variables declared in variable tab don't seem to be working in the studio. Is there any specific thing that needs to be done to make them work in studio? Also, var declared in global area dont seem to work in builder either
Latest posts made by s00071609
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
@jstap thanks for your help. I wasnt clicking on the customs section in the builder, so i could not see it
thanks the link helped
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
@jstap Thanks will try it. What do you mean by how quick it will be, does it take lot of time to show up in builder? Just started using the studio, no idea whats happening, I am using MT5 for MT5 builder.
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
@jstap ok thanks but isnt showing for me. Could you share any code that i could paste on studio main window that shows up in builder just for testing?
thanks
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
@jstap Hey, I had a quick question. After creating a custom block, isnt it supposed to be available in the builder? I created a custom block, but cant find it under any category. Any idea why this might be happening?
-
RE: GMT Time not Working as expectedposted in Questions & Answers
@albyxx
they may have now fixed the issue. That block with gmt, local and server all returned server time, so workaround was needed, its good its working now -
RE: Show initial deposit on the chartposted in Questions & Answers
https://fxdreema.com/shared/3G9oBCClc
this should terminate if withdrawal is detected as well
-
RE: Show initial deposit on the chartposted in Questions & Answers
@s00071609
this should work for both deposit and withdrawal. If the variable deposit saved during init is not equal to on tick deposit value, it terminates
https://fxdreema.com/shared/H3I8zcqO -
RE: Show initial deposit on the chartposted in Questions & Answers
@mohsen-2
https://fxdreema.com/shared/8vrPSkKycWhen you load the EA, it calculates the total depsits on init. Then on every tick it checks if new depsosit is made and then terminates the EA