@jjtrader Ok. Everything looks fine so far. Now buid a new EA with the 5 first blocks of youe example above. I mean a new file just drawing the arrow when the indicator is showing one cross or the other.
Posts made by l'andorrà
-
RE: Triggering a buy or sell based on indicator arrow colorposted in Questions & Answers
-
RE: I need help with increasing volume when the previous trade is a losing tradeposted in Questions & Answers
@chienusd The way to increase volume is by opening a new trade. That can open an unlimited amount of trades. You should specify any limit to that.
-
RE: Buy-Sell when arrow of the indicator appearsposted in General Discussions
@jokeratos Good. At first glance the indicator is correctly imported into your fxDreema account. That's good. Now let's focus on just one of your projects. Please select one and we'll work on it.
-
RE: Create INPUTS for Time Framesposted in Questions & Answers
@4xfatigue That depends on your current structure. Can you please share the link to your project?
-
RE: How do i set my EA to Buy Buy and Sell Sell.posted in Questions & Answers
@lali You need a variable to count how many consecutive trades buy, buy, sell, sell, sell have been open so far. Every time a new trade is open, the variable is modified. Its number has nothing to do with pips. If you are not familiar with the use of variables I strongly recommend you to read the documentation available here:
https://fxdreema.com/instructions/builder/constants-and-variables
-
RE: Triggering a buy or sell based on indicator arrow colorposted in Questions & Answers
@jjtrader Excellent. The first thing to do is importing it into your fxDreema account. Here you can find how to do it:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
Once done, we'll continue.
-
RE: Adding variables to "Change Status to" textposted in Questions & Answers
@mantadiver You're welcome. I hope someone can help us.
-
RE: Reading and displaying indicator values on a regular basisposted in Questions & Answers
@lomcio Do you mean a visible onscreen text or an arrow?
-
RE: TP hit.. move stop loss to break evenposted in Questions & Answers
@sauce Man, your project is huge! Honestly I don't have time to review it in detail. What I can tell is that the structure you used on the 'on trade' tab is correct. I guess (and it's just a guess) the problem is in block 300904. You are requesting that all trades belonging to groups 6-12 are moving its SL. This means that will happen to all of them no matter what. Is that what you need? Maybe you want some trades to be moved whereas other aren't?
-
RE: pendin orderposted in Questions & Answers
@giusepatane Then you can create a variable to store the distance between both prices and then use its value to move both TP and SL levels.
-
RE: EA trade groupposted in Questions & Answers
@sammylegacy1 You are using two breakeven structures together. You should just use one or the other. You current block tree is connecting two loops consecutively.
-
RE: How to close trade by EMA X CANDLE closeposted in Questions & Answers
@kencomputer Blocks 28, 29, 30 and 31 should be moved from that position to create a new independent block tree connected below a 'For each trade' block.
-
RE: MACD crossoverposted in Questions & Answers
@technodroid Yes, this is just another condition block at all effects.
-
RE: MACD crossoverposted in Questions & Answers
@technodroid This is an easy way to do it. For a buy you can compare the indicator's value for candles 1 and 2 and then request for a specific distance in pips you can choose:

Obviously you need to do the inverse for a sell.



