- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Oct 2, 2009DoubleToStr([Integer Value], 0); If you set the digits to 0, there will be no decimal, thus, an integer.
IntegerToStr Function???
-
Ronald Raygun replied Oct 2, 2009Here's what I do, make sure that the code is in the same place relative to the init() and start() int BarCount; init() start() if(BarCount != Bars) { BarCount = Bars; } if(BarCount != Bars) OrderSend()
Multiple Trades Per Bar?
-
Ronald Raygun replied Oct 2, 2009You're right scalpz, the closest one I can think of is the Generic MA Crossover EA. Set the fast MA to 1, and the slow MA to whatever you want.
I code your Expert Advisors / Indicators
-
Ronald Raygun replied Sep 29, 2009Good to see you back tdion, when you have a chance, there's something I have in mind which might interest you.
Channel Trading on the EURUSD
-
Ronald Raygun replied Sep 28, 2009It's U.S. Law (international too possibly). However, that threat is an empty threat at best. It takes an enormous amount of resources to track these thieves and even more resources to prosecute them. The best thing to do is not share an EA, or if ...
Subscription coding into EA?
-
Ronald Raygun replied Sep 26, 2009iHighest and iLowest don't return the price, but they return the shift of the bar. To get the lowest low in a series of bars, you need to do: iLow(NULL, 0, iLowest(NULL, 0, PRICE_LOW, [number of bars], [starting from this bar])); In your case, you ...
iHighest iLowest Clarification
-
Ronald Raygun replied Sep 25, 2009That looks like decompiled code, but anyway. That line in particular simply says: 'If the LWMA(24) is greater than the LWMA(120), then some variable is equal to 2.
mql coding help
-
Ronald Raygun replied Sep 25, 2009I guess the first thing I would like to ask Trendchaser... Is there anything that can be done to make the code more efficient/faster? I can modify the receiving web page if you need me to do so.
Tick Database
-
Ronald Raygun replied Sep 25, 2009What backtesting method are you using? Open prices? Control points? Each Tick?
90% accuracy but widely varying results with each test
-
Ronald Raygun replied Sep 25, 2009I haven't played with it yet, but I believe that the most recent build which allows this is build 208. That build allows you to use your own .fxt files which you can generate using your own tick data, thus achieving 99% modling quality . As a small ...
Tick Database
-
Ronald Raygun replied Sep 24, 2009Thank you for the offer Trendchaser, it's working now
"Terminated by Timeout"
-
Tick Database
Started Sep 23, 2009|Platform Tech|25 replies
Thanks to Rangebound, I finally have a means to allow ForexFactory members to contribute to, ...
-
Ronald Raygun replied Sep 23, 2009Thank you for your help RangeBound. I managed to get the EA to send links to the website and the database is correctly being updated. Now I seem to have come across another snag in the parsing side of the code. I saw that for loop you put in there, ...
"Terminated by Timeout"
-
"Terminated by Timeout"
Started Sep 23, 2009|Platform Tech|6 replies
I'm coming across an intriguing message in some of my experimental EAs. "Terminated by ...
-
Ronald Raygun replied Sep 22, 2009Variables are always internal to an EA>
static local variables and multiple charts running the same EA
-
Ronald Raygun replied Sep 22, 2009Ace claims that, but I'm curious to know why it hasn't been released yet. I understand the problem with people taking the system and the credit for that system. I suspect it's going to stay that way until Ace is comfortable sharing.
4H Box Breakout
-
Ronald Raygun replied Sep 20, 2009It's simple yen. I too have a plus sign for myself.
4H Box Breakout
-
Ronald Raygun replied Sep 20, 2009Bobcat2's on your buddy list. Also, regarding the Japanese holidays, I'm just moving away from the yen pairs. I'll still be trading the Euro, Pound, Dollar, Aussie Dollar, Canadian Dollar and Swiss Frank.
4H Box Breakout