EA para indicadores

« Older   Newer »
 
  Share  
.
  1. tirix
        +1   -1
     
    .

    User deleted


    Aqui dejo una guia de uso que hice para otra web en ingles.

    I make a new expert for indicators, only you need to write the name of the expert, the first and second buffer and put your indicator in indicators folder. This expert show the value of first and second buffer and your BUY or SELL op.
    This expert dont work with all indicators, ensure that u put the correct buffers.
    Please remember vote and like.
    -----------------------------------------------------------------------------------------------------
    Little guide to expertize an indicator with ultimatexpertindicatorV9.5:
    For use this indicator we need put indicators that we use on indicators folder and fill correctly the name and buffers.
    Not use SL and TP with martingales.
    We have 3 modes:
    Mode Buffer1andbuffer2 its for indicators that have 2 buffers, one for sell signal and one for buy, as PZLopez for example, for this mode we need to fill indicator name, buffershift, buffer1, and buffer2.
    Mode Maandbuffer1 is for expert of 1 line as MA or mcorrelation for example, we need to fill, indicator name, buffershift, buffer1, Ma shift, ma, and ma period that we can fill with 0 for current.
    Mode Indicators2buffers2 its for compare signal of 2 differents indicators. we need to fill, indicatorname, indicatorname2, buffershift, buffer1 and buffer2. buffer1 its for first indicator, same that indicatorname, buffer2 its for second, same that indicatorname2.
    Martingales:
    Multiplierlots, if we are in and opened buy and signal change to sell, another order sell will be open with lotsoflastorder*Multiplier.
    Steplot, if we are in and opened buy and signal change to sell, another order sell will be open with lotsoflastorder+Steplots.
    Cutswitch multiplier, we need to fill multiplier, CutswitchTP, and cutswichSL, open and order when signal change, for example if signal is buy, open an buy order and if price is orderopenprice+cutswitchTP order will be closed with profit, if price is orderopenprice-cutswichSL order will be closed, and another buy is open with orderlots*multiplier. if we select inverse cutswitch when price is orderopenprice-cutswitchSL order will be closed and another sell is open with orderlots*multiplier.
    Cutswitch lotstep, same that multiplier but change mode of Lots.
    Martingale changes:
    Pipstep, this mode only works with multiplierlots and steplot martingales, if we open with indicator signal a buy order, sell only its open with martingale when actual price its below of orderopenprice and signal its sell.
    Closelots, this mode only works with multiplierlots and steplot martingales, if is in TRUE, when we open the second order with martingale first order will be closed before open the second.

    Note: Martingales work bad with SL and TP, but we can add true to Closewithprofit.

    Other changes:
    Breakeven,
    If we add a beprice > 0, if for example we are in a buy, if price its above beprice*belimit4raise over orderopenprice, stoploss=Orderopenprice+beprice. if price its above beprice+belimit4raise over stoploss, Not recommended with martingale.
    Closewithprofit, when (Equity+Profit)>balance, all orders will be close.
    Sltp, this is used with SL and TP, if we use true, only one order for be opened for signal change. if is false order will be opened in direcction of signal without signal changes. I recommend set true when use SL or TP.
    --------------------------------------------------------------------------------------------------------
     
    Top
    .
4 replies since 12/2/2016, 22:51   424 views
  Share  
.