- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Aug 4, 2008Anyone know of any other offers? Free money is quite desirable.
Mutiplied my $150 account 13 times in 6 weeks..
-
Ronald Raygun replied Aug 3, 2008I just took one of my existing EAs and set that instead. Just make sure EachTickMode is set to false so it'll open trades at the open of the next bar.
How to send order at the close of the bar?
-
Ronald Raygun replied Aug 3, 2008the code is working as it is according to both the strategy tester and my broker. Is there a smiley face in the upper right hand corner of the chart you're trading?
How to send order at the close of the bar?
-
Ronald Raygun replied Aug 2, 2008I think I know why: The template is calling on the "Bands" indicator. (Attached)
Rainbow Squeeze
-
Ronald Raygun replied Aug 2, 2008Try attaching the indicator I posted. Use the data window to look at the values. Maybe you'll spot a pattern that I don't
Rainbow Squeeze
-
Ronald Raygun replied Aug 2, 2008There is no BB rainbow indicator. The indicator I posted shows distances between BBs, not the actual rainbow. The template is simply several BBs with Std dev starting at 2 and increasing 0.2 each time.
Rainbow Squeeze
-
Ronald Raygun replied Aug 1, 2008EX4 files are useless to me. But if it's a script, it won't work because scripts run only on the tick for which they were enabled. It needs to be an EA. And make sure that after the OrderSend function, you set BarCount = Bars. That way, the EA knows ...
How to send order at the close of the bar?
-
Ronald Raygun replied Aug 1, 2008Well... int BarCount; init() BarCount = Bars - 1; start() if(BarCount != Bars) OrderSend(.....); Basically, the EA will place trades at the open of the new bar. Another option is: int TimeCount; start() TimeCount = Period(); datetime BarEnd = ...
How to send order at the close of the bar?
-
Ronald Raygun replied Aug 1, 2008As I understand it, a NN has a running calculation determining the probability of an up or down movement. Certain patterns are given a higher probability.
# of EA's on 1 account
-
Ronald Raygun replied Jul 31, 2008Yes. You just need to tell the EA when the news events are happening.
Time sensitive EA's
-
Ronald Raygun replied Jul 31, 2008It's semi-possible. I just need a list of the symbols involved beforehand, and a threshold value on: Minimum distance required between highest lower and lowest upper BB Minimum average distance between lines.Alternatively, you can just add it to the ...
Rainbow Squeeze
-
Ronald Raygun replied Jul 31, 2008Did it miss a valid signal? Did you set an alert type (Alert, Playsound, SignalMail)
L'mas System
-
Ronald Raygun replied Jul 31, 2008I think this would help: url Mosr rainbow systems are good for that.
Breakout Confirmation? ideas
-
Ronald Raygun replied Jul 30, 2008You don't.... The best you can do is use this tick chart indicator:
Virus System
-
Ronald Raygun replied Jul 30, 2008Search around for the Swiss Army EA
ea that closes at certain number of pips - HELP
-
Ronald Raygun replied Jul 30, 2008When opening a pending order, you need to put in the Price. Otherwise, it doesn't matter what you put.
Script to BUY or SELL while scalping