- Search Crypto Craft
-
luxinterior replied Jan 18, 2011You can't set the SL and TP on the initial order send with IBFX so you have to send it first with 0 for both SL and TP and modify it after. If you look at Kens code you can see he's doing exactly that. Your code doesn't have it so you'll need to add ...
IBFX New Policy
-
luxinterior replied Jan 15, 2011Jumping Ship from IBFX — Hi - I'm jumping ship from IBFX after way too many unexplained spikes in price that are unique to them and don't appear on any other broker platform. With the announcement of MT4 coming to Oanda and the low spreads I'm ...
OANDA Discussion
-
luxinterior replied Nov 27, 2010Took a quick look and noticed that in your GetIndicatorSignals you first check NewBar function. You won't generate any signal until the opening of a new bar. Lux
EA doesn't trade during a bar only on opening
-
luxinterior replied Nov 11, 2010Where did you get that idea from? Can you state your source? Reading a few sites on the history of DST I don't see too much mention about farming. http://en.wikipedia.org/wiki/Daylight_saving_time http://www.webexhibits.org/daylightsaving/e.html Lux
after the time shifting in North america, the day starting time should be 5PM EST?
-
luxinterior replied Sep 19, 2010I've used these guys in the past and not really had many problems. Any issues were resolved quickly. Overall very happy with them. http://swvps.com/ Lux
NH4 Dashboard v2
-
luxinterior replied Sep 7, 2010SD - What are you using for TP on this? Do you do any kind of BE or just let it ride? Lux
Nanningbob 4h trading system ver. 5.0
-
luxinterior replied Sep 5, 2010Mart I'll be able to work with the code in the EA so that's fine, no problem. It would be a nice feature to add to the panel (volatility) but it's not essential so no worries. Thanks Lux PS: Just a thought but if you did decide to add it color ...
NH4 Dashboard v2
-
luxinterior replied Sep 5, 2010Great Job! — phover --------------------------------- UPDATE: Ignore the "problems"
I noticed MY MISTAKE... I was using the SIXTHS SCREEN VER 3.7_DC indicator which has a variable to set the middle line on/off and the default was off. I ...NH4 Dashboard v2
-
luxinterior replied Aug 16, 2010Read about the iCustom function in the mql help file. Good luck Lux
How to reference Custom Indicator (SuperTrend)
-
luxinterior replied Aug 5, 2010Try the link in my sig for a free course aimed at newbie programmers. Then I'd suggest looking at EA's and using the F1 key to follow along with what's happening. Good luck Lux
Help on getting started with coding EA's
-
luxinterior replied Jun 19, 2010You would need to use NormalizeDouble function. You could do it inline but that starts to get messy so it's better to move your function calls and assign them to variables. Something like this... double dOpen = ...
How to get the data of an indicator?
-
luxinterior replied Jun 4, 2010Well your question doesn't make too much sense but if you're asking how to incorporate those indicators in your EA you need to look at the iCustom function. regards Lux
How do I use the forex rebellion indicators in my mq4?
-
luxinterior replied May 16, 2010Just under the OrderSelect put if(OrderSymbol() != Symbol())continue;
Help for modifying this delete pending Script needed
-
luxinterior replied May 13, 2010Using your example of a downward impulsive wave to enter. In order for it to then be deemed as a corrective wave it would have to pass back through the 75% level and the move would have to be less than 40 pips. You could still add pending orders on ...
Steve Hopwood's Epsilon Megastar fib auto-trading robot
-
luxinterior replied May 13, 2010You can't initialize a variable in an if statement. Plus the way you're trying to do it it would be initialized on every tick. Also if you're posting code please use the code tags that the board provides. Makes it easier to look at the code. Lux
can someone look over this very simple code
-
luxinterior replied May 12, 2010Recommendations is the best way to go. Good luck Lux PS: Don't just go for the cheapest.
Bollinger EA Code Problem
-
luxinterior replied May 12, 2010As I'm sure you've guessed by now you should have hired a proper coder. This code is just plain awful. No use of functions whatsoever makes it a nightmare to try and debug. Keep on at the guy that did this for you. The strategy isn't that ...
Bollinger EA Code Problem
-
luxinterior replied May 11, 2010First thing that comes to mind is if you paid for it and it doesn't do what you wanted why not go back to the coder and ask him to fix it? Second, are you on a 5 digit broker? Try adding a zero to your SL and TP values and see if that helps. Lux
Bollinger EA Code Problem
-
luxinterior replied May 9, 2010Seriously? That's like asking "how do I put my hand on the top of my head" or "how do I stand on one foot". I'll give you a clue. The answer is in the question. Lux
Moving average tick by tick Indicator??