this seems to do the trick , but i dont know if it buys and sells when the colour changes or if the colour changes to the value i set .
i took a version that bought and sold constantly after another and filter it with the colors of the objects .
this seems to do the trick , but i dont know if it buys and sells when the colour changes or if the colour changes to the value i set .
i took a version that bought and sold constantly after another and filter it with the colors of the objects .
I tried with numeric value as well but still the same result,
I have made 13 tries on it now and have to livetest it to see if it works , so its a bit frustrating 
Tried different conditions for the value approach to , with above , below , above or equal and so on 
I was trying to make this one work but it dosnt.
https://fxdreema.com/shared/zpznbJPcc
I dont know how i am supposed to implement the indicator at all, i used blocks to check the objects value but it only trades either buy all the time or either sell . dosnt close or nothing.
It's supposed to take buy trades when m1,m5,m15,30,h1 and h4 are above 50% and close and sell when all of them are below -50% .
Help is needed.
0_1496346405528_Speed Candles v1.0__1.ex4

@mamadou
It should be the same, just check the fitting of a indicator if you use that, otherwise renko uses the same prices as origional chart
Made 2 examples , just simple and not how i use them.
So does example 1 work exactly as example 2 or is number 2 the true one ? 

When using flags to trigger a condition , do you have to make one contition for true and the opposite of that to false or does the check flag understand that the opposite condition of the true one is false by itself , or does it stay on true forever ?
@Piroozmand
You have to ask the seller of it, but they usually dont want to reveal their "secret "
@Piroozmand
Or do you mean the expert advisor that are for sale?
If so find a logic that you believe in and make it work as you like
@Piroozmand
Do you have a mql4 file of it so the code can be checked?
Yes it will but only for trades that are on 1 chart if you want to use all trades from multible charts you have to use:
If buy and sell trades
Condition profit > your value of money
Close buy and sell trades
@4xFatigue its due to the huge spread, the bigger the spread the bigger the actuall cost of opening a position is.
Thanks for information !
I will try the flag blocks and see what happends
It seems like it will either take some minutes to do , or take the whole day to make haha 
I have been trying alot of different combinations to make a x> or x< happend without comparing last x candles so that its as fast as the condition above and below .
The problem is if you have like 2 lines one above and one below on x pips distance from price , and you want it to sell at the secound when the price crosses below the upper line and buy when it goes above the lower , just once but it has to happend the very secound .
the problem here is that it will buy and sell endlessly because the 2 condtions is true at the same time and that will end your account quick .
I have been looking at Mladens coding in indicators and he used >= lets say the above line and then the =! from the low line i think it was .
But im working with 4 lines right now and have you any ideas how i can do it ?
The condition that worked best is fist > above line , pass secounds filter then < above line , it dosnt buy and sell and close on every tick then but i dont know if its right 
It used to be a paid fourm in the most sections of it but then a horrible website called mql5.com bought the website and made everything free for the users , then they decided to terminate forex-tsd.
Its sad to make it into a personal gain to close one of the best websites out there were people from all type of knowlage in forex get help with their ideas.
The coders that helped people at the end like Mladen and Mr tools are absolute angels in my eyes for beeing there for people in need 24/7 .
And if this website/program would not exitst that makes even a non coder like myself able to create everything in the wildest imagination and knowing that forex-tsd were going to end i would not have been able to fulfill my absolute dream of becoming a forex trader that could be able to live on my daily profit and help people that needs it.
So im so glad that it lives on and ive been speaking to some of the mebers at forex tsd to join here after the closing of the website , because they are smart and every one of us sees everything from a different view , and if we speak and help each other we will become great in every single way that we want ! 
@yalgaar
Here are a few but there are many more to be found in that website.
https://www.forex-tsd.com/forum/debates-discussions/6655-atr
@yalgaar said in Average True Range:
didn't find the ATR I am looking for doing a google search.
There may be one at forex-tsd.com , but the website is closing in a couple of days.
Since i started to create expert advisors on fxdreema , i noticed if you rightclick on a block there are an option that sais wait to pass.
What does it do ? 
@Ahlanbika
If you want your expert advisor to close every single trade from every chart i just got help with that ,
If buy/sell trade
conditon ; account profit > the amount you want
close buy/sell
@fxDreema Thank you for a sugestion, how do i difine the value of profit , account equity balance is > +value and something for determing money.
Or maybe only +100 is enough?