- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Jul 16, 2008Intriguing channel-based trading. Is there any reason for 34? It seems to be an arbitrary number.
The over/under method
-
Ronald Raygun replied Jul 16, 2008As I see it, it's simply another approach. Pyramiding into a position isn't really much different than changing the targets. Ultimately, the goal is the same: make your money grow. Yours does it with the same lots, but different target. Mine does it ...
TP Tree Method
-
Ronald Raygun replied Jul 16, 2008I think this person wants to backtest without the rule which states that a candle must be green/red (long/short)
AshFX Daily (EA - MTaboneWeb)
-
Ronald Raygun replied Jul 16, 2008Posting the code to the indicator would help loads.
How to use Trend Trigger Modified?
-
Ronald Raygun replied Jul 15, 2008There should always be a 20 pip gap between the Buy-side and sell-side orders. If the SL is hit, there is nothing special done. This grid assumes that the market generally moves in bursts, and tries to capitalize on that. Another option I guess is ...
TP Tree Method
-
Ronald Raygun replied Jul 15, 2008Let me start over. Using a 5M chart and zig zag indicator, determine the average range between peaks and valleys. I set the average trade distance to 1/2 the average range between peaks and valleys. I then set buy stop and sell stop orders spaced ...
TP Tree Method
-
Ronald Raygun replied Jul 15, 2008That's true. Everyone is a programmer here in the computer era. How many amongst them are GOOD programmers?

EA for gambler system
-
Ronald Raygun replied Jul 15, 2008SAR Stop And Reverse Following my suggestion, I expect maybe 95% win rate.
TP Tree Method
-
Ronald Raygun replied Jul 15, 2008It will. I forgot to include the "IsTrade" variable, but I think you get the point.
Specific Time Based Entry - EA
-
Ronald Raygun replied Jul 15, 2008If I were to do a grid system, here's what I would do... I would take a daily chart, and a 5M chart (or something smaller than the daily). Use a zigzag indicator on the 5M chart to determine average distance between peaks and valleys. With that ...
TP Tree Method
-
Ronald Raygun replied Jul 15, 2008As I understand grid-trading... You take the current price Add x number or orders spaced y pips in both directions, each with tight TP/SL. As the market moves and goes through one side, add more orders spaced y pips from the new price.The basic ...
TP Tree Method
-
Ronald Raygun replied Jul 15, 2008If that's the case, it's probably best to pull your money out now. It seems that--for you--it's not working fully.
FXPRO Connection Problem
-
Ronald Raygun replied Jul 15, 2008Have you bothered speaking with the broker? I happen to have an accoutn with FXPro, and I'm trading fine.
FXPRO Connection Problem
-
Ronald Raygun replied Jul 15, 2008I think the swiss army EA does that.
Close all trades at preset price level
-
Ronald Raygun replied Jul 15, 2008The only other option I can think of is grid-style trading.
TP Tree Method
-
Ronald Raygun replied Jul 14, 2008Ok, so let's assume a coin toss entry. risk-reward of 3-1 means you have a SL that is 3 times the TP... I'm curious to know what the subsequent trades are after the "initial trade"
TP Tree Method
-
Ronald Raygun replied Jul 14, 2008Lol, glad to be of service. MA crosses have traditionally been used to determine direction. Can they predict strength? I went back over a lot of the rainbow scalping techniques, and I think a measure of how many MAs cross in a given period can ...
MA Cross Optimization EA (very cool)
-
Ronald Raygun replied Jul 14, 2008extern int EntryHour = 0; extern int EntryMinute = 1; bool Signal = False; start() ..... if(TimeHour(TimeCurrent()) == EntryHour && EntryMinute == TimeMinute(TimeCurrent())) Signal = True;
Specific Time Based Entry - EA
-
Ronald Raygun replied Jul 14, 2008I use EAs, indicators, and scripts. Do not expect me to just hand you my systems. It's like giving someone a tool without the instructions. You need to understand the underlying system and especially understand why that system works. Failure to do ...
please help with trend signal indicator