st.khalili / Publications
Forum
Renko chart on 1M Time-frame
hi geniuses i know how i can have renko chart on 2M,3M,4M,... i want to have Renko chart on 1M in my meta trader i have second tick Is it possible?? how?? thanks for time
swap value in pip for every kind swaptype
Hello geniuses I have faced a problem with the swap I want the amount of net profit for each order to be constanted It means to apply the amount of swab in pip toTP for every order i use OrderSwap() to get its swap then if swaptype = 0 it mean OrderSwap() is in point, then it needs to convert to
calculate nights for swap
hi friends how i can calculate how many nights passed after an order opened
rewrite the new amount in file
hello friends I have a bot that runs on several currency pairs I want to save the profit amount of each currency pair in one line of a file For example: EURUSD 19.30 USDCAD 8.03 AUDCHF 13.37 whenever the profit amount changes, I want to find the previous line, correct its value, or delete it, and
certification
Is there any place where you can take the MQL exam and get a valid certificate
close and restart Metatrader
Hello friends When running the code, how can it detect that Metatrader is closed and restart
file
Hello geniuses I have a code that hedges a some of orders and stores them in a file. If the robot is removed from the chart, after restarting, the robot can read the hedges from the file, but if for any reason the Meta-trader program is closed, after restarting the robot, it will display all of them
file movement
Hello geniuses I have used a file to store information for different pair, which reads them from the file when needed. Writing and reading from the file is done correctly. Now I use two metatraders for several currency pairs. But because the storage location of each of them is separate, they cannot
two event on chart
Hello geniuses I have a button on my chart The button is to get permission from the user, which is basically stop and start. I designed the button and also used the OnChartEvent() function. So, at next step, if the user clicks anywhere on the chart, I want to give the information of that part In