Im new, so I hope I can explain my question in a way that is understandable.
I use MT4, demo account. I am trying lots of different things at the moment, across a few charts.
Whenever I want to put on a new trade, I have to type in
the price at which the buy/sell,
the stop loss (after I calculate it manually in my head)
the take profit (if I preplan this)
the type of trade (buy stop, limit etc)
My question is:
If I know the market conditions, and I have a trading strategy planned for this condition, for example, I know my SL will always be 10 pips (for e.g.) and I know I will always want a trailing stop of say 10 pips,
Is it possible to pre-program the software with all my settings (SL, TP etc) so that putting on a trade can be a faster one click event ?
Yes it is possible, you just need a good programmer. depending on your strategy you might have to change or add a few more details, because an ea cant see what you see, its a bunch of If statement. If MA 5 is less than x then do this and so on.
yes it would be an EA, the language is called mql. MQL4 Tutorial
the platform is MT4.
yes you can hire some one to do it, or you an do your self by using using an Ea generator , there is a number of those on the web just Google Ea generator.
Sounds like what you want is a “script”. A script is basically the same as an EA, but it is runs only once…kinda like a macro if you know what those are…and can automate all the mechanical steps that you would do manually.
Scripts are saved in a separate “script” folder within your MT4 folder on your harddrive, and shows up in the “script” section of the Navigator window.
However, you do need to know how to program it. There is a Wizard in the MetaEditor that comes with MT4 that you can try…I’ve never used it so I’m not sure how easy it is or not without some programming background. There may even be a generic script already in existence that allows you to set your own stops and takeprofit when you run it.
Actually I do have one now that I think about it, but I’d have to modify it, as it opens a basket of pairs at the same time…lol, but not difficult to do. I have 3 of them…2 for opening orders buy/sell, and 1 to close if I don’t want to wait to for it to hit the stop or take profit. I’ll see what I can do over the weekend and upload them for you.
…then you can learn about “hot keys” to hookup to them…
yes, that sounds more like what Im looking for. Basically, I want to set a trade, with the stop loss, trailing stop etc already in place. and to use that same script / EA when I trade in that market environment.
As you probably know, I have spent this week learning (65 hours) and trying out stuff. I am really just following an interest in this.
I watched 3 of those Mike Baghdady videos, and turned $4500 in my demo into $6700. beginners luck, but encouraging. The biggest losses I made were through impatience mainly.
thanks again. If you upload those scripts for me, I will try them out.
dont forget that demo its not as the real thing. the emotions will be much highr. i blowed my account twice. and you should know that is a really high change that you will blow yours the first time. so dont deposit too much at the begining
I have already blown my first account, but I was prepared for it after reading the forums. I wasn’t trading, I was gambling and didn’t realise it.
I have been trying different strategies on a demo account now for just over a week and been learning. Im not going to go live again until I have at least 2 consecutive months of successfull trading on the demo and feel that I know the different market conditions better