That is the builder page not a shared link: project page - projects - create a shared link - open in a web page - copy and paste here
Posts made by jstap
-
RE: need someone to help me get the kinks out of my ea, it is not seeing all conditions properlyposted in Questions & Answers
-
RE: Help, buy/sell now conditionposted in Questions & Answers
From the picture, there doesn't seem to be anything wrong, maybe hidden inside a block, one at a time delete a block and test until you find the culprit
-
RE: need someone to help me get the kinks out of my ea, it is not seeing all conditions properlyposted in Questions & Answers
Add a shared link to see your FX project, then strip down to 1 problem that's not working.
-
RE: Help, buy/sell now conditionposted in Questions & Answers
Put a once per daily bar under the condition looking for the cross.
-
RE: Help, buy/sell now conditionposted in Questions & Answers
A cross happens at no specific time, so by putting a once a day block on top, you are very unlikely to get a cross.
-
RE: paymentposted in Questions & Answers
You need to go to the main page and message admin, can take over a week for Crypto.
-
RE: Lots of dealsposted in Questions & Answers
Set this up and if not working add a shared link and say what the problem is.
-
RE: Lots of dealsposted in Questions & Answers
Just place it above or below. Base is the value you want to use, offset is how far from the value.
-
RE: Help, buy/sell now conditionposted in Questions & Answers
You haven't, everything I said works, from below to above is x> or >, meaning as price crosses should give you a reaction. If you keep struggling, add a shared link to see what you have done.
-
RE: Help, buy/sell now conditionposted in Questions & Answers
So x> should work as the price crosses the high
-
RE: Lots of dealsposted in Questions & Answers
I'm not sure what you mean, trades placed above will be a stop for buys and a limit for sells.
-
RE: Help, buy/sell now conditionposted in Questions & Answers
== Will not work, price in one tick can jump this level, use => or =< and it should work
-
RE: Lots of dealsposted in Questions & Answers
What is the point of your terminal variables, and your constants are set to 0, this could be causing issues, normally a no trade block will only allow blocks beneath to work until there is a trade
-
RE: Help, buy/sell now conditionposted in Questions & Answers
Closed price on candle ID0 is the current price, the candle before is ID1
-
RE: How to identify highs and lowsposted in Questions & Answers
Use other blocks, condition candle close < or> high/low value, and save this into a variable every time a new top/bottom appears.
-
RE: Compilation Errors when exporting to ex4 fileposted in Questions & Answers
You can use this, itn is int, struct member undefined means you have a misspelt constant, pips should be a double, and c semicolon expected means you had something written in a box that shouldn't be there.