Place a shared link to look at, the on trade tab will only place a trade when something happens, you likely are using a block that constantly passes when a trade is created.
Posts made by jstap
-
RE: Hello. Please help me with my order issueposted in Questions & Answers
-
RE: Current price crosses below lower bollinger band - current candleposted in Questions & Answers
candle 0 x< lower band, place buy. This is in standard condition blocks
-
RE: Forum updateposted in Questions & Answers
You can post a link, project screen-projects-create a shared link-open in web page-copy address bar-past here
-
RE: identification of a new minimum or maximumposted in Questions & Answers
Is just a way of starting the HI-LOW position from a different place, otherwise price gets left in a place too far from a HI-LOW point. There must be a better option but I haven't found it. This does work well for setting Fibonacci, but this is subjective to what you class as the recent HI-LOW.
-
RE: Missing block on next dayposted in Bug Reports
@fisfro Yes, you can use a process of elimination to find fault, sometimes it is quicker to start again.
-
RE: Pending orders activate on candle closeposted in Questions & Answers
Add a shared link to look at.
-
RE: identification of a new minimum or maximumposted in Questions & Answers
@slydexx See if this works for you, this is what I use: https://fxdreema.com/shared/Ypv2xgZOd
-
RE: Forum updateposted in Questions & Answers
Make a start on your project, add a shared link here and say what you are trying to do...
-
RE: Missing block on next dayposted in Bug Reports
Share your project, normally only things that are there cause errors (occasionally you will be better off restarting the project).
-
RE: Struggling to make and EA, Please help.posted in Questions & Answers
Start your project and add a shared link here, say what isn't working and people will help you create.
-
RE: Stoploss modification to a single pointposted in Tutorials by Users
The standard trailing block will do this, on the instruction pages you will see how to make a start.
-
RE: Drawing lines as Support & Resistant and SL & TPposted in Questions & Answers
Choose what you want to get working first, work on this until it's working.
-
RE: need help resolving error issueposted in Questions & Answers
In my experience undeclared identifier, normally means you are trying to use a variable/constant you haven't created (or accidentally put a digit in a box). Add a shared project link to look at.
-
RE: Condition check before allowing entryposted in Questions & Answers
By connecting all from yellow, you are saying, if this do this, or look at this and do this, if not do this, or this, or this etc, and you need to connect all from orange. But everything is set from a constant (so manually set), you may as well have a button to start or stop trading, everything needs to be switched on by variables. If V1=true+V2=true+V3=true+V4=true+V5=true+V6=true, etc do this...
-
RE: Project to create Mql5 Expert advisor using Orderblock and Fair value gaps around specific timesposted in Questions & Answers
You will need to take each section separately, ORDERBLOCK, FAIRVALUE GAP, and TIMEFILTER, create separate projects, and then once working add them all together, as @l-andorrà has said this is ambitious so bight size is the way to approach. (The time filter is easy there is a block that will do this)
-
RE: Convert mt4 to mt5posted in General Discussions
The converter will convert most projects, but some blocks must be manually changed, predominantly blocks with the word "project".
-
RE: Fibonacci Expansion Price Levelsposted in Questions & Answers
Have just been using Fibonacci on a project, this should show you how to get the levels: https://fxdreema.com/shared/HIITEvN4c
-
RE: Close Least Profitable Positionposted in Questions & Answers
I gave up on thinking I knew how things worked on FX a while ago. people amaze me with how things work all the time

-
RE: Help...Stoploss triggered Reverse EAposted in General Discussions
You need to add the latest link