- Search Energy EXCH
-
kennyhubbard replied May 10, 2021Ok, so your complaint isn't actually that their swaps are going against the differentials but that they briefly change the swaps just before rollover and then change them back after?? That should be easy enough to track and call them out on. It is ...
LMAX - Overnight charges both ways on all pairs
-
kennyhubbard replied May 7, 2021I've never fully understood the if negative and long they will credit you. Seems overly complicated. - should just be plus or minus for credit or charge...and most brokers function like that. Anyway, swaps are just past of the game and I'm not aware ...
LMAX - Overnight charges both ways on all pairs
-
kennyhubbard replied May 6, 2021@lddd, I think you are over-thinking this matter. 1. It doesn't matter why people want to do this but they do and they are quite keen on it. I used to be a loyal hedge grid trader until I saw the light. Just search this forum to find several ...
Maximum overkill Close-All script
-
kennyhubbard replied May 5, 2021@lddd, lol, exactly!! Hedging is a silly concept but there is firm mindset out there that believes a loss is not a loss until you close a trade. I don't agree with this mindset as I believe that all that matters is equity(not balance), so if you ...
Maximum overkill Close-All script
-
kennyhubbard replied May 5, 2021@lddd, No, that's not how it works. When you have a long trade and you decide to close it, even though you just say close, the broker actually has to go hunt down somebody that wants the other side of the trade - your closing of your long actually ...
Maximum overkill Close-All script
-
kennyhubbard replied Apr 30, 2021I find MT4 notifications tend to be unreliable. There are often delays or often just no notification at all. For about $10 per month you can set up some basic notifications via whatapp or telegram, depending on your coding level.
Mt4 Mobile Notifications just stopped
-
kennyhubbard replied Apr 23, 2021Hi eess, I would not go as far as saying it's safe because bad things can happen but on average it should be ok. You can google for a site called forexbenchmark. They have have a history of spreads at various brokers and you can compare.
How big can spread widen at NY Close?
-
kennyhubbard replied Apr 23, 2021Spread can easily hit 23 pips at rollover. Double that to get an idea of where to place your stoploss.
How big can spread widen at NY Close?
-
kennyhubbard replied Apr 20, 2021Michael, In programming there is often many ways to do a thing. Paul's method works but I would offer some info to help understand what you are doing. An array is a variable, just like any other. Just like other variables, you cannot use it, or ...
I need help with my function please
-
kennyhubbard replied Apr 17, 2021I can't comment on whether you were notified or not but I'm kinda surprised you were not aware.......as you mentioned, it has been general knowledge for 5 months now. What I will say, is the fact that you 'lost' $15k due to being forced to close ...
Forced to close my account
-
kennyhubbard replied Apr 11, 20211. You cannot have a negative index for an array. The program will terminate with an array out of range error. 2. In theory, your understanding is correct, however, looking at the code in Q1(and assuming the code is Q2 is a subset of Q1 code, as it ...
Function inquiry
-
kennyhubbard replied Apr 9, 20211. is not the correct way to use OrderSend. That will return true irrespective of the actual trade outcome. OrderSend returns -1 if the order fails, which is converted to true by MQL. Check this post for an example of how it should be done :- url ...
Canīt close orders in EA
-
kennyhubbard replied Apr 9, 2021Solutions never have to be pretty as long as they work and are robust. That said, you could try this :- I haven't tested it extensively but it produces the correct result for at least 1 broker.
Finding GMT
-
kennyhubbard replied Apr 8, 2021It's because TimeCurrent is using the time of the last tick received on the symbol of the chart that it is running. Normally this would not be a big deal on a busy symbol but, because, you have converted it to an int, if there is even a 1 second ...
Finding GMT
-
kennyhubbard replied Apr 7, 2021I have used them regularly with no issues. Use Neteller for deposits which is instant and withdrawals take a day. I usually make my withdrawal request in the evening (my timezone) and the money is always in my Neteller account the next morning, no ...
What are your thoughts about Pepperstone?
-
kennyhubbard replied Apr 6, 2021New_bar is a pretty common function. Just change the period to whatever timefram you desire, or even PERIOD_CURRENT if you want the chart to determine the timeframe. Then you simply call the function like this :- As Paul said, forget about using ...
Assistance with understanding difference in logic of 2 codes
-
kennyhubbard replied Apr 4, 2021Some brokers will offer these calculators but you can use any pip value calculator and then multiple by the number of points swap in the contract specification window. If you still have any doubt, just run a trade on a demo account. Here is a pip ...
Swap costs on hedge trades
-
kennyhubbard replied Apr 4, 2021Marwood, Calculation of swaps can get very complicated, especially from a programming point of view. Many brokers do things differently. Swap is quoted in points, percentage, margin currency and quote currency. If you want swap in points, the ...
Swap costs on hedge trades
-
kennyhubbard replied Apr 4, 2021Paul, it's a bit more complicated than that. The FX market is still a market place and when you look at bid & ask prices, you are looking at opposing limit orders which represents what various buyer and seller are prepared to pay(or sell) for a ...
Basic questions about buying and selling currency pairs
-
kennyhubbard replied Apr 4, 2021As Ahrt suggested, this is possible using a sql database. I would suggest, though, that the hassle factor far outweighs the benefit. How often does your VPS go down that this is an issue for you. My VPS hardly ever goes down and when it does, it is ...
Backup Solution - Need Help