| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Quote:
for example if you have Num= the number of open trades, then I would use the following lines to close the total open trades at "TakeProfit" where "TakeProfit" is the total profit required on all the open trades in pips I am using this code : if((ScanOpenTrades(MagicNumber)>=Num)&& (ProfitOnOrdersInPips(MagicNumber)>=TakeProfit))Cl oseAll(MagicNumber); if (ProfitOnOrdersInPips(MagicNumber)<-StopLoss) CloseAll(MagicNumber);
__________________
“Risk comes from not knowing what you're doing” “Never argue with an idiot. They drag you down to their level then beat you with experience” |
|
||||
|
I do hide my TP and SL but that doesn't prevent the practice. Besides, if the price is listed at my SL, my code *should* take it. There is a counter strategy and that is to take the second tick for SL because they only inject single ticks for SL hunting. This practice prevents them from hitting your trades, but it doesn't penalize them for hunting others. Nor does hiding your SL allow you to profit from their hunting!
Besides, altruistic profits are twice as good right? You can sort trades with magic numbers. I have 4 EA running on one account and none of the trades get confused. The elite section testing has *dozens* of EA running on the same account and then the trades are sorted later. The code is trivial but I'm completely bogged down. This is a perfect exercise for new programmers and I'll add some advanced code for news avoidance and stuff. Still debugging an array issue but I'm not sure if the problem is the data or the code, which means writing a separate script just to check why it fails when int array[key] == int is checked. I mean... they are both int and the values are either 1, 2 or 3!! *grr*. This is a piece of code that would really well if *everyone* ran it on Alpari ![]() |
|
||||
|
Compare Alpari Demo vs Alpari real. Divergences in price = stop hunting. You could do the same with north finance, FXLQ, etc. there are dozens of brokers that stop hunt.
THE MAIN FEATURE of MT4 server is quick stop hunting to keep the overall trade balance the same and gather extra profits. If the broker has 100 lot buy and 100 lot sell, they don't need to be in the market at all. The broker likes this. |
|
||||
|
Quote:
My 2 cents.
__________________
Common Sens Indicators Active! |
|
||||
|
Adjusting the prices is only one of the major differences of live vs demo. On demo, all of your orders are done at exactly the price you specify. Live, you often have slip and requotes. I was trading on an ECN with market orders and I had slip on about 14/15 trades, sample size about 100 trades. Sometimes it was for, sometimes it was against me. Overall it was about a 17% loss, and my balance would have been about 20% higher. A broker is more likely to give you negative slip and keep the positive slip.
I am doing 11 pip trades. There was 1 missed fill on a news spike (expected) but every trade shows 11 pip in profit. 76 trades no slippage on FXDD. Net yield of about 800 pips in 50 hours of run time. 1 missed fill during news, no bad fills. If you do open an account there, please use "PhoenixFund" as the IB name and send me a message so I know to look for it. There are also "fictions" you can do on demo and in backtest, like trade the price spikes. This is a strategy to trade the price spikes. I'm guessing since nobody submitted an EA that they are doing it and just keeping it to themselves. I have *two* projects I'm supposed to work 100 hours a week on each right now, I'm simply too busy. |
|
||||
|
I like the idea..but how will we counter the stop hunting from Banks itself..people don't believe it but even the banks where all trades get routed do stop hunting...
I have being enough on the bad side to see price move as soon as you start trading big. I have seen it go from two years now and no body believed it a couple of years back...now slowly there is some talk in forums on how the banks move prices to stop hunt. The best place to test is commodity exchanges..trade gold big and you will know, how the prices goes to you..just to get your stop loss.
__________________
I'm waiting for the golden age 12/12/2012
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Avoid MT4 Broker Stop hunting with market orders only | icm63 | Metatrader Programming | 6 | 09-06-2007 01:06 AM |
| EA with trailing stop loss | junglelion | Expert Advisors - Metatrader 4 | 2 | 12-26-2006 06:12 AM |
| Auto Stop Loss EA | Linuxser | Setup Questions | 8 | 08-10-2006 06:28 PM |
| Stop/Loss script | dennisros | Metatrader 4 | 4 | 12-12-2005 04:15 PM |