Is there any way that you could delete all of them from your side?
I only use import projects anyway, so it should make it easy for me to select the once I work with after 
Posts made by timmyhanke
-
RE: Loading issue Firefoxposted in Bug Reports
-
RE: Loading issue Firefoxposted in Bug Reports
My case is now even worse .
Ive tried every browser there are , restarted and updated my computer a bunch just to see it the problem is from my side.
Now i cant even make a new project , it only reselects the latest Ea in the Load project menu.
Even tried to load a project from my phone and tablet to see if it can , but its the same.read about google drive were users couldnt use it anymore , that had to do with the amount of space you can use .
So maybe ive reached the amount of workspace each individual have here , not sure how everything collects .But when i try to change projects rapidly i get an error message saying its a server issue , but something is strange since nowone but me has this problem.
-
RE: Loading issue Firefoxposted in Bug Reports
It didnt change anything , even tried different browsers and its the same thing . What browser are you using ?
-
RE: Loading issue Firefoxposted in Bug Reports
Noticed what the problem is , its only loading the newest saved project over and over again , the one on top if you would Load a project .
So im not able to select anything at all in import project , it just resets the latest save that it made.
-
RE: Loading issue Firefoxposted in Bug Reports
tried chrome as well , and it has the exact same problem for me.
-
RE: Loading issue Firefoxposted in Bug Reports
Super strange , had it like this for 2 weeks now.
Chrome for my pc is devestating, slows it waaaay down so that's my reason for not touching it
-
Loading issue Firefoxposted in Bug Reports
I have a loading issue on firefox , i have to load a project at least 20 times before it changes , otherwise it continues to load the already opened project.
-
RE: Find ordersposted in Questions & Answers
that was extremely simple and the thing i havent tired , and totally why i ask for help , to find the answear i am looking for .
Will try it out through my different ways of trading and see what it does differently . Thank you for you help yet again !
-
RE: Find ordersposted in Questions & Answers
have to ask n = 1 what do you mean by that ?
and does this work for the biggest trade available ?
https://fxdreema.com/shared/cQ6VMLv8b
Sorry for asking questions but i need vital information right now , im using a strategy aswell in all of this to change from trend to revered trading , using flags , but none seem to understand whats upp . Tried with turning essential blocks of and on instead aswell , but with the amount of orders its hard to tell whats the right upp side right .
Ive been using variables alot more since we spoke , maybe it would help , or is it maybe the sice of the project or the naming of the blocks , that it dosnt keep up at all ? -
RE: Find ordersposted in Questions & Answers
@roar
The ea is over alot of trying errors , i dont know what to do anymore , i just need it to do the right thing , it collects the biggest loss
if the trade closes it resets the collected amount of closed trades and restart the progress ,Ive got the section of collecting profits already just have it to work to what it needs to do , in the correct manner , and i only collect from the closed trades.
I know that you helped me with this example before , and i thought if we change as money to above dd it would find the biggest profit ?
So it will easily be copied and make another vairable to dd to find the profit .
And basicly if we have the biggest profit / loss of buy / sell we even have the highest / lowest trade available.
And thanks for the tip about reseting the variables , most of my ea is a old filtering method i used but is afraid of deleting , its trails and errors that i just cant remove just yet

-
RE: Find ordersposted in Questions & Answers
@seemab said in Find orders:
HI @timmyhanke :
Same thing i was trying to find how close most losing trade / how find most losing trade of sell side or buy side and i think we are on same EA which was given in youtube videos, am i right ?I havent seen anything to make me think this way , its only logic if you are willing to use a shit ton of trades at once , to make the most of the situation anywere it goes . In a right term , make your ea able to fight for its life nomater what .
-
RE: Find ordersposted in Questions & Answers
This is the one im currently working on and it wont make any sence to anyone so will make it more simple for us to discuss what im seeking for .
https://fxdreema.com/shared/zcbar0ead
Here is a simple idea of it
https://fxdreema.com/shared/8hojBM7J
To this i want to collect the trade highest buy trade and the lowest sell trade , to counter trade when price is </> that specific trade it should trade the opposite instead of itselfs direction , to have the highest/lowest trade on your own side.
Hope anything makes sence

And add a closing for when the biggest profitable trade goes against with x % it should allso close and so on . -
RE: Find ordersposted in Questions & Answers
The whole ea is about 1000 blocks and not easy to see whats up so i only took the part that is used to collect the trade with the biggest loss , or at least it should

-
Find ordersposted in Questions & Answers
Ive done above 200 expert advisors to find the answer i seek.
Find orders and save ticket nr and profit value to variable.
If price above open find the highest trade available
If price below open find the lowest trade available
Find the the most profitable trade
Find the least profitable trade
The way i have been showed before is the link below , its to find the trade with the lowest profit available or atlest it should do it , then it uses variables to collect previous closed profits.
When the closed profits > the biggest loosing trades value it closes .Though it was going to work with reversing the parameters for the different things i seached for but i dont know anymoere.
-
RE: Take profit!!!posted in Questions & Answers
Check whats the minimum take profit of your broker is , they usually dont accept tp lower than 2 pips
-
RE: Multiple trades open on demo accountposted in Questions & Answers
Make sure that your no positions blocks are correct , if you are using groups make sure to check that no trades in either direction is currently running , I assume you have 3 groups 1,2,3 ? so no buy trade with filter group 1,2,3 then pass.
If it dosnt work use check trade count block and adjust how many of them you want to accept
-
RE: Flagsposted in Questions & Answers
I use flags alot , made a filter session of about 200 blocks that triggered flags based on trade count.
If you want your flags to have a trigger point on true then set all the set flag names on init to false , so the first thing the ea does when started is to set them to false ( just to make sure )
There is a multitude of ways of doing it hope you find one that fits you :
Condition or conditions that are specific to trade buy / filter buy are true , set flag buy to true , if not set buy to false.
Condition or conditions that are specific to trade buy / filter buy are true, set flag true , stay true until sell contiontions are true , if sell contions are true set buy flag to false and sell to true .
It's a question of when and were you want to change your flag from true to false when its triggered , can be anywere , tick based , conditions based or time based , its up to you my firend

-
RE: CLOSE ALL TRADES WHEN CURENT EQUITY IS ABOVE PREVIOUS EQUITY STORED IN MEMORYposted in Questions & Answers
Can't see your Ea since you uploaded an ex4 file of the file , either upload the mql4 file or upload your fxdreema creation through the share option.
When closing a value that always increeses is easy , for profit for example which you can use in your case .
Account/Profit(eqity-balance) then set a value you want.
if you only want to act when your balance increeses you have to make a variable that changes when every you want it to.
Like a start balance when the ea starts , if a trade is a winning one only then it changes the balance variable to the new balance and so on -
RE: Like a countdown timer?posted in Questions & Answers

Dosn't know if this will be the right thing , but read your question and solved my own question that ive thought about for ages , if so win win !

