To use money you will need to use a block that checks the current profit, then closes the trade. Pips incorporate all lot sizes though, so regardless of money, it closes at the right distance.
Posts made by jstap
-
RE: Dollar not Pips pleaseposted in Questions & Answers
-
RE: How to set a moving average with RSIposted in Questions & Answers
Doesn't happen in meta trader, you would need to find a custom indicator.
-
RE: Dollar not Pips pleaseposted in Questions & Answers
Price level is a price number, not a distance number (pips). You can change level to pips.
-
RE: How to compare Two time frame (M1 & M15) comparisonposted in Questions & Answers
Create a test project and share a project link.
-
RE: Intermarket robotposted in Questions & Answers
I am not sure but, now you know what the problem is. Change blocks and try to work out why, I predominately use MT4 so not multi symbols on backtest, but I would try to get 1 working, and remove all possible faults until it's working.
-
RE: Intermarket robotposted in Questions & Answers
You have it in your project, put your variables in yo a comment, then backtest to see what values you are working with.
-
RE: Intermarket robotposted in Questions & Answers
I suggest you put these values in a comment, then you can visually check if the result is what you need to work with, also it may help to check 1 condition at a time.
-
RE: GMT Time not Working as expectedposted in Questions & Answers
GMT = Greenwich Mean Time, which is winter time in the UK, before DST comes into effect. Server is broker/chart time (also used in backrtesting). Local time is whatever your computer thinks it is, normally the time your clock/phone says it is.
-
RE: Multiple TimeFrame EAposted in Questions & Answers
Add your latest shared link so people can check.
-
RE: How to compare Two time frame (M1 & M15) comparisonposted in Questions & Answers
Condition blocks can look at any time frame and act on another.
-
RE: condition buyposted in Questions & Answers
Create a test project and add a shared link, I will look at it and see what's happening.
-
RE: GMT Time not Working as expectedposted in Questions & Answers
This has been noticed before, hopefully @fxDreema will fix it, for now you need to use code to get the correct time. Run this on live/demo to see what to do. Do not know about MT5 but I assume it is the same, this code will work on either: https://fxdreema.com/shared/thE0m6Xtd
-
RE: condition buyposted in Questions & Answers
Various different ways, but pink blocks for each closed position, get the closed price, check against your level, then place or don't
-
RE: For Each Position Close, Please Helpposted in Questions & Answers
Never tried this, but try using the on-trade tab, position closed by SL, then pink to loop through each closed position, buy or sell, and check the closed time so the EA knows if it was recent, and check type so you know weather to buy or sell.
-
RE: ma strategyposted in Questions & Answers
@l-andorrà has told you how to do that, I was just saying if you change the 0 in MA shift from 0 to 2 it does the same thing.
-
RE: Promedio cuerpos de velaposted in Questions & Answers
If you use ATR you can get the ATR value, but this does work on wicks as well, to count the last 10 bodies, add them together and divide by 10
-
RE: CTrader download softwareposted in Questions & Answers
This is all about meta trader, so probably never