- Search Metals Mine
- Actionpl replied Jun 3, 2009
Clarification — Hi see my comment in blue. 1. The v63H04 (in the name of the expert) is the version number of the original EA which served as a base for the manual driven version. ok 2. If an integer number is added at the end of the ...
Semi automatic EA (Driven Version)
- Actionpl replied Jun 3, 2009
Clarification added to your word file — Hi EngineerB, i have updated your file with some more information.
bye ActionplSemi automatic EA (Driven Version)
- Actionpl replied May 29, 2009
Excessive lost on real account. — Use version 1.5b and you will not have any of this problem. Make sure you understand well how it work with demo before switching to real account. Bye ActionPL
Semi automatic EA (Driven Version)
- Actionpl replied May 29, 2009
Answer to your question — The only way i can think that this will happen is that you have a trendline that is there that was hit. Check the Object list to see how many trendline there is on your chart. Since the alert_ is remove at each time a ...
Semi automatic EA (Driven Version)
- Actionpl replied May 29, 2009
Answer to your question — If you don't want to enter trade due to pipstep rule you need to assign a large number. Let it make to 10000. This way you will never enter a trade on pull back except for the first one. Doing that you will have only ...
Semi automatic EA (Driven Version)
- Actionpl replied May 28, 2009
Answer to your question — Your right, version 1.5b does not need to change your setup for Only long or Only Short as long as you put the right description in your trend line. See my previous post to see how it need to be enter. You can put ...
Semi automatic EA (Driven Version)
- Actionpl replied May 28, 2009
Correction to vs. 1.5a release of 1.5b — Canni is right, this indicator is not needed in this version. I forgot to remove this piece of code that i was working on to automated the EA, it did not produce good results. So this version 1.5b i ...
Semi automatic EA (Driven Version)
- Actionpl replied May 28, 2009
Answer to your question — It mean that there is no Trendline with a description having "Main_" in it If you have it, Check your spelling, You need Majuscule letter at the beginning of each word. Ex. for a uptrend. Ex. Main_UpTrend_Alert_ Bye
Semi automatic EA (Driven Version)
- Actionpl replied May 27, 2009
Version 1.5a at last — Hi, here the version 1.5a, i have skip the vs 1.5, was not working correctly. This version enable you to setup your EA with both long and short. The way you control the EA side is by identifying the main trend in the ...
Semi automatic EA (Driven Version)
- Actionpl replied May 23, 2009
Anwer to your question - THV3 Trend — Hi Baby001, here the code to access to the info from this indicator. Thv3_trend_R is for the Red bar, _G for Green and _Y for Yellow Thv3_trend_R=iCustom(NULL,Thv3_trend_timeperiod,"Thv3 trend",NULL,0,1); ...
Semi automatic EA (Driven Version)
- Actionpl replied May 19, 2009
Message init — IF you have this message, it mean that there is no price action or your Metatrader is stuck. If price change, close your metratrader and restart it. Message init should not stay more than 15 sec when price is changing on your ...
Semi automatic EA (Driven Version)
- Actionpl replied May 19, 2009
Trendline on any timeframe — Yes you can select any timeframe you want. The EA will do his thing according to your trendline on whatever timeframe you trace it. Bye P.S. No time to anwer more questions.. Sorry.
Semi automatic EA (Driven Version)
- Actionpl replied May 17, 2009
Version 1.4a Minor changes — Hi, for those of you who want to update to the latest version, i have clean up some variables that were not used and correct a system call that was obsolete. This should not make a significant chage for most of ...
Semi automatic EA (Driven Version)
- Actionpl replied May 17, 2009
How to draw a trendline — 1- Go on your metatrader menue "insert" then "line" then "trendline" 2- Place your cursor on the chart and clic left and draw your line 3- Double clic on your trendline and right clic on it, 4- On the contex menue ...
Semi automatic EA (Driven Version)
- Actionpl replied May 17, 2009
What to do for the weekend. — Hi, you can let it run. It all depend your risk tolerances. Some experience traders who are more conservative, will close all their trade on Friday et restart on Monday. You have to find your style. Bye ActionPL
Semi automatic EA (Driven Version)
- Actionpl replied May 17, 2009
Try this to have yourr chart setup so it will work with vs .14 — Hi Puntalara, go to post --> 1413, Clean your chart using this procedure. Or try to install this template "Fhat1.4" attached. This is my setup and it work all the time. Bye ...
Semi automatic EA (Driven Version)
- Actionpl replied May 14, 2009
Answer in blue - need input from live traders to improve — is there any reason to have BOTH the "OpeningHour" and "ClosingHour" along with the four "TradeFrom" and "TradeUntil"? They appear to both do the same thing with the exception you have ...
Semi automatic EA (Driven Version)
- Actionpl replied May 14, 2009
Interesting problem — I've never test it live. So i have look at the code and could you try the following and let me know. Set your last variable "writelog" to 1. This will produce a file which will follow your equity variation. If from tic to ...
Semi automatic EA (Driven Version)
- Actionpl replied May 14, 2009
Logic to open a trade in blue — FireBird will open a trade when 1- If no trade is open, it will open a trade as soon the price go in the window define by your variable "malengh" and "Matimeframe" and Percent. Also you need to pass the filter ...
Semi automatic EA (Driven Version)
- Actionpl replied May 14, 2009
Enterposition message — Hi ountalara, If this comment appear and stay there for more than 10 min and you can see price changing and you have communication, it meant that your metatrader pgm is broken. Unload the program and start it again. ...
Semi automatic EA (Driven Version)