Jump to content

lumanauw

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by lumanauw

  1. Hi All,

     

    Kindly find attached decompiled PyramidEA ULTIMATE v2008i.

    Yes, I'm wonder what's the different btween ultimate 4.1.9 and ultimate v2008i ?

     

    some info from this website

    http://www.pyramidrobotforex.com/product.php

    (Alamak! in Indo again :!: )

    PyramidEA MULTICURRENCY akan bekerja pada 8 pair yang berbeda walaupun hanya dijalan pada pair EURUSD saja. Triger atau Open transaksi berdasar dari 4 Indicator tambahan, analisa sedikit lambat, sehingga dibutuhkan waktu 24 jam Online jika menggunakan PyramidEA. EA ini hanya dimasukkan kedalam 1 pair EURUSD M30.

    Untuk membuktikan keakuratan signal dari PyramidEA ini silahkan daftarkan email anda pada FREE SIGNAL. Kehandalan EA dalam bekerja sangat fantastis, karena selalu tepat pada kondisi atau waktu untuk melakukan transaksi. Untuk keterangan cara kerja PyramidEA ULTIMATE silahkan baca lebih lanjut pada menu Cara Kerja Software.

     

     

     

    *More Safe with Signal Indicator for Open Position

     

    *Work on PAIR EUR/USD TF M30

     

    *Suitable for 24 Hours Online Using V.P.S. (VIRTUAL PRIVATE SERVER)

     

    *Works on NEWS TIME

     

    *Works in All Accounts (Standart, Mini & Micro)

     

    *No need manual handling

     

    *NO TIRED, NO STRESSS, NO EMOTION, NO DELAY...

     

    let's try according to the above setting and u all Having fun.

     

    Cheers,

     

    rey

     

    Hi,

     

    Anyone got Pyramid EA from http://www.pyramidrobotforex.com/product.php ? It's interesting because it is said to use Genetic Algorithm in it's work. Prizmal from ATC2008 also uses Genetic Algorithm .

  2. download here

    http://www.mediafire.com/?3zd0mw5k3m2

     

    Normally eas can not run on offline chart, because there is no tick data coming on the offline chart to trigger the EA to run the start() function. one way is to make the normal ea into a script and force it to check data every 1000 milisecond.

     

    Antoher way is using script to force it to send message to window telling there is a tick comming, so that the normal ea can go the start() loop on the offline chart such as range bar and renko bar chart.

     

    1) following the Readme-rangebar.txt to produce history data for offline chart, and open a offline range bar

    2) enable the expert, and drag the expert to your offline chart

    3) drag the script "IncomingTick" and drop it on the offline chart that you are running the ea.

    now you see that the ea works and print out comments on your offline chart

     

     

    This rangebar script was shared by mod eggzactlly in this forum before, kudos to him. however the rangebar is not optimzed and using 50% CPU. the optimized verison shall be that range bar shall be a indicator and using only 5 to 10% CPU. that is a job for later.

     

    For renko bar, you can download it from

    http://codebase.mql4.com/6257

    This one is optimized one, the way it shall be, to produce offline chart.

     

    I've modified the RenkoLiveChart_v3.2.mq4 so it can be backtested. The problem with Renko backtest is the formation of BarOpen[0]. In real renko it can shift in bar close time, due to renko definition itself.

     

    I want to share it, but how can I attach it here?

  3. Re: [instruction] Run EA on offline charts - rangebar, and renko

     

    I found a big problem when viewing backtest (visual mode) with Renko bars with MT4. This will lead to wrong backtest or optimizing result.

     

    If the type of bar (up bar or down bar) of the last 2 bars are not the same type, then the last one will be drawn in wrong direction.

     

    For example, bar[1] = up bar. If the next bar is also an up bar, there is no problem. But if the next bar is a down bar, this latest down bar is drawn from tail to head (from bottom to top) which not it suppose to be.

     

    I know that this is because the nature of Renko chart (the open of the last bar can jump), but is there a way (an MT4 program/script?) to make the drawing of the last bar is exactly like the same way happens in real live chart?

     

    At least the open[0] sits in the initial position until the whole renko is constructed, not sitting at the (after happened) position?

     

    This makes a big difference for optimizing / backtesting with Renko charts.

  4. Re: Neuro Shell Trader

     

    Anybody can help me?

     

    How can I display "Range Bars" Chart on Neuroshell with datafeed from MTFeedPro? It seems not working, even with real time ticks.

     

    In the display it writes "No Data is available for Close". Other chart types (seconds, minutes, ticks, volumes etc) are working normally, just this "Range Bars" chart don't work.

×
×
  • Create New...