@roar
you shouldn't optimize sharp ratio. I would recommend to optimize balance and sort the results after profit faktor and sharp ratio. (as long as there are enough trades)
Posts made by bk7
-
RE: Just a questionposted in Questions & Answers
-
RE: Fibo assistance pleaseposted in Questions & Answers
does it work on your chart?
i didn't have time make it, i have to fix something ... -
RE: MQL CODE TO GIVE THE COMMAND TO INCREASE THE TAKE PROFIT OF X PIPS ONGI WHEN THERE ARE OTHER OPEN OPERATIONSposted in Questions & Answers
DEMANDING PROJECT!!
you would have to work with group of trades and then you can calculate tp sl and everything for a whole group of trade
-
RE: Fibo assistance pleaseposted in Questions & Answers
if am not completely wrong, i think you must finde the candle id which is the latest fractal up and down, otherwise your value will be zero all the time, unless your current candle is at the same time fractal up and down candle?
sry if i am wrong, but iam not so familiar with the output value of the fractal indicator since i dont use it...
-
RE: Fibo assistance pleaseposted in Questions & Answers
@jsauter86
What are your fib levels and the formula for those levels ?
-
RE: how to make an EA copytradeposted in Questions & Answers
@khacdiepvnc
do you have the ability to work with custom code, databases (sqlite)? -
RE: Making a robot that draws support and resistance in mt5.posted in Questions & Answers
you need to find a logic for what makes a certain level a support level and what makes a certain level a resistance level. Once you have found this logic you/we can build on this...
-
RE: 3 Moving Averageposted in Questions & Answers
you would have to share your project in order to see what you actually did
-
RE: RSI + Bollinger Band EAposted in Questions & Answers
@zae
your answer and your logice makes no sense at allassume the rsi is 55
it is above 22 -> buy
it is below 78 -> sell -
RE: RSI + Bollinger Band EAposted in Questions & Answers
@zae
you can't make an indicator with fxdreemawhat does it mean if it gets below 78
was it the bar before above 78?
are you selling once per bar once per hour? -
RE: RSI + Bollinger Band EAposted in Questions & Answers
@zae said in RSI + Bollinger Band EA:
shared/sz5zpQ4B
what is causing you issues? the draw part or the trade opening?
-
RE: I want my EA to only be able to by when price is inside a manually added rectangle, is this possible?posted in Questions & Answers
@joemarkey6
loop for objects store prices in variables
you could check if current mid is above the low of the rectangle & mid is also below the high of the rectangle -> donethe name of the rectangle would have to be all time the same or you go with a specific color.
@l-andorrĂ
simply store the times to a variable
the higher value is the end
the lower value is the start
current time has to be within the start and enddoes this answer your questions?
-
RE: Filter openning positions once one trade executedposted in Questions & Answers
store the time once you open a trade and then check the difference as discussed here:
https://fxdreema.com/forum/topic/11906/counting-bars-question
-
RE: Ea open trades, but does not close trades.posted in Questions & Answers
without a project or a screenshot nobody will be able to help you...
did you use a tp or sl or something like this?
-
RE: Counting Bars Questionposted in Questions & Answers
@cdwilder1
instead of candle id you can store the time of the candle
take the current candle time - the stored time and divide it by the time a candle needs and you have a result of how many bars this event is in the past (like 1m = 60 seconds and so on) or just look for the difference in time of candle 1 minus candle 2 so you don't have to put in an number (issue with last candle friday and first could be tricky) -
RE: HMA MQL5 Buffer Issuesposted in Questions & Answers
then you should have the source code of it and map the color buffer to a new buffer which gives you direction values normally 1 or 2 or -1 / - 2 but you can check it depending on the code...
-
RE: Pending orders in grid blockposted in Questions & Answers
@lucivuur
just to clarify your last post. I am not here to make business, i didn't charge anyone anything.
i just answered your question and you cant expect others to make your ea!
If you just share half the information you cant expect magic from others, maybe you are lucky...have a nice day!
-
RE: Pending orders in grid blockposted in Questions & Answers
look...
if i should make the whole ea for you, you would have to share all information needed for it.
if it is interesting for me i might jump in on the project, otherwise i just give an input (my thoughts etc...)