JJF
JJF
Friends

Add friends via their profile or user search and you will be able to see if they are online

JJF
Added topic Is there a var of the total profit (daily or other) ?!
Hi Guys, I am looking for a function or variable that will find the current profit (daily or other) of the the current account. The AccountProfit () gives only the open trade's profit and I would like to get (into the EA) the total profit of the
JJF
Added topic Is there a command_type that will only run once?
Hi Guys , I would like to execute a particular piece of script only once. It doesn't suitable to sit in the init () part of the script So to do that I would like to know if there is a command_type that will only run once? or maybe there is some
JJF
Added topic Is there a command to set multi-field arrays?
Hi Guys, I am looking for a way to handle an array with multiple fields. Is there a command to establish an array like 'myArray [int field1, double filed2, string field3] Also, what is the command to 'push' the array 'forward'? i.e for an example if
JJF
Added topic Misbehave script or..
Hi Guys, Something very disturbing has happen to me. I run an EA script to handle various aspects of my trades. In some cases, when I use a trade as a fence, there is a line in the script that says: if (OrderTicket()==183784037) continue; //don't
JJF
Added topic A function that will return the name of the nearest passing line?
On my EA, there is a part I called TP _ calc () This part looks for the nearest probable TP to slice a long trade to parts. There are some constant TP point, like various eMAs and all the R(1,2,3) and S(1,2,3) of the pivot indicator but I want to
JJF
Added topic Is there an equivalent to the pair's 'string name' as integer ?
i.e. if I want to search all pairs one by one with a 'For i= .. ' command Is there a global pair code? For instance : like, let's say EURUSD is 001.. James
JJF
Added topic How would you define restlessness.. !?
I wrote my script based on EUR- USD behaviour. Based on that pair, I decided how and where to snap the SL to the openPrice and when to advance it. Now, when dealing with other pairs, it seem that the price of other pairs tend to behave a little
JJF
Added topic crosshair data .. !?
I want to read the crosshair position from the graph. Is there such function exist ? Maybe it has a distinct (special) name that can be read with 'ObjectGet()' ?! James
JJF
Added topic Is there a key to unload a running Expert ?
It is easy to set an expert to run for a particular pair, but there are times when I want to stop that EA for that particular pair. If I'll just disable ( CTRL -E), it will disable all running EA's for all other pairs. The system doesn't offer a
JJF
Added topic Converting/ Calculating currencies as a function or Var ?
Hi all, I am looking for a way (function) to get the equity in a selected (EA choice) currency or in the current trading base currency . i.e. if my equity is $10,000 while trading EURUSD, I need to know it in Yens when trading the AUDJPY Thanks
JJF
Added topic How can I prevent counter-influence from pairs running the same script?
I wrote a script (EA) for MT4 to handle my trades. The script intend to be general for all pairs, but currently I'm using it with EURUSD only. As far as I've been told, I can run the same script on different windows (MT4's windows) each with it's own
12