Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I asked for something similar in another forum a few weeks ago. A kind of CLOSEALL if balance = + x amount or -x amount. I'm not a programmer, but it doesn't seem to be possible (?) because I really only got a few answers which were unclear.
Doesn't seem to be so complicated, but then again, I'm not a programmer.
is it possible to open a trading popup window by EA ?
Hello.
I would like to open a trading popup window by EA.
Is it possible ?
If possible to open it by EA, is it possible to open a trading popup window on which the number of the traded volume (the number of lot) is set to a number ordered by EA ?
I would like to open a trading popup window by EA.
Is it possible ?
If possible to open it by EA, is it possible to open a trading popup window on which the number of the traded volume (the number of lot) is set to a number ordered by EA ?
You will have to do this with a dll.
__________________
Need a Professional Programmer? PM me
I asked for something similar in another forum a few weeks ago. A kind of CLOSEALL if balance = + x amount or -x amount. I'm not a programmer, but it doesn't seem to be possible (?) because I really only got a few answers which were unclear.
Doesn't seem to be so complicated, but then again, I'm not a programmer.
Good luck,
Search the forums for closeall EAs. There are a few here
__________________
Need a Professional Programmer? PM me
I believe that can be done and I believe I can do it. Most of the tasks I have already in my own lengthy EA. It won't be cheap because I value my time.
Big Be
Big Be, could you please send me an email- h.stilyanov@abv.bg with your offer.
Do you mean that it is impossible to realize it by only EA and I have to use an other software ?
I dont know well about the conection between MT4 and other softwares .
if possible would you tell me what to do , please ?
I am building an indicator that prints london open / close / high /range and other things on my chart.
The problem I encountered is the following, since we have a new bar let's say every 1 hour. Trying to get the shift to have the london open price is impossible. Also, I tried the function iBarShift() but didn't succeed with it. I know there should be a way to do it (most probably a combination of iBarShift() and timeCurrent() ) but didn't figure it out yet. Any suggestions?
I would like to open a trading popup window by EA.
Is it possible ?
If possible to open it by EA, is it possible to open a trading popup window on which the number of the traded volume (the number of lot) is set to a number ordered by EA ?
Mark "Ask manual confirmation" in Tools->Options->Expert Advisors and code OrderSend(...) in your EA. When conditions come, you'll see trading window.
I am building an indicator that prints london open / close / high /range and other things on my chart.
The problem I encountered is the following, since we have a new bar let's say every 1 hour. Trying to get the shift to have the london open price is impossible. Also, I tried the function iBarShift() but didn't succeed with it. I know there should be a way to do it (most probably a combination of iBarShift() and timeCurrent() ) but didn't figure it out yet. Any suggestions?
Thx
I don't understand this part "Trying to get the shift to have the london open price is impossible". Could you describe more? Maybe I can help.
Mark "Ask manual confirmation" in Tools->Options->Expert Advisors and code OrderSend(...) in your EA. When conditions come, you'll see trading window.
Thank you , Roger09 !
A trading window appered well .
I would like to ask one more question .
I am planing a sculping trade .
I set EA and "ask manual confirmation " as you showed me .
I am trying to open a trading window by clicking the Expert Adviser button as soon as I find a good traiding condition .
But the Expert Adviser does not respond as long as a market does not move on the chart newly after I click the button .
That is , a trading window does not open as long as the market does not advance one step .
Is it possible to resolve this problem ?