@l-andorrà yes, for now i understand perfectly, i will test on my strategy.
Posts made by Ontrade
-
RE: Rule Trailling Stop ?posted in Questions & Answers
-
RE: Rule Trailling Stop ?posted in Questions & Answers

@l-andorrà
Let's see if I understand the rules you show me:You used the blocks below "for each trade" to do the following.
Whenever the current price touches 10 pips above the opening price, move the SL to -2 pips from the opening price, wouldn't that make it negative? wouldn't the correct be +2?In the "Trailling stop each trade" block did you define for when the price reaches +10 pips that would be added up to a total of 22 pips would the price move around every 20 pips? this is it?
-
RE: Rule Sell based Fibonnacci and candleposted in Questions & Answers
@biztet I put it on the chart and noticed that it gives values, but to replace it I believe that you have to know the calculations of this fibonnacci, I am not a text programmer, maybe some programmers here can help more than me. I would only be able to create an EA that could use this indicator to make tp and sl entries at the levels indicated by it. If this helps I can try to help make it work.

-
Rule Trailling Stop ?posted in Questions & Answers
Mobile stop rule
Friends I wanted to create something simple but I don't understand how this block "Trailling Stop" really works, I tried it in different ways but I can't get any further use.
What I basically want is:
After opening a trade, it doesn't matter if it's a sale or a purchase, when the price is at a profit of 10 pips, SL will guarantee my profit by staying 2 pips above the opening price line.
After he guarantees this profit, that is, my trade will no longer lose, I want this same line to drag on every 20 pips. -
RE: Rule Sell based Fibonnacci and candleposted in Questions & Answers
@biztet Hello friend, explain to me everything you need to know if I will be able to help you, I usually connect a pass block exactly the way I put it below and it already works.

-
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@roar and @l-andorrà Another question I have is whether I am drawing fibonnacci with my levels correctly.
I put the values inside the field as shown in the image.for example, if I am going to place the standard levels is it correct to put the values 0.23.6,38.2,50,61.8,100?
Or is it necessary to add something else so that the fibonnacci is drawn correctly on the graph?
Doing this way in any timeframe will Fibonnaci adjust and be right in the graphics of any asset?
Note: My question is because I thought it was very expressed, little.
-
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@roar and @l-andorrà Another help I need is on how to correctly create rules to allow open trades.
For example:
When the previous candle crosses above the 61.8 fibonnacci level, a purchase must be opened immediately.
When the previous candle crosses below the level of fibonacci -61.8 a sale must be opened immediately.How can I do to create this buy and sell rule?
-
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@roar Hello, you can help me?
I am using this particular volume candle to use in my trading rules and it is working very well, but sometimes this candle has to be discarded and another candle has to be chosen, this happens when the chosen candle is too far away the current price.For example in the image below, we have the volumes that I marked in blue 0, 1 and 2
I wanted to always select the volume that the corresponding candle was closest to the current price level. In the case of the image, the volume that corresponds to the candle I marked with the number 1 was chosen.How can I include this in my rules?

-
RE: Rule Sell based Fibonnacci and candleposted in Questions & Answers
@biztet Hello friend, I am not using any indicator, I just use the "draw fibonnacci" block that is exactly here where I inform in the image.

-
Description or constant.posted in Questions & Answers
I can create the constants correctly for my EA, but some items I don't understand how to create constants so that users can put colors like for example in a line.

But in EA it is displayed like this:

I would like to give it a name, for example, "Select the color of the thread".
How can I change this?
-
RE: Rule Sell based Fibonnacci and candleposted in Questions & Answers
I have, already get what I wanted, thank you very much I used a personalized indicator and created a condition for when the indicator reached the value 00:05 he opens the order.
-
RE: Rule Sell based Fibonnacci and candleposted in Questions & Answers
@l-andorrà @l-andorrà and @jsauter86
what I want is for the decision to buy or sell to happen 5 seconds before the candle closes.For example:
If the rule is: If the closing of the candle crosses the line of fibonnacci 61.8 above, BUY.If I put it on fxdreema it would be something like:
closing plug x> fibonnacci 61.8.
The way I want it is that if I am in a 1 minute timeframe when I have 55 seconds of candle formation, if this current candle has already crossed and is larger than the fibonacci line it should already authorize the purchase.
It is as if I was getting ahead in 5 seconds to make my purchase, I don't want to wait for the candle to close before making a decision. -
Rule Sell based Fibonnacci and candleposted in Questions & Answers
Friends, how could I make a rule to open a sale negotiation with 5 seconds left to close the candle if this candle has a larger wick at the top and is very close to the fibonnacci line.
@roar and u can help me?

-
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@roar and @l-andorrà Hello friends, I got everything I needed, thank you very much for your help;
-
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@roar
how can i create these negative levels within the same fiber that was designed by fxdreema?my project updated.
-
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@roar https://fxdreema.com/shared/SQPkF5d0c

I think I now got what I needed.
Now I need to make it identify only the candles with the highest volume that are working inside the fibo.
When he chooses the candle, he will place level 0 at the minimum of the candle and level 100 at the maximum of the candle.
I also need to include these levels of negative fibonnación in the fibonnacci of fxdreema.
Can you help me do this?
I am not understanding how to add these levels or how to force levels 0 and 100 to be fixed at the maximum and minimum of the candle. -
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@roar said in VOLUME VS CANDLE identify:
@ontrade This system records max volume and its candle ID in variables:
https://fxdreema.com/shared/yweN2X0ad
However, I would myself forget about the volumes and arbitrary 50 candles period, and simply use 1-candle ATR relative to 144-candle ATR. When the ratio 1-ATR / 144-ATR is more than, say, 3, you got the big candle. No need to loop back 50 candles.Hello @roar thanks for help me.
I tried to put a line to identify the candle with more volume but it didn't work.
Can you help me?Let me explain in more detail what I’m looking to do:
I want to obtain the candle with the highest volume and identify the maximum and minimum of it in this candle, I will use this maximum and minimum to place a fibonnaci based on this particular candle and see if the price is within the fibonacci.Can you help me do this?
https://fxdreema.com/shared/NCzhKUi8d -
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@l-andorrà @roar @fabiobioware
what i want is to find out which candle in the chart, for example in the period of the last 50 candles had the highest volume of ticks, or financial.
have one example for this? -
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@l-andorrà no i don't have any indicator, i use the metatrader 5 volume which is native indicator.
-
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@l-andorrà I don't have an initial project, but I wanted to obtain this value, it could be for a period of candles, for example, analyzing the candle that had more volume in the period of the last 30 candles would help a lot.