- Search Metals Mine
-
xmess7 replied Aug 5, 2020I'll have to see what I did in v77. I am fairly sure that before the EA attempts to open a pair it will check what the number of open trades are and if it exceeds the max it does nothing... The newer version takes care of all that.. J EDIT: Yup I ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Aug 4, 2020hi netbean. No its not, the EA looks at your Global Variables. Hit F3, and if you see something like ""xm7_magic_id_XXXXXXXXXMagicNumber" several times lists, delete the entries and try again. Every time the EA is loaded it will record its chartID ...
Magic 100
-
xmess7 replied Aug 3, 2020?? please elaborate? What indicator are you using? J
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Aug 3, 2020I recommend using the latest version. Its has less code so: 1. easier to debug 2. most of the operations are faster compared to the older versions. J
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 30, 2020The CCFP EA does that, so I can just take that code and add it to this. Now, I am fairly tied up right now but as as soon as I get the chance I will add it to this EA. Take care and be healthy, Jess
London close trading system for currencies
-
xmess7 replied Jul 30, 2020OOOOOOOOOOHHH you mean v85!! LOL Yes you can close individual trades and the EA will know what is going on
Be patient dude or dudette.... Its all good... once you have a good working product all of this will be forgotten JessCCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 30, 2020See that message down there were the Expert log is? it says _pairs size=0 that tells u right away that the EA did not catch anything. Unfortunately I am quite tied up on a big project... this will take more time to hammer out. But it is not a big ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 29, 2020Its not that I dislike non forex pairs,,, the EA can be made to trade other instruments,,, Its just that in its current configuration the EA LOOKS for the prefix/sufix that the broker provides by examining the pair. If the pair doesn't have it and ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 29, 2020Ok, 1. yes, the EA can make an offline chart.. if it was needed 2. why? how ? I don't see what the benefit is and if so, ... explain
pls JessCCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 27, 2020Tradeduke: I examined the logs and I did see a bunch of repetitions of the pairs that the alerts provided but no where did I see the repeated trades (when a trade opens it appears in the log as well). So I conducted a test with EA ccfp v85. Using ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 27, 2020howa61: On the GitHub site there is a folder called "CustomIndicator". In it you will find to mq4 files. The manual file is the one that you can use to manually enter the pairs and their direction, the EA will open these at the open hour. The random ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 27, 2020For that my friend you need to discuss it with the creator.
.London close trading system for currencies
-
xmess7 replied Jul 27, 2020Traderduke: Before I show my results... I noticed something on your image. You have placed the EA on a non Forex pair chart. Since FXChoice does not have a post or prefix there should be no issues, but in the future if you decide to use a broker ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 27, 2020EA UPDATE v42 url EA and INDICATOR UPDATES Files located at: url Added input "Min %margin allowed for trading". The default is set at 150%. This is the % margin as is calculated by the MT4 platform (AccountEquity/AccountMarginUsed)*100 In this ...
London close trading system for currencies
-
xmess7 replied Jul 27, 2020hi Ivez: In a sense the EA already has this detail.. but it only analyzes lotsizes vs margin. When I came across the margin condition I, in my case, had to consider the low margin brokers cause I reside in the US and we are not privy to high ...
London close trading system for currencies
-
xmess7 replied Jul 26, 2020Defoo: Welcome, I understand the need for such information. The EA has evolved so much that it would take too a novel to explain the operation of the EA and all of its parts. Believe me I started to do this and there simple is not enough hours in a ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 26, 2020EA UPDATE v85 (15more version to v100) xm7_Ccfp_Wkly_TradeMonitor_v85.ex4 (Just in case u are unfamiliar with GitHub, use the button labeled "Download" on right side of page. any issues let me know) Simple fix that should take care of the repeated ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 26, 2020Next time just send me the log. The expert log is located in this folder "MQL4/Logs" The name will have the date. for example 20200721.log Make sure u have these two sets debugInfo (debug Pairs/virtual basket detection) = true debugTrades (monitor ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 24, 2020A UPDATE v84.0 ( 16 more updates to v100) xm7_Ccfp_Wkly_TradeMonitor_v84.ex4 (Note: use the button with the label "Download"(on right side of webpage), don't click on the link to the left of the EA name) Major update. This affect the operation of ...
CCFp weekly signals (set and forget basket trading)
-
xmess7 replied Jul 23, 2020chandana47: The EA scans once per second, so it doesn't matter on what time frame it is placed. The multiple time frames are the responsibility of the indicators. All the EA really cares about is what the alerts or suggestions are, hence the name ...
CCFp weekly signals (set and forget basket trading)