It seesm to be doing what is described I need to test further with greater pools of open trades. but it is great THANKS!
Latest posts made by holygrailfx
-
RE: select open order farthest awayposted in Questions & Answers
-
RE: select open order farthest awayposted in Questions & Answers
@jstap Thanks! Impressive
I will test this week and lot you know -
select open order farthest awayposted in Questions & Answers
I want ot select an open sell order from a bunch of open orders with the following characteristic, irrespective of size I want to select the order that is the fartest away from current price.
Any easy way to do that?
-
RE: Terminal or GLOBAL Variablesposted in Questions & Answers
Anybody I suggestion how to easily add a Time Frame stamp as well as currency pair?
I want my global variables to look like EURUSD_M15_someother text
adding TF in mql5 adds a lot of conversion errors.
-
RE: Terminal or GLOBAL Variablesposted in Questions & Answers
I have been playing around
this seems to work
https://fxdreema.com/shared/lViYgDCxdanybody suggestions for improvement?
-
RE: Terminal or GLOBAL Variablesposted in Questions & Answers
@l'andorrà a day ago
thanks for the support
Let's hope some REAL programmer can explain .... -
Terminal or GLOBAL Variablesposted in Questions & Answers
can somebody share an easy way to autoimatically add the symbol to global variables created by an EA. This is needed to distinguish different GV for each pair on which the same EA is attached.
Can anybody help?
-
Display flags in commentsposted in Questions & Answers
@fxDreema said in Memory stuff:
Flags are similar to Variables. You can't display their state and I don't remember even thinking about this, but this is a good idea. Where to print such information is another question
You can try this "Change Status to" thing that each block has.Very old comment! but I am looking to show the status of myflags as comments, but in the dropdown for " value" I find boolean, but no flag.
Yopu seem to think it was a good idea back in 2015, any progress adding it?
-
Terminal Variablesposted in Questions & Answers
I need to set some values in Terminal Variables/Global Variables in MT4 speak. I need to automatically label each Terminal Variable, with its currency pair and TimeFrame. So for example I name the Terminal Variable, BT_open, the EA would then create the follwoing according to curreny pair en Timeframe involved. BT_open_EURUSD/M5 ; BT_open_EURUSD/M15; BT_open_GBPUSD/M5 etcetra
Can anyone tell me how to do this?
-
Counter and Global Varposted in Questions & Answers
I use counters and pass after counter and reset blocks in my EA. I want to be able to pass the counter variable as a global variable in order to be able to pick up the last state of the counter when a EA gets disconnected and reattached.
In short can the counters be made into global terminal variables?
If so how? Or can you ad the choice to your pulldown menu?
Thanks
gideon