- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Oct 16, 2008Ok, here's the updated one. That signalstaken should be listed both in the trade and signals context.
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 16, 2008Yesterday was not a normal market day like the past two weeks. Especially in light of this 700b bailout The EA has options to enable/disable entries/exits So if you just want to use the CCI34 as the basis for your exit, just set under exit settings ...
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 16, 2008EachTickMode waits for the bar to close. My main concern given the scalping nature of this system is that the current candle is constantly changing which means it may give a signal, then not give a signal. I've seen plenty of my scalping EAs ...
Paulus - Traffic lights
-
Ronald Raygun replied Oct 16, 2008There's one major problem I see with this system if you want to run it with a full-blown EA. I don't see a mechanical exit strategy. Then there are these reference to s/r fibs, etc. That's where a system loses it's 'mechanicalness'
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 16, 2008Look for the bits which involve "SignalsTaken" That at least leaves the alert to once per bar.
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 16, 2008EAs, scripts, traders...
How to change the minimum trailing stop loss?
-
Ronald Raygun replied Oct 16, 2008Invisible anything generally means that the stop is managed client-side and not broker-side. There are a few problems due to that. Lose internet connection, can't close trade Slippage is higher
How to change the minimum trailing stop loss?
-
Ronald Raygun replied Oct 16, 2008That makes a lot more sense now, thanks Orest. FF, I agree that the UI is hard to use. I'm trying to find a way to historically show what pairs jumped when, and more importantly, if a pair is jumping. At the present, I still have an issue where two ...
Indicators development for T101's not very simple method
-
Ronald Raygun replied Oct 16, 2008That's a broker-mandated minimum. your best bet would be to use an invisible trailing stop.
How to change the minimum trailing stop loss?
-
Ronald Raygun replied Oct 16, 2008EachTickMode tells the EA whether or not to take the signal immediately or at the end of a bar.
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 16, 2008I modified everything so that you can now turn on/off the various rules. EDIT: Another 'tyop'
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 16, 2008I saw that too. And I agree. But instead of crashing and exploding, I would prefer a simple fender-bender. I'm looking to reduce the damage it could do.
Trading system using relative strength
-
Ronald Raygun replied Oct 16, 2008Nice catch I modified the EA to enable/disable the times as well.
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 16, 2008I'm still learning to code indicators so I can be more of a resource to this thread. The concept makes sense to me when it comes to determining jumping pairs. The main problem is that I initialize an array like this: double Array[13] As I understand ...
Indicators development for T101's not very simple method
-
Ronald Raygun replied Oct 16, 2008My run finally crashed with a series of 5 consecutive 100 pip stopouts. I had a look at the charts again, and noticed something else, the pairs seemed more likely to reverse at the cross, not when they are stronger/weaker than each other. Some ...
Trading system using relative strength
-
Ronald Raygun replied Oct 15, 2008I'm crap at coding indicators. Couldn't you just open the EA on anotehr chart?
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 15, 2008Done there is now a maximum of one signal per EA per bar.
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 15, 2008My EA does that!!! Instructions: Set "SignalsOnly" to "True" Choose any combination of the three signals: Alerts PlaySound SignalMail The EA will then send signals to you however you want it
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 15, 2008Indicators cannot place trades. EAs do that.
Trading system using relative strength