Check profit period of time checks start and stop within the selected time.
Posts made by jstap
-
RE: Cut loss at % and stop trading for the dayposted in Questions & Answers
-
RE: ichimoku span doesnt reactposted in Questions & Answers
Count candles until you get to the line
-
RE: help please !!!posted in Questions & Answers
@elmasimo505 Time filter on top will limit the working time, as for limiting trade number, bucket of (closed) trades, check bucket count in a condition block.
-
RE: only one tradeposted in Questions & Answers
@haidang8055 Count bar into a variable, when trade closed reset variable to 0, check variable count before placing a order.
-
RE: Cut loss at % and stop trading for the dayposted in Questions & Answers
@Alex81 Above your buy/sell check if % value is > or<, this will stop placing a trade if outside of limit, to close check opposite then close.
-
RE: partial exit show arrowposted in Questions & Answers
The purple blocks only work on the on trade tab, move everything there and see what happens.
-
RE: pending orders are deleted at 00:00posted in Questions & Answers
No idea but if you add a shared product link it can be checked
-
RE: Hedging with Boom and Crash indexposted in Questions & Answers
@Adetunjicaleb Ask for one issue rather than all, when creating EA your best to test each condition separately, then when working test the next, you can then put them all together, I'm not too well practiced with Fibonacci.
-
RE: my ea is not working when i suscribeposted in Questions & Answers
Doesn't make much sense, add a shared link to look at, projects->create shared link->open in web page->copy and past address here
-
RE: How can i only trade after a bearish candle , next candle is a bull i enter the trade ?posted in Questions & Answers
ID2 open>close->ID1 open<close
-
RE: Cut loss at % and stop trading for the dayposted in Questions & Answers
@Alex81 add that variable to a check profit period of time
-
RE: Ranking Simultaneous News Eventsposted in General Discussions
Writing by hand is a defonate help, and the only way of truly understanding. You can tell it any errors though and it will rewrite.
