- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Oct 28, 2008I don't see an entry on the chart...
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 28, 2008It depends on the trade level. If both currencies in the pair are above the trade level, then you follow the system normally If one of the currencies is below the trade level, you reverse.
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 28, 2008The comments printed by the EA is posted in the upper left corner of the chart. One of the EAs should be saying "Highest" under 'Current Rank:' What do the comments say? And for the record, I didn't set tradehighestonly to true.
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 28, 2008It should be, I swapped indicators in that post.
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 28, 2008Doesn't look like you waited for the CCI34 to cross 0
Powerful 1 Min Scalping System (Fx Prime)
-
Ronald Raygun replied Oct 28, 2008I would imagine it's an issue with "Mode" If mode is OP_BUY or OP_SELL, expiry isn't needed. Interesting thing in the documentation: Applying of pending order expiration time can be disabled in some trade servers. In this case, when a non-zero value ...
EA not working fully... cant figure out why.
-
Ronald Raygun replied Oct 28, 2008Since the indicator has the same name and inputs. , just make sure you overwrite the other one.
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 28, 2008Is the EA returning an error?
EA not working fully... cant figure out why.
-
Ronald Raygun replied Oct 28, 2008//+------------------------------------------------------------------+ //| EMA-Crossover_Signal.mq4 | //| Copyright
2005, Jason Robinson (jnrtrading) | //| http://www.jnrtading.co.uk | ...Simple 1 Hour System
-
Ronald Raygun replied Oct 28, 2008sorry, it should be extern int.
EA not working fully... cant figure out why.
-
Ronald Raygun replied Oct 28, 2008Time[0] is the bar's open price. If you want the trade to expire 5 minutes after you place it... extern ExpireMinutes = 5; start() datetime iExpire = TimeCurrent() + ExpireMinutes * 60;
EA not working fully... cant figure out why.
-
Ronald Raygun replied Oct 28, 2008Ok, looks like everything lines up. Thanks for the clarification FerruFX. This is version 2 of my original EA in the first thread. I have decided not to pursue the cross variation largely because it ended up being just another MA cross, and ...
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 27, 2008When I do that, my values are generally off by one. (See pictures). I'm calling values from the attached indicator using the settings: 3, 6, 3, 5,
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 27, 2008That's what I'm doing, don't worry. I can't directly interface with FerruFX, so I have to reverse engineer it and then do the math internally.
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 27, 2008should always be 7-9 in NY time. NY time will shift next week I believe so hang in there =D
Nomoretoxic's breakout
-
Ronald Raygun replied Oct 27, 2008I can't speak for anyone else, but if I get a signal to go short and I'm currently long, I reverse the trade.
AshFX Daily
-
Ronald Raygun replied Oct 27, 2008I'm having trouble understanding the concept of the reversal bar. A reversal bar is a bar whose price breaks the high of the setup bar--in case of a long, or whose price breaks the low of the setup bar--in case of a short. Do we wait for the ...
4H 5EMA System
-
Ronald Raygun replied Oct 27, 2008Depends on your broker. I use a 5 digit broker, so I use 0.02 4 digit broker should be 0.2
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 27, 2008The original still makes money but instead of a 30 pip TS and 100 pip SL, it's now 10 and 20. + spread where appropriate. I'm in the process of upgrading it =D
Trading System Using Relative Strength-Part 2
-
Ronald Raygun replied Oct 27, 2008It's a coding error. T3 seems to apply to both lines.
Powerful 1 Min Scalping System (Fx Prime)