- Search Energy EXCH
- fxid10t replied Nov 13, 2008
The rules have changed a bit since the last time I looked at Post #1 of this thread. Attached is an EA for the original rules. Seems to test well and is profitable so far... will attach back test results when finished running. double ...
Powerful 1 Min Scalping System (Fx Prime)
- fxid10t replied Nov 13, 2008
Hello, attached is my rendition of Paulus' EOD system in EA form... //external variables extern double SLMultiplier =1.618; extern double TPMultiplier =0; extern double TrailMultiplier =2.764; extern double BEMultiplier =0; extern int TradePeriod ...
EOD trading system
- fxid10t replied Nov 11, 2008
Thanks for the link, I thought perhaps I was missing something in the system rule set. My testing experiences with this system are corroborated by yours.
DIBS Method EA
-
DIBS Method EA
Started Nov 11, 2008|Platform Tech|11 repliesAs discussed at "The DIBS Method . . . No Free Lunch continues", following the rules of the ...
- fxid10t replied Oct 25, 2008
Time Frame Variable Moving Average — Displays selected time frame moving average on current chart...
Fxid10t's Experts & Indicators
- fxid10t replied Oct 25, 2008
Try using the While cycle operator, OrderSelect(orderticket,SELECT_BY_TICKET,MODE_TRADES) while(/*order closing criteria is true*/ && OrderCloseTime()==0) { for (int i=0; i < RepeatN; i++) { RefreshRates(); bool res = ...
Error 138 - how to overcome requote
- fxid10t replied Oct 25, 2008
At the risk of tooting my own horn... url url by no means are they perfect.
Longer term Expert Advisor
- fxid10t replied Oct 25, 2008
You are going to have to find a way to extract the raw values of "wt" and "lsma_ma." You could use double iCustom( string symbol, int timeframe, string name, ..., int mode, int shift) and compare the values of "int mode"= 0 & 1, 0 being the first ...
EA based on Triggerlines
- fxid10t replied Oct 25, 2008
long term moving average system — Using money management and position sizing, a long term moving average system returns an average 18% over 4 years using 5% risk.
Fxid10t's Experts & Indicators
- fxid10t replied Oct 23, 2008
This is a custom indicator and should be saved in the ".../experts/indicators" folder. After saving, open MT4 (or close, then reopen) and the indicator should be available on the Custom indicator list.
stochastic alert
- fxid10t replied Oct 19, 2008
Testing result (daily) — Just a quick back test, thanks to Mr. Raygun for the work thus far, curiously, no long trades...
MTF Synery Trading - Testing purpose
- fxid10t replied Oct 19, 2008
Those errors are mismatched data errors... use the period_converter in the Scripts folder to convert your 1m data to the higher time frame data. This should resolve the mismatched data errors.
MTF Synery Trading - Testing purpose
- fxid10t replied Oct 19, 2008
Donchain counter-channel System — Thanks to Michal Rutka for the EA, and thanks to Luis Guilherme Damiani ( url ) for the custom indicator. This is a long term trend following system. I modified the ea for money management, there is ...
Fxid10t's Experts & Indicators
- fxid10t replied Oct 19, 2008
There was an error, which used the High & Low to start the trend line drawings in the last code, that is corrected in the attached version.
Fxid10t's Experts & Indicators
- fxid10t replied Oct 8, 2008
diagonal trendlines for line charts — indicator draws diagonal trend lines for line charts using closing prices...
Fxid10t's Experts & Indicators