- Search Forex Factory
- 128 Results
- Ivan replied Aug 8, 2010
Ashraf, your strategy is smart. What HAPPENS if everybody will follow your strategy?
A simple strategy with no indicators
- Ivan replied Jul 21, 2010
I would do it easy if I knew for sure it is profitable. Did you trade it live (e.g H1 TF), what are results in reality?
Please help turn my idea into an EA
- Ivan replied Jul 19, 2010
A good idea. Would you mind share? Maybe we can improve it.
Unique pending order approach
- Ivan replied Jul 19, 2010
But this thread is very big which means that many people got interested in it. It is a long book to read. If nobody put up some good results, so everybody hide them or no good results at all. Can somebody who is well familiar with this thread please ...
AMAZING Strategy!!!
- Ivan replied Jul 18, 2010
I am not familiar with the thread but may i ask if somebody can upload forward or back test results of this AMAZING Strategy? Thanks.
AMAZING Strategy!!!
- Ivan replied Jul 18, 2010
I believe tick charts help during very high market volatility.
tick chart vs minute chart
- Ivan replied Jul 11, 2010
My Volume indicator shows the whole market data.
Volume on Price Level indicator for MT4?
- Ivan replied Jun 28, 2010
there is a proverb that only free stuff is cheese in mouse trap.
biggest frustration or obstacle you have faced so far?
- Ivan replied Jun 28, 2010
You cannot know all threads on the forum. It is OK to ask about anything. I do it the way running strategy tester and see how many consecutive losses and wins and by this way decide something.
Stop Loss and Risk per Trade
- Ivan replied Jun 28, 2010
Sure, decompiled version is a puzzle. Your code: doAlert("Triple Top","trade now",1,1); doAlert is not mql4 syntax as much as i know. Right thing would be if (i == 0) { Alert("Triple Top","trade now",1,1);SendMail("abc","abc");}
mql email alert coding
- Ivan replied Jun 28, 2010
What do you mean by "effective"? Better give an example what you mean exactly.
Managing several Pending orders in a row
- Ivan replied Jun 27, 2010
My biggest frustration was testing EA's/strategies and indicators and see how they fail by being profitless especially those that were sold with big promises.
biggest frustration or obstacle you have faced so far?
- Ivan replied May 30, 2010
I would like to help but not sure what exactly you mean.
Using MT4: Is Strategy Testing Proportional?
- Ivan replied May 30, 2010
But this difference becomes bigger and bigger or smaller and smaller.Technical analysis is to look at your pocket and see that you cannot buy any more. That is my opinion.
Whats the point of applying Technical Analysis to cross pairs??
- Ivan replied May 29, 2010
Put an empty EA in strategy tester and run the indicators. Put arrows in real time and then check the history.
Repainting indicators
- Ivan replied May 29, 2010
extern int StartHour = 7, StartMinute = 0; if(Hour()>=StartHour && Minute()>=StartMinute ) OrderSend(...);
Simple News Trading EA - need help