Posts made by jstap
-
RE: Order opening and closingposted in Questions & Answers
How do you want it to close, on candle close?
-
RE: Order opening and closingposted in Questions & Answers
This is the builder page:
Click on projects, then create a shared copy

Then click get a link

Then click the link

Then copy the address bar and paste here

This will create and share the link to your project
-
RE: Order opening and closingposted in Questions & Answers
Add a shared link to see what you have done: No trade block - condition block MA(a) (on candle 0) x> MA(b) (on candle 0) - buy block, "reverse for a sell".
-
RE: no re buying or sellingposted in Questions & Answers
You said 3rd trade what blocks control this?
What do you mean: my bot total block 30 bro how much amount usdt tether ?
-
RE: no re buying or sellingposted in Questions & Answers
Tell me the block numbers, and what you expect it to do
-
RE: no re buying or sellingposted in Questions & Answers
Work on single problems not complete bots, and then you will know what does/does not work, so you know what to work on next.
-
RE: no re buying or sellingposted in Questions & Answers
Id don't mind helping, but I am not writing ea's for you, try then post a shared link for help on what you have done.
-
RE: no re buying or sellingposted in Questions & Answers
@jstap as is will only work with the symbol of the chart the EA is on.
-
RE: no re buying or sellingposted in Questions & Answers
Check if this works with a comment block and backtest, then you can add the symbol.
-
RE: HOW TO CHEK THE DFFERENE BETWEEN TOTAL OPEN PROFIT BUY AND DIFFERENT OPEN PROFIT LOSS?posted in Questions & Answers
Bucket of trades, MT4 or MT5?
-
RE: no re buying or sellingposted in Questions & Answers
This should do it, check the on trade tab: https://fxdreema.com/shared/gZveNGUhe
-
RE: How to set the decimal point to only retain 2 digits after the decimal point? Please seek guidance from expertsposted in Questions & Answers
This should do it: DoubleToString(gaodin_jian2,2)

-
RE: How to set the decimal point to only retain 2 digits after the decimal point? Please seek guidance from expertsposted in Questions & Answers
Add a shared link to see exactly how things are set, by the looks of it you have the result as a double, this code should correct in DoubleToString(variable,2), this will set the figure as 2 decimal places after the .
-
RE: no re buying or sellingposted in Questions & Answers
You could record the candle time into a variable upon trade close if it was a win, then check this against the current candle time in a condition above buy/sell, you can add other conditions to this set up as you need.
-
RE: Candle Patterns logicposted in Questions & Answers
"Hi everyone! Need your help on these candle patterns:
Pattern 1: 1-5 pattern : Candle body size(1)<={Candle body size(2) / 5}
anyway, thanks in advance" do you mean smaller than 2 or 3 or 4 or 5, or candle 2 divided by 5, or 2+3+4+ 5?
-
RE: automatic addition of 6pips to buy tradesposted in Questions & Answers
I just tested this on my platform and everything worked correctly.
