It works far bettere if done in PIPS/POINTS, that way lot size won't effect how it works. there is a start option in the block.
Posts made by jstap
-
RE: Trailing Stop withstart of trailing above 5 pips or pointsposted in Questions & Answers
-
RE: Can I have the timeframe dropdown in a variable that applies to all conditions?posted in Questions & Answers
That will create a dropdown list in your inputs
-
RE: indicator does not cross belowposted in Questions & Answers
Add a shared link, and say what you are trying to do
-
RE: Hot to Recognize a color bufferposted in Questions & Answers
Maybe not if the line changes colour, when it's on your screen (even backtest), open the data window and see what values are returned.
-
RE: Hi how to upload the JSON file to the site?posted in Questions & Answers
project screen - projects - import projects
-
RE: Hi how to upload the JSON file to the site?posted in Questions & Answers
What do you mean? Can only upload .mq files, you do this on the builder page, but only ea's created on FX work
-
RE: Payment Made but Account Not Upgradedposted in Questions & Answers
Can take a few days, you can try going back to main page and contacting support, it might speed things up
-
RE: save open trade priceposted in Questions & Answers
This will save the last trade info, if you place another trade it will change: https://fxdreema.com/shared/j8gdppZJd
-
RE: auto draw on symbol changeposted in Questions & Answers
on init only works on EA initialisation (bot start) so doesn't work after, you have to add blocks on tick.
-
RE: save open trade priceposted in Questions & Answers
You can get all this from pink blocks, would this work for you?
-
RE: Max Loss Daily at input amountposted in Questions & Answers
That works on your account profit, will also count running profit
-
RE: Max Loss Daily at input amountposted in Questions & Answers
check profit (period of time) < 180 above buy/sell
separate tree - check profit (period of time) > 180 above close block -
RE: Max Loss Daily at input amountposted in Questions & Answers
This will do it, you don't need the flag but should give you a good idea: https://fxdreema.com/shared/jUJ01khE
-
RE: Check Max Stop Loss distance before placing a tradeposted in Questions & Answers
Gold works like every other asset, if something doesn't seem to work show where and ask why
-
RE: How to make my bot to take just a positionposted in Questions & Answers
Ok, those blocks will take a new trade every time a trade is closed. To prevent, you need to add a reason above placing a new trade, a simple way would be a condition block - if this is true - place the trade - if this is false don't place a trade (like ma 20 > candle 1 open (just un example))
-
RE: How to make my bot to take just a positionposted in Questions & Answers
This is on the on trade tab, add to on tick blocks that prevent trades being taken at the wrong time

-
RE: Check Max Stop Loss distance before placing a tradeposted in Questions & Answers
In adjust put +ATR_MAX pips
