- Search Energy EXCH
- 198 Results (10 Threads, 188 Replies)
-
lmyyyks replied Apr 16, 2010To: Abzozo1 v1.0 is posted in this thread, search for it in the attachment list. Too much blood for my 2nd day after some adjustments. More pairs, less trades, more losses. obviously there're serious faults in my settings. testing pairs M1: A/U(no ...
THV MTF EA beta testing
-
lmyyyks replied Apr 15, 2010Hi I'm using both FxPro and GoMarkets, the above result was from FxPro, I've just started the GoMarkets demo after I've posted the result. I dare not sharing the settings since it's just the first day and you can see there're 2 appreciable loss ...
THV MTF EA beta testing
-
lmyyyks replied Apr 15, 2010My first day testing's result. Testing pairs: EU M5, UJ M5, GU M15 settings for EU and UJ M5 are doing fine, but the one for GU M15 has to be improved. in case of confusing, i've crossed out the histories for EU M1 (both lost).
THV MTF EA beta testing
-
lmyyyks replied Apr 13, 2010i'm totally frustrated about how to set the THV EA it hasn't made any trades for 4 days since i've started the "testing" i've set the trading hours: 00012359 however, the screen is still showing that "we are outside trading hours" while the server ...
THV MTF EA beta testing
-
lmyyyks replied Apr 12, 2010for sure i have enabled EA trading, both long and short. There's a smiley on the top right corner of the chart window. I've just disabled all the pattern settings. They are not my main trading signals after all. I'll see if the EA works.
THV MTF EA beta testing
-
lmyyyks replied Apr 11, 2010questions about THV EA's setting — The THV has never made any orders, however i studied the charts and saw a number of positions that met the criteria of entry, then i checked my setting again and again. I wonder whether the error has anything ...
THV MTF EA beta testing
-
lmyyyks replied Apr 10, 2010hi guys, i'm in Studying in Australia. As a student what leverage are you using now? Moreover, is anyone here studying subjects like programming?
The College Trader
-
lmyyyks replied Apr 10, 2010i think you may set a limit for pip difference between bid and ask for entry and even exit
Chart spike filter?
-
lmyyyks replied Apr 10, 2010the THV 1.0 seems to be quite a demanding EA. i'm currently using 3 charts to test the EA and it often lags, taking a few seconds to load the updated screen while switching from other running programme like firefox/word/my computer. My computer is ...
THV MTF EA beta testing
-
lmyyyks replied Apr 9, 2010you can enable the screenshot function. the images of open and closed orders are saved in the directory experts/files/
THV MTF EA beta testing
-
lmyyyks replied Apr 7, 2010i've restarted the metatrader and it working now, though i don't know why.
THV MTF EA beta testing
-
lmyyyks replied Apr 7, 2010out of trading hours — Hi guys, I want to test the settings of the THV EA v1.0 on my GoMarkets demo account on E/U, G/U and U/J pairs. I've set the server GMT to +2. The server time shown is 3:57. The Trading hours is set between 01:00 and ...
THV MTF EA beta testing
-
Does situation like this always happen?
Started Apr 6, 2010|Broker Discussion|2 replies
I'm rather new to the forex market, therefore I don't know whether I'm making a stupid thread ...
-
lmyyyks replied Apr 6, 2010sorry to tell you that i'll have to further work on my own EA so I won't be able to be of help.
Simple EA for breakout strategy
-
lmyyyks replied Apr 4, 2010These are the ext variables from the indicator, I made this indicator based on the panca-eagle breakout indicator. i copied them all to the EA. extern int NumberOfDays = 50; extern string BoxEnd = "09:00:00"; extern string BoxBegin = "06:30:00"; ...
invalid integer number as parameter 1 for TimeToNumber function
-
lmyyyks replied Apr 4, 2010i've almost finished my own breakout ea, so i can help you, if no one else is doing this, though i'm just a beginner. i'll see if i can start it tomorrow, if you want to keep up with the progress, just send me a private message.
Simple EA for breakout strategy
-
lmyyyks replied Apr 4, 2010not quite sure what you really mean, but i'm currently working on something similar, see if it fits you. //---- take price data double open = iOpen(NULL,PERIOD_D1,0); double low = iLow(NULL,PERIOD_D1,0); double high = iHigh(NULL,PERIOD_D1,0); double ...
Current High Low Total Pips basket base on daily open
-
lmyyyks replied Apr 4, 2010strange, i never see any names of indicator in my chart window
Indicator Descriptions
-
lmyyyks replied Apr 4, 2010I input integers 0, 1, 2 and 3, the 4 buffers used in my indicator. and i've printed all the 4 values in my EA, they match with the values in the indicator
invalid integer number as parameter 1 for TimeToNumber function