Zackry
Zackry
Zackry
Added topic make an encrypted file programatically
Hello i was wondering if its possible to have the EA make an encrypted file to store some side data and then read data from that file whenever necessary i know that we can create csv/text files and then read the data later on , but i want that file
Zackry
Added topic indicator adjustment problem
Hello all  i am experience some issue with an indicator that i am working on , can somebody please take a look and tell me why its causing this issue ? to put it simply the indicator is not refreshing  Explanation: when i attach the
Zackry
Added topic Show indicator on chart
is there a way to show the indicator on chart when the indicator is being used as a resource in the EA
Zackry
Added topic question about using a custom indicator as a resource
hi all  if i use a custom indicator as a resource in an  EA  #resource    then the indicator itself only works in the behind the scene calculations (as far as i am aware) but is there any way to show that custom indicator on
Zackry
Added topic second or third largest variable ?
i have 8 variables with different values stored in them , and i am trying to get the variables in descending order , how can i get the name of the variables in descending order? : largest variable  second largest variable  third largest
Zackry
Added topic Find indicator window id
Hello  need some advice from the experts  i am trying to find the window id of the indicator but there is a bit of a confusion , i know i can find the window id by using the function:   WindowFind( "My Indicator" ); but what if there
Zackry
Added topic Indicator as a Resource in EA
I just found out that you can keep the indicators as a resource inside of the EA code while working with iCustom function by using: #resource "\\Indicators\\myindicator.ex5"    and then calling the resource in iCustom via 
Zackry
Added topic Get object name of the last clicked object
hello everyone , is there any way to get the name of the object that was clicked most recently ? i have too many objects on chart and i want to save the name of the last clicked object into a variable , is there any way to accomplish that
Zackry
Added topic how to Draw responsive objects on chart?
is there any way to make the objects on the chart "responsive"? i mean lets take buttons or rectangles as an example , if i am working on a project on a lower resolution laptop and my ea contains lots of rectangles and buttons , and when i send the
Zackry
Added topic Select the buffers of an indicator programatically ?
i am trying to use an indicator  in my EA  via iCustom  the indicator has 8 total buffer , each buffer shows a line and these 8 lines cross Each other every now and then  now the problem i am facing is if i select these buffers
Zackry
Added topic Programmatically add trading server by EA
I know there is a way to programmatically login to mt4 account using an EA, but what about adding a trading server (by trading server, I mean the server address, the third input field of the mt4 login popup window.)  if there is no way to add
Zackry
Added topic sleep indefinitely
hello  is there any way to make the sleep indefinitely? actually i am running two EAs on 2 different charts and first ea is only needed during the first few seconds of initialization, after that i dont need that Ea anymore i know  "  
Zackry
Added topic iCustom issue in mt5 indicators
Does anybody know how to work with iCustom when the mt5 indicator only has one buffer but it plots multiple colors ? like the braintrend indicator , it only has one buffer but it plots candles with two different colors 
Zackry
Added topic resolution problem or something else ?
okay so something really strange is happening... this is the dashboard the i am working on :  Screenshot1 (attached below) as you can see it doesnt look bad but when i add it to another laptop (a friends laptop) this is how it looks : 
Zackry
Registered at MQL5.community