Coding help - page 744

 
mladen:

Yes, if you do not use stop loss and take profit when opening orders

If it is made for ecn/stp on the other side, it will work on any broker with no problem at all. The only difference is at the moment of opening orders - no other change (or optimization) is needed at all

Thank you for detailed your answer.

As far as I know the attached ea does not have Ecn type broker support.

I want to use this ea in Ecn type broker by using SL and TP.

I will be very happy if you provide Ecn type broker support.

 
mladen:

That ea would need a rewrite so that everybody understands it

But since I do not speak the language used in it, I can not help. Sorry

No problem.

Thank you for what you did up to now me and this forum...

Happy new year :)

 
oguz:

Dear @mladen,

Athached ea isn't working on TickMill (ecn-pro demo)

What can be the problem?  

That EA is not using sl and / or tp when opening orders and that way it should work on any type of broker (no code change needed to be done). What error do you get when you try to test it on that broker?
 

Dear @mladen,

Athached ea isn't working on TickMill (ecn-pro demo)

What can be the problem?  

 
mladen:
That EA is not using sl and / or tp when opening orders and that way it should work on any type of broker (no code change needed to be done). What error do you get when you try to test it on that broker?

@mladen,

First attached ea was wrong. Sorry but this fault :(

I'm attached the correct ea this post.


This EA is using sl and / tp but it's not working on TickMill account.

I'm attached backtest screenshots. As you can see there is no results!

Tabs are empty!

 

P.S: Its needed indicators alredy installed mt4 and i'm also add them attached .zip folder.

 

  


 

 

 

 

 

 

@mladen,

"Esike EA Final" ea working here!

 

 

 
oguz:

@mladen,

"Esike EA Final" ea working here!

 

 

I can not test it (there are indicators needed that I do not have), but the EA is not using sl and / or tp at the moment of opening orders (check the OrderSend() functions and you shall see that none of them has sl or tp set when called - sl and tp are always 0 in the OrderSend()). Se it is not an ecn/stp issue (it can not be)/ Check if you have all the indicators needed (not just the 3 attached by you)

  • "#PriceToOpen 1440"
  • "00LevelMirror"
  • "AbsoluteStrenghtHisto2"
  • "Price MA Breakout"
  • "WUKAR_News"

If any is missing or any of those needs to be made new mt4 compatible, the EA will not work (not just on that broker)

 
mladen:

I can not test it (there are indicators needed that I do not have), but the EA is not using sl and / or tp at the moment of opening orders (check the OrderSend() functions and you shall see that none of them has sl or tp set when called - sl and tp are always 0 in the OrderSend()). Se it is not an ecn/stp issue (it can not be)/ Check if you have all the indicators needed (not just the 3 attached by you)

  • "#PriceToOpen 1440"
  • "00LevelMirror"
  • "AbsoluteStrenghtHisto2"
  • "Price MA Breakout"
  • "WUKAR_News"

If any is missing or any of those needs to be made new mt4 compatible, the EA will not work (not just on that broker)

mladen,

Thank you very much your high level support.

I solved the problem. Thanks again...

 

Hello.

Is there a way to switch to the Chart-window when in this window an alert came and I have opened another chart?

For Example:

I have open 4 charts: EURUSD, USDCAD USDJPY EURGBP

I am looking at EURGBP, then an Alert in USDJPY pops-up

The MT4 automatic moves from EURGBP to USDJPY

 

Is this possible in MT4?

 

Best regards. 

 
oink:

Hello.

Is there a way to switch to the Chart-window when in this window an alert came and I have opened another chart?

For Example:

I have open 4 charts: EURUSD, USDCAD USDJPY EURGBP

I am looking at EURGBP, then an Alert in USDJPY pops-up

The MT4 automatic moves from EURGBP to USDJPY

 

Is this possible in MT4?

 

Best regards. 

enjoy : CHART_BRING_TO_TOP

Reason: