
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi Guys, am new here and also to MT4 programming, i have the following idea but need assistance to program it, it's basically a Price Action setup, no inidicators required:
- Run a program at a set time ie: click on the program manually to start it whatever time i want
- speficy it to follow a number of pair(s)
- to caluculate the movement of the pairs, then add the price(s)
- if the price totals a certain number, to buy or sell
ie: if the number totals +200 pips to BUY the pair(s) or -200 pips to SELL the pair(s) ie: to act upon that and trade
- once the trade is in place to set a STOP LIMIT of a certain amount and for it to increment as the prices goes up\down and then to close the trade once it hits the number speficied ie: 50 pips TRAILING STOP
is this possible? if so how can i do it? where can i learn to program the above or find similar coding and just amend it to reflect the above? Many Thanks.