@abbas25 Use second filter or once per bar and add 1 onto a variable, use a condition to check number is over chosen number, on trade tab reset back to 0 when trade closed.
Posts made by jstap
-
RE: Multi TimeFrame EAposted in Questions & Answers
-
RE: Multi TimeFrame EAposted in Questions & Answers
@abbas25 It will take another trade if the conditions are met, maybe you need to add a time function so it waits so long before it can entre another trade.
-
RE: EMA Retest EAposted in Questions & Answers
@denkuf I can't attach a picture for some reason, make the right operand ID same as left.
-
RE: RSI 5 period not workingposted in Questions & Answers
@mohammedaldahas The candle ID for Macd is the same as the main chart, check if candle ID on main char is a bull or bear.
-
RE: how to open a new pending PLEASE NEED HELPposted in Questions & Answers
@amaries On the on trade tab, use a trade created block with pending block beneeth.
-
RE: pending order based on candle + ATRposted in Questions & Answers
@andrewfrank I am unsure but if you se what in in the last pose here https://fxdreema.com/forum/topic/12802/atr-pips/2 you can get ATR pips, you can then add this variable to the offset box.
-
RE: Multi TimeFrame EAposted in Questions & Answers
@abbas25 You don't need a flag, if so you need to turn it back on at a certain point, if you only need 1 trade use a no trade block.
-
RE: Multi TimeFrame EAposted in Questions & Answers
@abbas25 You don't need the flag as you have once per bar above trees, other than this I see no reason why it doesn't place trades, if running on back test ensure it's on 5m chart or below.
-
RE: Close Trade in timeposted in Questions & Answers
@xanderrooi9 Just copy and rename what's there, if not working put a shared link here.
-
RE: EMA Retest EAposted in Questions & Answers
@denkuf Change the candle ID's, this should place trades, if not it may be the likely hood of all happening at the same time. Remove conditions and back test 1 at a time until you find which one stop's things working.
-
RE: EMAs separatesposted in Questions & Answers
@uriel-0 You can get the slope by subtracting ma ID from another ma ID, you can then create a condition >X and <Y to give you the flat ma range but unsure how you view or convert to a percent, also time frame, ma period and number of candles affect this.
-
RE: Close Trade in timeposted in Questions & Answers
@xanderrooi9 All you need is in there, use 2 variables one to close and one to wait, put a condition in above buy/sell blocks.
-
RE: Close Trade in timeposted in Questions & Answers
@xanderrooi9 Not sure, put a shared link here and I'll have a look.
-
RE: Enum server or local times. Please Helpposted in Questions & Answers
@nopthankyou TimeLocal() and TimeCurrent() is the function for this, you don't need this though use a string value.
-
RE: Making a SubWindow indicatorposted in Questions & Answers
@bhadzlagayan You cannot make a indicator on FX but you can reference, give more information to what your trying to achieve.
-
RE: open second tradeposted in Questions & Answers
@denis-2 Like this https://fxdreema.com/shared/WpqkNBR9b Close can't be below the low.
-
RE: EMAs separatesposted in Questions & Answers
@uriel-0 Condition block with MA1 above/below MA2, connected to another condition block with MA2 above/below MA3, as for the slope the easiest way is a condition block MA candle ID (use the ID you think is good) < MA ID0 to say MA is sloping up.
-
RE: EMA Retest EAposted in Questions & Answers
@denkuf Put a shared project here, did you change your condition to expect the same candle is above and below the MA?