Forex expert vr smart grid lite develop -
... 8 16 17 18 19 20 28 ...

thread: Forex expert vr smart grid lite develop

  1. #171
    Member Sireh's Avatar
    43
    I included an indior (stochastic) to the Expert Advisor, the worth of which are taken when launching orders. Drawdown has lower! I alter if(Close[1]gt;Open[1]) //Op Buy... if(Close[1]lt;Open[1]) //Op Sell... to double stoch1 = iStochastic(NULL, 0, m_periodK, m_periodD, m_slowing, MODE_EMA, 0, MODE_MAIN, 1); double stoch2 = iStochastic(NULL, 0, m_periodK, m_periodD, m_slowing, MODE_EMA, 0, MODE_MAIN, two); should (stoch1 gt; m_lowLevel stoch2 lt; m_lowLevel) //Op Buy... if (stoch1 lt; m_highLevel stoch2 gt; m_highLevel) //Op Economy... Friends, please...
    Happy B-day Voldemar

    Hi, thanks for including the stoch indi to open problems. We ought to take note it is a good filter, but sometimes we can't take it for granted as it might stay in upper range while price continue moving up. I attempted to improve on it by creating comparison of higher TF stochastic using the reduced, but my coding was not well written and didn't work properly. Basically, if current TF stoch is at upper range and Higher TF stoch is at upper range too, only then open sell. If higher is in middle range, then wait to start the transaction, or open smaller position. I'll continue to check and find ways to improve as I really value Voldemar sharing it using neighborhood of trader, thankyou.

    Kind Regards,

  2. #172
    Junior Member Verokika99's Avatar
    28
    quote Great improvement. Below is evaluation with multiplier 1.6, eurusd, H1 and max lots 0.5. The dd is high but it occur just once during the evaluation interval of some 15 months. It happens in July 2017 when there was a really strong tendency and about a 800 pips motion. 1 way to handle this may be to start to boost the trend management lots dependent on the final opened martingale trade. From the BT I had the minimal lots set to 0.02 and during the tendency the martingale lots attained 0.5 and several of these were opened. Obviously the 0.02 buy lots were...
    so hedge would probably work with this notion, but People do not pay Attention on it!!!
    https://www.cliqforex.com/attachment...8595926622.pdf

  3. #173
    Member poker's Avatar
    85
    Another interesting version of the EA, a new approach to trading. The algorithm works like that, trail order, this order is closed, opened a few A whole new algorithm, I hope you keep up with me ? Here I publish just what works, dozens of models I throw out and give only the best. I give you ideas and code ))))) Thanks to all of the testers! At the conclusion of the month 10-15 testers get all of my apps for free! file
    Hello Voldemar227 and Rodolfolm,
    We are glad that we have two excellent coders here in the forum. I am sure, both your joint effort will bring us a good EA.
    I have a humble request to both of you, please take a look in the attached file.
    It's a stand-alone egy or it can be added to your egy to handle hedging issues. Also, please look to the examples given.

    Thanks and regards,
    Mohanan Mavilakandy
    https://www.cliqforex.com/attachment...204074166.xlsx

  4. #174
    Another interesting version of the EA, a new way of trading. The algorithm works like that, trail order, the order is closed, opened again a few A whole new algorithm, I hope you keep me up ? Here I print just what works, dozens of versions I throw away and provide only the finest. I provide you thoughts and code ))))) Thanks to all of the testers! At the end of the month 10-15 testers get all of my apps for free! file
    Great advancement. Below is evaluation with multiplier 1.6, eurusd, H1 and maximum lots 0.5. The dd is quite high but it occur just once during the evaluation period of some 15 weeks. It occurs in July 2017 if there was a very strong tendency and roughly a 800 pips motion. 1 way to tackle this could be to start to boost the trend management lots dependent on the last opened martingale trade. From the BT I'd the minimal lots set to 0.02 and during the tendency that the martingale lots reached 0.5 and several of them were opened. Obviously the 0.02 buy lots were unable to earn a difference in the dd but had they're for example 50 percent of the last martingale lot opened, the dd would have been considerably less.

    Maybe there could be a setting that would allow to grow the non martingale lot dimensions following x martingale transactions have been opened. For instance if we put it to following 5 martingale trades grow next trade to opposite side with 50%, the fifth MG trade would have been 0.13 and another buy 0.06, another sell 0.21 and following buy 0.1. This probably would have reduced the dd a lot. The trailing is a great idea and it appears to be work really well. I also run a second BT using the multiplier 1.5 and the DD already dropped to 31%, so adding some more hedging could make this a true winner.


  5. #175
    Member niko's Avatar
    56
    hello ....
    Can anybody fix this EA for me please....
    Its good for your
    https://www.cliqforex.com/attachment...1339979815.mq4 own egy

  6. #176
    Lot multiplier modified both variations. file file
    Error ((((

    //************************************************** ***********//
    //********************** Drawdown *****************************//
    //************************************************** ***********//
    // Replace iStartLots on BuyLot

    if(Close[1]gt;Open[1])
    if(iPointOrderStepLossgt;0 bgt;0 (BuyPriceMin-Ask)gt;iPointOrderStepLoss*Point())
    if(OrderSend(Symbol(),OP_BUY,NormalizeDouble(iStar tLots ,2),NormalizeDouble(Ask,Digits()),iSlippage,0,0,VR Setka Lite,iMagicNumber,0,clrGreen)lt;0)
    Printing(OrderSend error #,GetLastError());
    if(Close[1]lt;Open[1])
    if(iPointOrderStepLossgt;0 sgt;0 (Bid-SelPriceMax)gt;iPointOrderStepLoss*Point())
    if(OrderSend(Symbol(),OP_SELL,NormalizeDouble(SelL ot,2),NormalizeDouble(Bid,Digits()),iSlippage,0,0, VR Setka Lite,iMagicNumber,0,clrGreen)lt;0)
    Printing(OrderSend error #,GetLastError());


    I'm going to sleep, fantastic luck!


  7. #177
    Another interesting variant of the EA, a new approach to trading.

    The algorithm works like that, course order, this order is closed, opened again a couple of

    A new algorithm, so I hope you stay me up ?
    Here I publish only what works, dozens of versions I throw out and provide only the finest.

    I provide you thoughts and code)))))

    Thanks to all the testers! At the end of the month 10-15 testers get all my progr for free!

    https://www.cliqforex.com/attachment...4386278742.mq4

  8. #178
    Additionally the parameters (like take profit) are misspelled to be pips, but they're really points (in a 5/3 digits context that is). - So it is not i.e. 300 pips require profit but 300 points (=30 pips).
    I'm programming so that each and every trader should know 4 or 5, 3 or 2
    There are a lot of brokers and the trader has to specify exactly.

  9. #179
    quote For some reason with this variant the GRID measures arent acting normal. picture
    300 Factors this is the minimal and should be the signal candle

  10. #180
    Also the parameters (like take profit etc) are misspelled to be pips, but they are really points (at a 5/3 digits context that is). - So it's not i.e. 300 pips require profit but 300 points (=30 pips).

  •