- Search Metals Mine
-
xmess7 replied Feb 23, 2020Nope. You don't need the indicator to run the EA. Use the indicator so you can see what or where the fibs are and where price opened up. J
London close trading system for currencies
-
xmess7 replied Feb 23, 2020I. Going to assume you mean startLocking to be 5%. So your initial stop is -7%. That stop will remain until basket profit hits 5%. At that point the stop will change up to +2%. (5-3). Then when profit moves up to 7%(5+2) the EA will change the stop ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 22, 2020Hi, according to the settings in your image your trail stop will be 75 pips, that will be the stoploss for every time profit moves up 10 pips starting at 75 pips. For example: Ea will monitor your basket. When the profit of the basket reached 75 ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 21, 2020MAJOR UPDATE MT4 v59 xm7_Ccfp_Wkly_TradeMonitor_v59.ex4 Made many changes and simplied the code. LEAN AND MEAN lol. I also made a video illustrating the main changes for the basket trail stop section and also who the EA executing a trail stop... ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 20, 2020Folks: After further review I am recoding the profit lock section. I am basically removing the lockPercentLevel input and just leaving the set BE (manual lock) and basket trailing stop inputs. I can see why some of you are not getting the expected ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 19, 2020HengkiTjen: Here's an example of what the log file produces. this is from a basket that was opened today and closed for profit at 3%. The basket trail stop was on but as you can see there basket never retraced.. it just hit profit.. Oh I gotta fix ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 19, 2020Ok the then set LogData=true. That will record the basket profit. We can then see exactly where the profit was. J
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 18, 2020UPDATE MT4 v58.1 (upgrade to code to make sure max/min are reset each week) xm7_Ccfp_Wkly_TradeMonitor_v58.1.ex4 Made a simple code addition that will check if the max/min has been reset for the new week. Enjoy! Jess PS: If the link does not work ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 18, 2020Hey HengiTjen: I took another look at the globals you posted. Look at the date that the max 15% was set. Its on 2020.02.13 which was last week Thursday. That means max/min did not get reset for the new week. I will check on that. Since that was the ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 18, 2020This happened today right? The reason I ask is cause the max you see is for the week.if the EA did not refresh then possible u are seeing the max of last week plus any max of today. Did u take a peak at the %max on the display today before the open ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 12, 2020Well in my case I just need 5% and I got till march or early April to accomplish it, I forget LOL..... the 10% challenge was completed at the beginning of this month, been there done that.. took me 13 trading days. But I will confess
. I ...FTMO - For serious traders
-
xmess7 replied Feb 12, 2020Ok I'll bite (just this once)... How can you lose if 1. You risk -0.5% per trade 2. You trade no more then 2 trades per day... 3. You SOYH once you reach +4% for the month 4 if you suffer -2% during the week , you SOYH the week 5. You trade with ...
FTMO - For serious traders
-
xmess7 replied Feb 12, 2020Oops mahones (the world champ) already answered. Folks I didn't flinch on the DD requirements, cause I knew that I would never reach either. My personal daily allowed loss is max -3%, if I ever reached it (has only happens once in the last 6 months) ...
FTMO - For serious traders
-
xmess7 replied Feb 12, 2020Nope, everything is the same except it has uses different functions to open and keep track of trades the trades..
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 10, 2020Hi tinelli, Beleive it or not in the he MT documentation it dies state that some data may not be up to date. So you need to query the server several times until u do get the right data. But the part the three me off was when in. The code I clearly ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 10, 2020Hi proc, pls download another copy. I don't see in the code at line 4258 anything that has to do with a zero divide. So just download another copy and let me know if still see any errors. J
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 6, 2020I should of known better. I started noticing these MT4 errors when I was programming the LondonClose EA. In that case I am having the EA go thru 28 pairs in one shot. For each pair the EA sets up FIBS, Daily ATR, etc. Once it finds a signal it then ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 6, 2020Thnx for the catch, updated, and uploaded. Done! Jess
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Feb 6, 2020UPDATE MT4 v58 (Corrected recent issues) xm7_Ccfp_Wkly_TradeMonitor_v58.0.ex4 Updates: 1. day profit is shown properly on display 2. The EA will warn you if you do not have "Allow Dll Impos" checked, if not it unloads Well folks MT4 does it again. ...
CCFp weekly signals (set and forget basket trading)