- Search Metals Mine
- Ryder replied Jun 25, 2013
Question for you, TCO. Is it possible to have the EA manage a trade that I add by manual entry? I tried this, and the EA did not pick it up. Maybe a magic number issue?
TCO Trader EA
- Ryder replied Jun 25, 2013
Not so. If you run MACD on the daily chart with shift = 1, your signal is at least one day old when you see it. One day old is a lot on an hourly chart. If you approximate daily signals on the hourly chart by using equivalent MAs lengthened to ...
TCO Trader EA
- Ryder replied Jun 25, 2013
ymleong, is there source code available for the Swiss Army EA?
TCO Trader EA
- Ryder replied Jun 23, 2013
I agree with you. I have spent more time than I should have today looking at the two (Histo vs MACDline), and agree that there is very little difference.
TCO Trader EA
- Ryder replied Jun 23, 2013
TCO, Telac. I have looked at the code for TCO_Trader.v1.3 and MACD_adjustible. I cannot find source code for MACD3SS. TCO_Trader.v1.3 does not sense the MACDline or the MACDsignalLine. Rather, it looks at the histogram data and gives an uptrend of ...
TCO Trader EA
- Ryder replied Jun 21, 2013
Erebus, I would like to ask you why you run in tick mode (CheckOncePerBar = false). I cannot argue with your results -- I applaud you. You will get more trades, but at a penalty it would seem. Daily candle will not always be closed above/below ...
TCO Trader EA
- Ryder replied Jun 19, 2013
Erebus, good trading!.. Just a note on NZDUSD results. It is surprising that NU took such a loss -- it has been trending nicely for the past two months. Took a recent pullback and now it is consolidating, but trended for 800+ pips from April through ...
TCO Trader EA
- Ryder replied Jun 17, 2013
TCO, I was running demo today with KijunSenSL = true and got the following error message. Kijun Stop Loss - Error 133 Just reporting for your info. I did not attempt to determine what caused it -- perhaps you have seen it before. Time is so precious.
TCO Trader EA
- Ryder replied Jun 11, 2013
I stand corrected, TCO. New_Bar is reset in the New_Bar function routine. Looks good to me now that I see the reset..
TCO Trader EA
- Ryder replied Jun 11, 2013
TCO, in the case where "CheckOncePerBar = true" you need to find the a place(s) to reset "New_Bar = false". I do not see where it ever gets reset.
TCO Trader EA
- Ryder replied Jun 11, 2013
You might be correct. However, if the EA would allow for two, or three, thread determination criteria, it would help to filter out periods of trend change, when you don't want to be in the market. My opinion, and my experience. Thanks for your reply. ...
TCO Trader EA
- Ryder replied Jun 11, 2013
Hello TCO. Been experimenting with your new EA. H1 chart. Use_EMA_Trend = true, Use_MACD_Trend = true. Why did TCO_Trader open a buy trade on in the attached pic when both MACD and EMA are trending down? Thanks for your assistance.
TCO Trader EA
- Ryder replied Jan 13, 2013
What you are seeing is a problem with all mtf indicators. If you are monitiring the weekly timeframe, do you want to wait a week for the candle to close? If so, you will never get a tradeable signaL. Some strategy developers use the most recently ...
Yet another Heiken Ashi system
- Ryder replied Jan 12, 2013
Green means that all the enabled signals on all enabled timeframes are pointing long. Red means that all the enabled signals on all enabled timeframes are pointing short. Yellow means that all enabled signals are not in allignment. Play with ...
Yet another Heiken Ashi system
- Ryder replied Jan 12, 2013
AmikaKing, I should have given the indi a more meaningful name. I am trading a RENKO strategy, and wrote the indi last night to see how your signals worked on RENKO. I then decoided that it might help your forum, and attached it to my message above ...
Yet another Heiken Ashi system
- Ryder replied Jan 12, 2013
Hello AmikaKing. Read thru your nice thread last evening. I am trading another strategy with some success, and will stick with it. For years I bounced from one strategy to another without taking the time to learn to really trade any one strategy. ...
Yet another Heiken Ashi system
- Ryder replied Nov 21, 2012
fxmyluv, you cannot do a visual backtest with the fisher indis because they repaint. The signal bars you are looking at have been repainted after two, or three or four bars later. Same way in real time trading -- you do not see the signal until ...
HistoBollinger
- Ryder replied Nov 21, 2012
Hello TradeStar. I went through the code for Fisher_Yur4ik. In the instance you discuss here, realize that the indi can repaint again for each new bar up until the period of the indi is reached. So if you have the period set to 10, the indi can ...
HistoBollinger
- Ryder replied Nov 21, 2012
Hello Ashmad. In an effort to help you move forward, I have attached a no-repaint version Fisher_Yur4ik. It took me a day and a half to figure out that Fisher_Yur4ik was such a extreme re-painter. A day and a half waisted, in my opinion. If the ...
HistoBollinger
- Ryder replied Jul 23, 2012
Index Registers — Suggest that you look at the syntex of the iCustom call in the MQL4 Reference Manual. You can find the MQL Documentation by doing a web search from your search engine. You will find the iCustom call under "Terchnical ...
VQ Trading System