Use bucket of trades to get result, compare this in a condition block above trade block..
Posts made by jstap
-
RE: Max number of daily tradesposted in Questions & Answers
-
RE: How do i close trades at a specific time?posted in Questions & Answers
time filter-close trades
-
RE: HOW TO MAKE EA SEARCH AND TAKE MORE THAN ONE TRADE AT A TIME.posted in Questions & Answers
@Emmamiri Yes but every single person defines trend in a different way.
-
RE: EXECUTE TRADES RANDOMLY OR MULTIPLE TRADESposted in Questions & Answers
That is just an agx with 3 lines.
-
RE: EXECUTE TRADES RANDOMLY OR MULTIPLE TRADESposted in Questions & Answers
You'll have to add a shared link, and the indicator, I would set up a simple test project.
-
RE: EXECUTE TRADES RANDOMLY OR MULTIPLE TRADESposted in Questions & Answers
Right click on you're chart, select object list, find the name of object, and try to get something to react to this, the orange blocks will do this.
-
RE: EXECUTE TRADES RANDOMLY OR MULTIPLE TRADESposted in Questions & Answers
Then I would try to sort why this block won't work, this block will work only when indicator appears, thus stopping trades on every candle. Look in your data window, you should see this value change when indicator appears, if it doesn't you likely can't use. Your only option then is to try object on chart.
-
RE: EXECUTE TRADES RANDOMLY OR MULTIPLE TRADESposted in Questions & Answers
Try using indicator appear instead of condition.
-
RE: How to get 2 buffer lines from past [PLEASE ANSWER URGENT]posted in Questions & Answers
so if indicator needs to show on more, you select that number, and if some can have so indicator visible, you state how many.
-
RE: How to get 2 buffer lines from past [PLEASE ANSWER URGENT]posted in Questions & Answers
If the indicator is visible on you're chosen candle ID's, the block should work.
-
RE: How to get 2 buffer lines from past [PLEASE ANSWER URGENT]posted in Questions & Answers
The candle ID's only depict that moment in time, work accross all windows.
-
RE: Orders not executingposted in Questions & Answers
Candle 0 close is current price, all 3 won't happen on same candle.
-
RE: Costumazied Martingaleposted in Questions & Answers
On trade tab, trade closed (purple block) = loss (blue last closed block) x2 the lot size, trade closed (purple block) = win (blue last closed block) reset lot variable, use this variable in buy/sell blocks.
.
-
RE: Can i get a tip? TellYouWhatThanksInTheFutureposted in Questions & Answers
Not sure what you mean.
-
RE: indicator doesn't appear on the chartposted in Questions & Answers
On MT4 you have to drag it on, MT5, not sure but I think you need to tell platform to display.
-
RE: Drawing variables on the graphposted in Questions & Answers
I can but is literally, pass block-draw line block, redrawing, but not once per bar.
-
RE: Drawing variables on the graphposted in Questions & Answers
The line can be drawn from the variable.