1. Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
    Dismiss Notice

Suggestion It is a good EA..But it needs to be checked and fixed..Who can kindly help?

Discussion in 'Expert Advisor atau Robot Forex' started by touxinderen, 11 Feb 2019.

  1. touxinderen

    touxinderen New Member

    Equity
    Credit
    Ref Point
    Hello dear traders,

    I found this EA few months ago and bought it $199 . However the seller is a scammer. He set the restriction inside the EA and let me buy his VPS.. I realized the truth and gave up the EA.. Thankfully, God let me find the code in Soehoe.. But I met another roadblock.. When I forward test the EA. It doesn't have SL and could not open sell orders, all are Buy.. But I can see the SL and sell order send function in the code.. I'm not the pro coder. So I would like to ask you all who are good at coding for help. Thank you very much.

    Yours sincerely,
     

    Attached Files:

    • FXW.mq4
      File size:
      51.3 KB
      Views:
      104
  2. giomantov

    giomantov Member Credit Hunter

    Equity
    Credit
    Ref Point
    {
    if (AccountNumber() !=Account_Number)
    {
    ExpertRemove();
    Alert("Your VPS/PC is not supported, Kindly update VPS!!!");
    }
    if (TimeCurrent()>Date_Time )
    {
    ExpertRemove();
    Alert("Your VPS Payment is due. Kindly pay your due VPS amount!!!");
    }

    delete that part for dont ve the alert. about sl and sell trades i cant help u
     
  3. touxinderen

    touxinderen New Member

    Equity
    Credit
    Ref Point

    Dear friend,
    You can remove that depends on you. It doesn't effect the EA running.

    Or you can change "AccountNumber() !=Account_Number" to "AccountNumber() =Account_Number" And "TimeCurrent()>Date_Time" to "TimeCurrent()<Date_Time"
     
  4. JK1368

    JK1368 Member Credit Hunter

    Equity
    Credit
    Ref Point
    Fixed ... no Stop Loss maybe because it is a Grid + Martingale trading style.

    EURJPYM1.png
     

    Attached Files:

    • FXW.mq4
      File size:
      51.3 KB
      Views:
      62
  5. touxinderen

    touxinderen New Member

    Equity
    Credit
    Ref Point
    Dear friend,

    Can it open sell orders??
     
  6. NeoBatavia

    NeoBatavia Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Just another martingale

    fx.png
     
  7. touxinderen

    touxinderen New Member

    Equity
    Credit
    Ref Point
    Friend, there is a bug and need to be fixed.. It only open buy orders and SL doesn't work... It should not be that..
     

    Attached Files:

  8. touxinderen

    touxinderen New Member

    Equity
    Credit
    Ref Point
    It should not be Martin..
     
  9. umar rasheed

    umar rasheed Member Credit Hunter

    Equity
    Credit
    Ref Point
    can any body fix it
     
  10. touxinderen

    touxinderen New Member

    Equity
    Credit
    Ref Point
    I don't want to post the PW as it's a ad... NOTICE: THE SELLER IS SCAMMER, STAY AWAY!!! Same EA name with same restriction, so most likely the code is the Seller's EA.

    But I really hope that anybody can find out the problem in the code or the difference between the code and the seller's strategy..

    I think it should be a great EA no matter the broker is or isn't scam..

    The performance is so amazing..really

    Account ID: 99447
    Investor Password: www.forexwinnerrobot.com
    Server: SuperForex-Real
     
  11. touxinderen

    touxinderen New Member

    Equity
    Credit
    Ref Point
    Does anybody know the strategy behind?..
     

Share This Page