
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
please can someone help me make lot size of this EA to be % of account balance
Hello you can post a job here : https://www.mql5.com/en/job
Hi.. first thanks for the huge efforts you gave,
i have just joined the community and i know nothing about coding, and
every time i try to write a code an error and warning recieved , i would appreciate if someone please help
in writing these conditions:
Buy : if open[1]>close[1] and close[1]==close[0] and open[0]<close[0] and open[1]>=high[0]
-time frame= 1 minute only
-trading sessions= newyork,european,australian (from 5:00 am gmt to 8 :00 pm gmt)
-instrument = usdjpy only
- take profit =1000 pips - Stoploss = 100 pips - Exit = trailing stop 20 pips or if there is sell signal
Sell : if open[1]<close[1] and close[1]==close[0] and open[0]>close[0] and open[1]<=low[0]
-time frame= 1 minute only
-trading sessions= newyork,european ,australian(from 5:00 am gmt to 8 :00 pm gmt)
-instrument = usdjpy only
- take profit =1000 pips - Stoploss = 100 pips - Exit = trailing stop 20 pips or if there is buy signal
Don't Hijack other threads for your off-topic post. Next time, make your own, new, thread.
MT4: Learn to code it.
MT5: Begin learning to code it.
If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.
Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
Hiring to write script - General - MQL5 programming forum (2019)
We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
No free help (2017)
I need some support at this point
')' - open parenthesis expected
Please, always use the CODE button (Alt-S) when inserting code.
The issue in your code is "Point". It should either be the predefined variable "_Point" or the function "Point()".
Also, please note that the tick size and point size are not necessarily the same.
Well noted with thanks