@rgoo You can do it this way but possibly limit when it works, connect the buy no trade yellow to trail as well.
Posts made by jstap
-
RE: Stop loss issue?posted in Questions & Answers
-
RE: SIMPLE BUY AND SELL EA CONDITIONSposted in Questions & Answers
@musa-5 I wold have it something like this: https://fxdreema.com/shared/gRH6irXjc
-
RE: SIMPLE BUY AND SELL EA CONDITIONSposted in Questions & Answers
@musa-5 Then don't connect to pink, I just like to know when EA is stopped all trading is stopped.
-
RE: SIMPLE BUY AND SELL EA CONDITIONSposted in Questions & Answers
@musa-5 I would share the time block, stopping the pink block trees placing trades after time, candle 0 doesn't close until it becomes 1.

-
RE: Stop loss issue?posted in Questions & Answers
@alivex Put a if position block above the trailing block.
-
RE: SIMPLE BUY AND SELL EA CONDITIONSposted in Questions & Answers
@musa-5 Try putting a pink once per position block below the for each trade block.
-
RE: SIMPLE BUY AND SELL EA CONDITIONSposted in Questions & Answers
@musa-5 No pink, pink for each trade, pink pips away.
-
RE: SIMPLE BUY AND SELL EA CONDITIONSposted in Questions & Answers
@musa-5 The light pink blocks need to be below a dark pink block, swop the if trade for a for each trade block.
-
RE: difference between custom price level and custom pipes?posted in Questions & Answers
@alivex Basically those blocks get the ATR price fraction value (average over chosen number of candles), convert into pips then multiply by the selected number, this should give you the correct number regardless of asset.
-
RE: How do I add trade on next signal to EAposted in Questions & Answers
@intechs Possibly put the once per block under your conditions, this will make EA check conditions before the once per block.
-
RE: Buy sell with emaposted in Questions & Answers
@trader-1978 I can tell you how to add seconds/bars/minutes, use a green once per block, add a variable to record number, use a formula block to add 1 to the same variable every time the block passes, reset this to 0 when you need to start counting, use a condition block to check number.
-
RE: difference between custom price level and custom pipes?posted in Questions & Answers
@alivex Never used custom pips but pips are a distance, so x pips away = a price level.
-
RE: Stop loss issue?posted in Questions & Answers
@alivex Think you can only use a price level or pips, you can though use the close losable trades block.
-
RE: best indicator for stop loss?posted in Tutorials by Users
@alivex Maybe, is a personal choice, this link will show how to use ATR: https://fxdreema.com/forum/topic/12802/atr-pips
-
RE: How to make custom ENUM constant ENUM_REFERENCE_PRICES?posted in Questions & Answers
@prot82 If you want to use a pre defined function like timeframe, this is simple, type = ENNUM_TIMEFRAMES, a personal one I don't know.
-
RE: no trade versus no position block.posted in Bug Reports
@ric60 Yes you can copy/paste, previously I copied 5 to 4 and it worked for a while, then it stopped, I would say replace any blocks that are different to be safe.