- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
www.OpenTick.com
Started Dec 7, 2009|Platform Tech|0 replies
It seems that someone else has already tried to do what I am currently trying to do. There was ...
Look for Generic MA Crossover
How many charts? How many bars on a chart? Go to Tools-> Options -> Chart Most likely, you have too many charts in your history.
Excel 2007 can handle 1 million rows.
Multiply every instance of Point by 10.
That's not what I wrote... Anyway. if you want the EA to place a signal at the end of the bar, in my EA, you just set EachTickMode to False. What it does is it shifts the indicator values back one bar.
Indicator generates objects? Can't you just get the indicator code and make it a function in the EA?
You know... Sloof's discovery could possibly mean the Delta Phenomenon could actually hold some weight.
Tom, if that sample is anything like his full code, I bet he used the expert advisor builder.
Wow Sloof, it looks like you can predict turning points.
Doesn't help without the code...
void is when you're not expecting a returned value. E.g. when opening an order, I use a void function to open the order, set the sl/tp and manage any error handling. The rest of the EA doesn't need to know what the result was. In my tick collection ...
Comment("Pips: ", MathAbs(Open[0] - Close[0]);
It seems that someone else has already tried to do what I am currently trying to do. There was ...
Some brokers have a minimum stop loss and take profit value. Are you hitting it?
The best thing I can think of is Metatrader => MySQL => R url
Is there a reason why my generic MA crossover won't work? url