- Search Metals Mine
- 28 Results (1 Threads, 27 Replies)
- Forexjlcg replied Feb 17, 2011
To Chrisx — This is the code that I am using with Alpari, I am Trading 25 pairs 1:500, and open a lot of 0,01 for each 2.000 euros. I think this code can easily be adapted for a different broker. int init() { double Lots; ...
Sixths trading - an EA by macman, Bob and Steve mk 2
- Forexjlcg replied Feb 10, 2011
Beastie Scoobs Experimental — I think that the next two lineas are missing in: if (UseScoobsS_and_R_Method) {....... HalfTopLine = (TopLine + TopGoldLine)/2; HalfBottomLine = (BottomLine + BottomGoldLine)/2; }//if (UseScoobsS_and_R_Method) ...
Beastie: a Nanningbob trend and counter-trend auto-trader by Steve Hopwood
- Forexjlcg replied Feb 8, 2011
matrixebiz — Thanks for this code. But I think the line that says: if (!UsePreferredPrice && type == OP_SELLSTOP && price + Bid >= StopLevel) price = Bid - (StopLevel * Point); must be: if (!UsePreferredPrice && type == OP_SELLSTOP && Bid ...
Beastie: a Nanningbob trend and counter-trend auto-trader by Steve Hopwood
- Forexjlcg replied Feb 8, 2011
To macman — Macman: I think this is what i was searching for. I am very obligated. Thanks José Luis
Nanningbob V5 auto-trading robot. Newbies, fearlessly ask your basic questions here
- Forexjlcg replied Feb 8, 2011
To ChaserL — Hi ChaserL I'd like to know how have you resolved the problem about the invalid stops. I'm trying to use the code MarketInfo(Symbol(),MODE_STOPLEVEL)) in the form (buy order) of Refreshrates(); if (ask + ...
Nanningbob V5 auto-trading robot. Newbies, fearlessly ask your basic questions here
- Forexjlcg replied Feb 7, 2011
Scoobs Margin Check — Mr. Hopwood, I think the Scoobs Margin Check if (UseScoobsMarginCheck && !RecoveryInProgress) must be expressed as if (UseScoobsMarginCheck && OpenTrades == 0) because if there are one open trade and in drawndown, it will ...
Nanningbob V5 auto-trading robot. Newbies, fearlessly ask your basic questions here
- Forexjlcg replied Dec 23, 2010
Hedging — Dear Mr Hopwood: Please, see the attached statement. The closed transactions in red. I think the beast is hedging chfjpy against eurgbp. Regards José Luis
Nanningbob V5 auto-trading robot. Newbies, fearlessly ask your basic questions here
- Forexjlcg replied Dec 16, 2010
Please, keep going — I am running the beauty on my vps demo account, at the moment. I´ve been trading forex for two years with experts, amd I think the way you manage the losers is very accurate. I have had to close the losers manually, and it ...
The Beauty - Bride of The Beast