- Search Crypto Craft
-
squalou replied Nov 4, 2010"The Beast with BIGGER Balls", you mean ?


ok, that was easy... 
BWB just made me 141 bucks in just 11 minutes 
(0.1 lot) SQSteve Hopwood's Basket Multi-pair Auto-trading Robot
-
squalou replied Nov 4, 2010Steve, I haven't run this bot long enough yet, but double checking the code, i think the issue of BWB closing the newly open basket immediately may be due to the way "CalculateUpl()" calcs the running profit: it sums the HISTORY trades, not the OPEN ...
Steve Hopwood's Basket Multi-pair Auto-trading Robot
-
squalou replied Oct 31, 2010you're right! i didn't know "tmatrue". So i have deleted my post, it is useless here. SQ
Sixths trading - an EA by macman, Bob and Steve
-
squalou replied Oct 28, 2010Hi CanuckCT, thanks for the suggestion, it would be much more visual indeed! I have coded that indi rather quickly, and opted for simple text-based equalizer-style "cursors", which were the most simple to code. I also wanted the indi to take a ...
Sixths trading - an EA by macman, Bob and Steve
-
squalou replied Oct 27, 2010hehe... not quite... 2/7 is 28% ...
oh well, a rough estimate is good enough anyway, it's the main idea that is important, not the exact figures. Well, markets are not closed all over the world just because of USA bank holidays... The only days ...Finding Gaps in History Data
-
squalou replied Oct 26, 2010Charly, tu peux me côser en francais directement ici, ce sera plus simple. Tu ne dois pas pouvoir m'envoyer un PM pour le moment (pas assez de posts), donc poste ici et je te repondrai. Je t'ai mis dans ma "buddy list", je ne sais pas si ca ...
A Simple London Breakout V.2
-
squalou replied Oct 26, 201052% is very high... Try updating the history data from the history center and re-run the script. In fact the script has problems with fridays/mondays depending on the GMT shift of the broker. You will see that there can be high blocks of missing ...
Finding Gaps in History Data
-
squalou replied Oct 26, 2010You must run the EA on 3 different charts to have 3 different sets of inputs (3 different box sessions). You can only attach 1 EA per open chart. SQ
A Simple London Breakout V.2
-
squalou replied Oct 25, 2010Squalou's "SIXTHS multi-pair Dashboard"... sort of... — Hi, attached is a simple multi-pair "SIXTHS dashboard" indi. It shows where each pair in the list are compared to their SIXTHS Lines. It shows a "cursor" that helps you locate ...
Sixths trading - an EA by macman, Bob and Steve
-
squalou replied Oct 24, 2010Cheers Steve, YOU are the star here...
SQSixths trading - an EA by macman, Bob and Steve
-
squalou replied Oct 22, 2010As a matter of fact, i was looking into something like this myself: - SL for Primary set at the max price extension of the Sixths lines, which means at 1/6th distance from pending order; this corresponds to the dark Blue line if you are plotting my ...
Sixths trading - an EA by macman, Bob and Steve
-
squalou replied Oct 19, 2010Sixths "floating" lines indi — Thanks Greg for this nice oscillator. I have coded something similar, but drawing the Sixths lines on the main chart instead of an oscillator. Same approach: show where the Sixths lines are for each ...
Sixths trading - an EA by macman, Bob and Steve
-
squalou replied Oct 16, 2010You can always use smaller lots for each trades. Instead of having 1 trade of 0.5 lot for instance, and scaling it out at each TP level, you use 5 trades of 0.1 lot each, and you'll achieve the same result, including cost: when 5 trades cost you ...
A Simple London Breakout V.2
-
squalou replied Oct 16, 2010frenkk, can you look at the journal and see what it says ? this should not happen of course, and i can't get it to behave like this myself. SQ
A Simple London Breakout V.2
-
squalou replied Oct 16, 2010Were the other trades we can see in your picture also opened by the EA ? They are on different pairs (not USDCAD), and they do have TP+SL set. xmph is quite right when he asks you to check ECN input: when launching the EA multiple times on different ...
A Simple London Breakout V.2
-
squalou replied Oct 13, 2010Interesting. This would give you some kind of small "buffer" on opening. What you suggest is wait for Bid to cross the BuyEntry line, and buy at Ask price (you never buy at Bid: you would either get rejected if slippage is lower than spread, or get ...
A Simple London Breakout V.2
-
squalou replied Oct 13, 2010The EA is not closing any trades at all, it only changes the SL values of its own open trades, using the 3(or 5) consecutive magic numbers that are generated from I can't see why it would close other trades. Can you post a extract of trade/account ...
A Simple London Breakout V.2
-
squalou replied Oct 13, 2010EA v1.3b with "zero divide" error fixed. — GREAT SPOT sabooky!!! Many thanks for that! Another pair of eyes is always better... I should perhaps get a bigger screen
This bug shows up only on 2/4-digits brokrs, that why i couln't ...A Simple London Breakout V.2
-
squalou replied Oct 12, 2010The EA uses Ask for Buy and Bid for Sell. CHARTS BARS however are drawn out Bid price only. Look at the last bar in your chart: you have the Bid and Ask lines, and the bar current Close price is on the Bid line. In your example, Ask DID touch the ...
A Simple London Breakout V.2
-
squalou replied Oct 12, 2010That would indeed do the trick... We have no choice here but to code our own iATR() function
Find the first candle of the week, then compute Daily ATR "by hand" by chunks of 24-hours candles... Unless someone already has written that somewhere ...Old Dog Fib Trading - EURUSD