You are right. I made that decision to pay "fxdreema" to use the utility so I can make this myself! 
That said....any direction to achieve this would be very much appreciated.
You are right. I made that decision to pay "fxdreema" to use the utility so I can make this myself! 
That said....any direction to achieve this would be very much appreciated.
What is the best way to achieve the following?
I want a loop that will get the pip value of last weekly/daily/H4/H1 candle (input parameter) of all 28 pairs. Based on this value, it will show me a list of currencies from strongest to weakest?
Can someone please help me? Thanks in advance.
Thank you so much. I got to learn something really nice.
However, seems like I didn't explain it clearly what I needed. This code will generate a string with values of all the variables(out of 100) that has top 10 values separated by a comma. But I need the vairable names separated by comma. The result variable should look more like the following:
"var01,var09,var99,var10,var77,var72,var91........"
Thanks for your help
I have like 100 variables with different numeric values. How do I get the a list of variables whose values are the top 10 out of those 100 and put such a list as comma separated into another variable?
I use the "Draw Text" block to draw text on the charts. The value my draw text uses comes from a variable which keeps changing. This creates a lot of mess on my chart since the draw text would keep writing the new value at the same position on my chart. This will end up being so messy that I can barely read the latest value that the block write on my chart.
How do I solve this problem? I guess I should be clearing the area where the draw text wrote before the draw text again draws. How do I do this?
What is the best way to achieve the following:
Log the following details to a file every 1 hour so that I can open that file in Excel for further analyses. The message should be all in 1 line with space separated so it can be opened in Excel
Date/Time Equity Balance
I just wanted to take a moment to thank you for creating such a wonderful product. I wanted to say I enjoy working on this and playing with all different blocks. I have yet to create a strategy that actually creates positive results but its nice to know I have everything I need to create one and I don't depend on anyone.
thank you so much. I was able to find the "Terminal Variable" block. I believe 1 last question is how do I use the terminal variables I declare in the block?
I use constant as c::variable name.....I use the regular variables as v::variablename.
I tried to use the terminal variable as t:variable name, but this didn't work for me. How do I call it in other blocks?
I did not find the block "Set Global variable in MT4" in fxDreema.
How do I modify the terminal variables? How to use them in any blocks? Can you please give an example?
I appreciate all your help but this is still not helping me.
I do not have control over how and when the trades are taken. So I am unable to set the Group numbers.
I just want a loop that will go over every single open trade ( these trades may or may not be opened by me or my EA) and check its current profit/loss. If loss is over 100pips then close it and open another position with 2 times the lots in opposite direction......if profit is over 50pip, then just close that trade.
I am going to bump this since I really need this.
The blue "Close Trades" block has no idea about the loop of trades...so this will not work. It will close all open Trades with its own filter conditions. Unfortunately it does not have the conditions I need.
I am thinking the Pink "Close" block might help. I am not sure I will have to test this. Let me know your thoughts?
Is your "Close Position" block same as "Close Trades" block?
I that case, how should I set it? I want it to close only the trades that meet the condition.
Thanks. That's what I was looking for. I was not aware you had "Trade/Order Loop" options in Condition block!
This is sweet!
Thanks for your reply but I really do not want to set this. I want the EA to do this when the TP or SL is reached.
The SL and TP should be hidden from the broker.
I also would like to open a new trade in this loop when it closes due to Loss with twice the lot of the closed trade (opposite trade, if closed trade was Buy then open Sell, if closed trade was Sell then open Buy trade)
On every tick, I want to check every open trade and close it if it has Loss of 100 pips or if it has profit of 50 pips.
What is the best/quickest way to do this?
Thanks in advance.