- Search Crypto Craft
- 610 Results (28 Threads, 582 Replies)
-
Dirtybrown replied Jun 10, 2012LOL here is my attempt, WARNING: It crashes my metatrader so don't load it. Open in the code editor, obviously I didn't do something right. Not seeing any error message. int EUpipValue = MarketInfo(EURUSD, MODE_TICKVALUE); int UJpipValue = ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 10, 2012hmm ok my mql is limited. I thought something like this is what you meant? // convert to units //if (StringSubstr(symb[i], 0, 3) == "USD"){ // coef[i] = coef[i] * iClose(symb[i], 0, 0); } if (StringSubstr(symb[i]) == "EURUSD"){ coef[i] = coef[i] * ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 10, 2012Forgive my ignorance, but what exactly do you mean by pip value? Can you please give an example? Thanks.
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 10, 2012Ok I think you are referring to this code then, I notice there is no similar thing done for non-usd pairs. // convert the coefficients to usable hege ratios by multiplying // xxx/usd pairs with their quote. The results can then be // conveniently ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 10, 2012Am still using this system just not posting trades. Targeting eurjpy now!
Gann High-Low System with Laguerre/Fisher/VSA/Sixths and others
-
Dirtybrown replied Jun 10, 2012This is correct. I believe somewhere in the synth. code this is acknowledged by 7bit. Also why I've stayed only on USD. Can you post the R code you think is the problem? Someone may be able to see the problem, I access several programming forums.
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 9, 2012Nice Sym, I think it will work welll with the attached demark indi used for support/resistence. I use an ichimoku trend system should do nicely, currently targetting eurjpy. I know there is a whole method behind demark. But you can simply use them ...
EA tool & strategy for semi-automatic interactive trading
-
Dirtybrown replied Jun 9, 2012Ah ok, good. Donny, of course if you have time next week for the benefit of the thread it may be helpful for you to post all of your settings and your strategy. This would help to maximize the number of users. I think you have created something very ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 9, 2012Ok, thanks for the info. And what is "Nasobek"?
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 9, 2012Donny, here is my chart. image Can you please let us know where you originally found the indicator? thanks
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 8, 2012Added link to Donny's posts on post #1
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 8, 2012Thanks Sym. Try running them in this script its easy to run url I posted a way to do this using yahoo data also. Best to: a) hit home on mt chart as much as possible for both pairs b) ctrl-s to save as csv format Instructions on page tell you how ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 8, 2012You'll notice the "coefficients" change very little on usdcad // nzdusd, this is a sign of coint. from what i understand. Therefore, on this pair no need to rebalance. I noticed on an entry below the mean, as price rose above the mean then to 2nd ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 7, 2012image image image Graphics from Forexticket Very interesting to see the difference in correlation between timeframe. This explains why 1 hr works so well, its one of the least correlated TF's. This is very important to know. Also notice the ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 7, 2012Thanks, let's hope for the best. Fortunately, unlike women, we can sometimes read the market's mind. A sustained manual or EA assisted strategy all depends on how it integrated to your everyday lifestyle. There are many profitable scalping threads ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 7, 2012for doubters — Originally Posted by 7bit image By setting diff=false there is no trend by definition. I am always long below 0 and always short above 0. USDCAD vs. NZDUSD seems to have very stable coefficients, its one of the nicest two-pair ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 7, 2012It's all you bossman! Feel free to take over the thread with EA testing, you or anyone else for that matter. For now I've described my preferred method of just pair trading. Please do not let me trading slow down the thread - Any other baskets or ...
System to hedge every major dollar pair for profit / low DD
-
Dirtybrown replied Jun 7, 2012video Example of no correlation, see how often they are below 80%. This can be a good test I believe. first rule to this trading, DON'T TRADE CORRRELATED PAIRS you will fail.
System to hedge every major dollar pair for profit / low DD