Jump to content

woooot

Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by woooot

  1. Dear All,

     

    Any one know where to find experiences forex web developers, on performance / web forex contest / signal ?

     

    example : webdeveloper know to how to make fxstat dot com or currensee dot com.

     

    I have been trying to find out there on freelancer and other web developers forums, it seems hard to find web developers well known on forex project / application.

     

    or maybe here already someone has those experiences, you may can contact me, I have interesting offer and project to do.

     

     

    Thanks and regards,

     

    wooooot!

  2. Re: [REQ] MT4 To Currenex API Bridge [REQ]

     

    my suggestion is don't go to Boston Technology, they have crap technology with their bridge that always steal ur money every order u make, f*** with them. Those raw crap spreads is raw sewage only good for ur eyes.

     

    btw why currenex? i think spreads not good enough.

     

    i heard dukascopy have a new mt4 platform but still beta tester and the spreads is better

     

    oot maybe lol

  3. Re: Cluster indicator system and prototype EA

     

    hi finimej,

     

    here is cluster ea from mql4 forum

     

    ccfp_cc_v2.0.mq4

     

    http://codebase.mql4.com/download/20763

     

    ccfp_cc_v2.1.mq4

     

    http://codebase.mql4.com/download/20764

     

     

    someone who have demo has this result

     

    http://codebase.mql4.com/c/codebase/2010/01/DetailedStatement_3.gif

     

    download statement

    http://slil.ru/28558846

     

    but when I demoing the ea not open trade, maybe coz 5 digit broker, lot or extention symbol problems.

     

    pls fix to make it works on 5 digit broker.

     

    thanks in advance

     

    regards,

     

     

    kudos are welcome :)

  4. for Hedge lover

     

    the owner said this ea works on eurusd and usdchf for testing purpose

     

    so it only opened 1 trade.

     

     

     

    http://codebase.mql4.com/c/codebase/2010/01/DetailedStatement_1.gif

    Download statement

    http://finfile.ru/index.php/files/get/wL1KpikERU/ft-forex-bomba-stat.zip

     

    Download ea

    http://www.finfile.ru/showfile-51/ft_forex_bomba.mq4

     

    source (u can tranlate with google)

    http://www.fortrader.ru/ft/journal/torgovaya-strategiya-na-osnove-hedzhirovaniya-foreks-bomba

    http://codebase.mql4.com/ru/6362/

     

    it seems potential, maybe some one can educate it, so the ea can opened order simultan to hedge.

     

    if it work properly should can use other correlation pair also

    http://www.mataf.net/en/tools/correlation

     

     

    pls kudos ;)

  5. Re: FX Genius Robot Discussion

     

    Hi,

     

    Hi Scarface,

     

    LP means Liquidity Providers / Securities / Banks,

     

    Example, one mt4 brokerage has severals Lps, like Citi, Fxcm, DBFX, Dukascopy,

    they may can open more than 2 chart at the same pairs on 1 mt4 platform

     

    http://img156.imageshack.us/img156/4046/screenhunter58.jpg

     

    Good day,

  6. Re: FX Genius Robot Discussion

     

    Hi Scarface,

     

    question,

     

    How to make this ea works if ur broker has 2 LPs on 1 mt4 platform?

    example GBPUSDx and GBPUSDy, could we just put MASTER.mq4 and SLAVE.mq4 on 2 pairs as GBPUSDx and GBPUSDy? and the slave can find out where is .csv files automatically?

     

    pls advice, thanks in advance.

     

    regards

     

    woooot!

  7. Theory:

     

    Lets consider how does it work on EURUSD. Imagine that we have two synthetic pairs EURUSDx and EURUSDy.

     

    They have similar dynamics, so if we open two opposite positions on these pairs we will have a hedged position.

     

    [center:2r8z3xlk]Open: BUY EURUSDx and SELL EURUSDy. After some time we close these positions: SELL EURUSDx and BUY EURUSDy.

     

    Profit: Profit = (BIDx - ASKx) + (BIDy - ASKy) = (BIDx - ASKy) + (BIDy - ASKx)[/center:2r8z3xlk]

     

    In the experssion presented above we know the value of the first bracket (BUY EURUSDx and SELL EURUSDy).

     

    The value of the second bracket is known after positions close (SELL EURUSDx and BUY EURUSDy)

     

    There are several cases with positive Profit values. One of them is:

     

    At open: BIDx > ASKy,

     

    At close: BIDy > ASKx.

     

    Practice:

     

    Trade-Arbitrage expert advisor uses it (you can modify for any other condition).

     

    In a realtime it looks for cases when BIDx > ASKy for ALL of the possible synthetic pairs (thousands cases) and opens the corresponding positions.

     

    It means that Trade-Arbitrage expert advisor is always has a multicurrency hedge.

    It creates the file ArbitrageStatistic.txt with sorted (by frequency) arbitrage cases.

     

    http://codebase.mql4.com/c/codebase/2009/11/ArbitrageStatisticTXT.png

     

    If Monitoring is TRUE, the expert advisor adds some arbitrage details to file Arbitrage.txt.

     

    http://codebase.mql4.com/c/codebase/2009/11/ArbitrageTXT_2.png

     

    Arbitrage.txt with details

     

    The trading is performed with pairs, defined in the file Trade-Arbitrage.txt (the file location is: experts\files).

     

    http://codebase.mql4.com/c/codebase/2009/11/TradegArbitrageTXT_1.png

     

    Trade-Arbitrage.txt file example

     

    Also it logs some details for further analysis (deals, reasons, and results):

     

    http://codebase.mql4.com/c/codebase/2009/11/TradepAbitrageScreen.png

     

    Trade-Arbitrage advisor results (above), NettoTrading (left) and CheckMyArbitrage (right) script results

     

    The multicurrency hedge can be checked by using a cycled script CheckMyArbitrage.

     

    Input parameters:

     

    * Currencies - currencies list used for synthetic pair.

    * MinPips - minimal allowed (as arbitrage) difference in points (old) between BIDx and ASKy.

    * SlipPage - slippage in pips allowed by broker for Market orders (different brokers have different values).

    * Lock - locks are allowed (TRUE) or not (FALSE).

    * Lots - Position volume for open/close.

    * MaxLot - maximal lot allowed by broker (real).

    * MinLot - minimal lot allowed by broker (real).

    * Monitoring - log all of the arbitrage cases to file (TRUE) or not (FALSE). Loggint can take some time, that could be critical for the arbitrage.

    * TimeToWrite - Log time period (in minutes) for arbitrage statistical data logging (ArbitrageStatistic.txt).

     

    Expert works correctly (it doesn't break multicurrency hedge):

     

    * Trade order errors (Rejects etc).

    * Partial execution (Partial Fills). Some of the brokers allow it.

    * feature, with minimal possible Lot, allowed by broker (MinLot).

    * if Lock = TRUE it uses a mininal trade orders ??????????.

    * It can prohibit lock cases (Lock = FALSE).

     

    Possible problems:

     

    * The negative slippages and commissions are eating the profit.

    * Long-term execution of trading orders, there are some cases when the other symbols prices are changed significantly

    * Asynchronous processing of trade orders by broker.

    * Small arbitrage time.

     

     

    Possible impovments:

     

    * Limit orders use.

    * Simultaneous send for various symbols (asynchronicity emulation) of trade orders from multiple terminals for one account.

    * Time control of the broker asynchronicity.

    * The collection and use of more statistical information for use by other MinPips conditions of arbitration. For example, BIDx - ASKy> SPREADx + SPREADy.

    * The collection and use of statistical information about the time duration of the arbitrage.

    * Priority of the Market-orders queue (for example, the symbol with the largest tick volume or symbol with extremal local price.

     

     

    Features:

     

    * Multicurrency, so it cannot be used in strategy tester. It can be executed as script.

    * The price history doesn't used. The arbitrage theory uses the market inefficiency (quote inefficiency), so the quotes nature is not important.

    * Advisor works without losses.

    The EXPERT :

     

    hxxp://codebase.mql4.com/6245

     

    ---

     

    Anyone can may can improve the expert to work better with those list above, ;)

     

    Lets try, and Please KUDOS ! \m/

×
×
  • Create New...