- Search Energy EXCH
-
dragosd1 replied Oct 11, 2011Exactly, all credits goes to Capito.... Well, we don't really need to see the charts, I was thinking just at an easiest method to calculate the indexes relative to basket...looking at the Recent Strenght indi, the only problem that comes into my ...
Hanover: an auto-trader using Recent Strength
-
dragosd1 replied Oct 11, 2011Some brokers as SigTrader(that's their MT4 platform) already have those indexes charted, as EURLFX(EUR against the basket), and seems the formula to calculate EUR strenght index is something like in the attached picture. Maybe this is easier to ...
Hanover: an auto-trader using Recent Strength
-
dragosd1 replied Oct 11, 2011GBPLFX all red! EURLFX all blue!
CICR system (Currency index cross referencing)
-
dragosd1 replied Oct 11, 201111:30 is when I started the bot. But settings are for 24 h trading. I have it running on IamFx, GMT-1. Gonna switch it to 20/20, 10 pips seems too small...
Trumpcard: a candlestick closing price breakout EA by SteveHopwood
-
dragosd1 replied Oct 11, 2011Probably in 1-2 days, the setups will be ok, I'm think some of them will do the retrace to the filter line, then continue...
CICR system (Currency index cross referencing)
-
dragosd1 replied Oct 11, 2011Capito, CADLFX is showing NOW H4,D1 down, W1 undecided, MN up... doesn't look like a good setup ass per rules. Am I missing something? Atm, the interesting ones seems to be EURLFX(waiting for D1 to turn up), USDLFX(D1 to turn back down), ...
CICR system (Currency index cross referencing)
-
dragosd1 replied Oct 11, 2011From yesterday, 11:30 GMT, running on EU only, 10/10 , 24 h trading: 4 wins and 1 loss.
Trumpcard: a candlestick closing price breakout EA by SteveHopwood
-
dragosd1 replied Oct 9, 2011Thanks, EP, Seems I installed them correctly, wonder why they are not working... Btw, in the inputs window, there's a !TLE name, it's ok if I left it blank, I assume, as the indi's are already inside the code.... Can you also post a set file, maybe?
T101 Basket Trader with ONE of Nanningbob's Balls
-
dragosd1 replied Oct 9, 2011Traderduke, guys, Maybe I miss something here, I really wana help with testing, but can someone explain step by step how to install those two EA's and what you need as indicators and offline charts to make them work? I'm reffering to RK-T101 Basket ...
T101 Basket Trader with ONE of Nanningbob's Balls
-
dragosd1 replied Oct 6, 2011Thanks, man! Confused by all those versions... [quote=Traderduke;5018755]Here you go, Same one we all have been using
T101 Basket Trader with ONE of Nanningbob's Balls
-
dragosd1 replied Oct 6, 2011Traderduke, pls help, I'm a bit confused about that basket indi, can you specify which version it is? Or just post it here, pls? I see there are many variations of the BasketVxxx indi around the thread...
T101 Basket Trader with ONE of Nanningbob's Balls
-
dragosd1 replied Oct 6, 2011Question, those two EA's are working with T101 indi or with the Basket indi?
T101 Basket Trader with ONE of Nanningbob's Balls
-
dragosd1 replied Oct 5, 2011Sure, I think this version is slightly modded by me from the original indicator, but i'm not using it anymore...enjoy!
I will code your EAs and Indicators for no charge
-
dragosd1 replied Oct 4, 2011Also CAD/CHF and GBP/CHF....
Extracted Thread (per thread starter's request)
-
dragosd1 replied Oct 3, 2011Try this sequence, instead? Works fine for me. if (CriminalIsECN && (type == OP_BUY || type == OP_SELL) ) { bool result; int err; ticket = OrderSend(Symbol(),type, lotsize, price, slippage, 0, 0, comment, MagicNumber, expiry, col); if (ticket > 0) { ...
I will code your EAs and Indicators for no charge
-
dragosd1 replied Oct 3, 2011Hi everyone, Need a hint...is this correct for preventing a new position opening into the same bar that the previous positions are closed? bool IsTradingAllowed() for (int i = OrdersHistoryTotal() - 1; i >= 0; i--) if (!OrderSelect(i, ...
I will code your EAs and Indicators for no charge