- Search Crypto Craft
-
squalou replied Feb 28, 2011I found that while setting up a fresh account today to run B exclusively, and setup MPTM in pure basket with no MagicNumber filter (useless in this case). This is a very unusual case i agree. Sq
Multi-purpose trade management EA
-
squalou replied Feb 28, 2011You can replace USDSEK with USDNOK. Or you can drop it, it only accounts for around 4% in the total DollarIndex anyway, you will not even notice it. (EU alone represents 58% of DXI...) Once you have it loaded, it takes some time for mt4 to load the ...
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 28, 2011Brian, Those coefficients are directly taken out of the DollarIndex indicator code. Although the DollarIndex uses those coeffs as "power-of" the Pair Close prices, in fact you can use them as simple multiplier coefficients. I believe the math would ...
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 28, 2011MPTM bug in CloseBasketTrades() ? — Steve, small bug in MPTM function CloseBasketTrades(): it should have the additional check on "AllTradesBelongToBasket" if you don't drive the Basket with MagicNumbers or TradeComments: (just like in ...
Multi-purpose trade management EA
-
squalou replied Feb 28, 2011Brian, Not sure to follow you here... I suppose red=sell and green=Buy in your example. And the numbers are the lotsizes for each pair. Did you just "mkae" these numbers for your example, or should they mean anything ? The "DollarIndex" equivalent ...
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 28, 2011hehe... this is where i started to design my ProfitBasket indi about 2 months ago... Its original purpose was to explore 7bit's awesome developments using "R". I have a modified arb-o-mat EA that saves the "R" output into the CSV basket file, so ...
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 27, 2011That's correct. However you must make sure that these values are consistent: don't set them to 0 for instance... I would rather suggest something like this: if ( ( My_Money_Profit_Target>0 && AccountProfit()>= My_Money_Profit_Target ) || ( ...
Three Pairs Hedging
-
squalou replied Feb 26, 2011"BasketFile" input should contain the exact filename, with extension: DollarIndexBasket.csv sq
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 26, 2011Brian, T101 basket offline chart generator can produce various baskets, one of them being 14-pairs. The DXI only uses 6 USD pairs. So that explains why it looks somewhat different. The "BasketFile" blank input is a kind of "set file" you can set, ...
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 26, 2011might have to do with the champagne i had late in the afternoon... could also be why nobody could understand a word of what i posted
... sqBrijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 25, 2011D'oh! how come i haven't noticed that one ?????????
SqBrijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 25, 2011When Brian meets his Doll... — I tried combining those 2 indexes with no luck yet. The Dollar Index is basically a Basket of weighted USD pairs (buy on some, sell on others, with lotsizes set to the DollarIndex coefficients). The equivalent ...
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 25, 2011how to make sure trades are in the history before sending a new trade — If that may help: I've put the following code in my recent EAs to get around that issue (hopefully...): ...
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 25, 2011i-Profittracker.mq4 with MagicNumber — Absolutely fantastic! I have added a "MagicNumber" option so now you can select which EA you want to track... (set the MagicNumber to match that of the EA you are using) Set all your Brijon's EAs ...
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 23, 2011EA mod for Square lines — All righty! Here is the modified EA. To be tested before taking this for granted
It calcs and draws the Square lines properly in any timeframe. When "SquareTimeFrame" is set to H4(240), it will convert that to H1 ...Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 22, 2011square drawing issue ? — Steve, Brian, a clarification question about how Square is supposed to be computed: is it price extension over the 3 H4 bars preceeding the current H4 bar, excluding this H4 bar ? So that would be a 12 hours sliding ...
Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 20, 2011M or W = 123-pattern ? — I had this thread marked in my "subscribed threads" for "future-study-when-i-have-some-spare-time"... I have no spare time
, but i went back to read it and i think it can be of use here. Perhaps this may help clarify ...Brijon Concept of Threes auto trading robot by Steve Hopwood
-
squalou replied Feb 20, 2011William's and Stochastic are exactly the same, just shifted in range (-100..0 for W, 0..100 for Stoch). Plot a Stochastic(21,1,1) on top of your William's(21) and you'll see they overlap exactly. This is confirmed by their formulas (go to ml4 ...
Hedge and Correlation Strategy
-
squalou replied Feb 18, 2011Thanks Brijon for these explanations. I need some time to digest that. I'll go back again to your thread as well to read more about it. Thanks Sq
Brijon Concept of Threes auto trading robot by Steve Hopwood