Best posts made by bk7
-
RE: Trading costs toolposted in Tutorials by Users
@roar
maybe the average spread of the last 5 10 or 15 bars would be nice as well? -
RE: Strategy Results, Good? Bad? Okay?posted in General Discussions
@jsauter86
nice approach! I have kind of a similar situation an ea that creates nice profits but just on a single type of market didn'T figure out by now how to quantify that fitting condition^^^
you can go for a vps. costs like 8-9 Euro a month and works fine for just testing. if you want to have some details on that just write me a pm because i am not sure if it is allowed to post such links here...
-
RE: sell stop and buy stop ?posted in Questions & Answers
if you want to do this you need to work with tick data or range bars, but be aware that you will run into huge slippage on live accounts if you are trading spikes...
-
RE: how can out every number ?posted in Questions & Answers
you need to use the block custom code and decide how you want to put in the length of the pair and generate enough variables for that ....
-
RE: how can out every number ?posted in Questions & Answers
as i said before you have to decide on how to determine the amount of numbers first. then i can show you a quick example...
-
RE: how can out every number ?posted in Questions & Answers
@moon
no i asked about how to determine the length of the numbers. your example has a lenght of 6 symbols, but that can be different from symbol to symbol.
that would be the first step...
Latest posts made by bk7
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
@jstap not really the same, but if the solution works for you, its great!
-
Write to file block in subfolderposted in Questions & Answers
Hey,
does anyone know how to make the "write to file block" output location into a subfolder within the files location ?
-
RE: Bollinger band buy and sellposted in Questions & Answers
@kehbooo
not really open co = close c1 if there is not a gap between but normally for your thing
c2_close below bollinger & c0_open > bollinger = buy now -
RE: how to pause(sleep) a script?posted in Questions & Answers
@jstap and i only want to get the information the ea shows, and export it, so i need either a custom indicator that does the job or a script.
@biztet the ea doesnt trade at all, its just showing information, so the script is needed to export the information the ea produces. -
RE: how to pause(sleep) a script?posted in Questions & Answers
but this only turns off the ea not the script, since with the end of the script it is terminated
-
RE: Bollinger band buy and sellposted in Questions & Answers
which shifts you are using?
did you ever try with open prices instead of close ones? -
RE: Bug in Modify stopsposted in Bug Reports
@ekanters
you need to understand that mq4 and mq5 handle orders way different so its more a mt4 vs mt5 thing. -
RE: Draw Line for Margin Call and Stop Outposted in Questions & Answers
@duepips
you are sure about the formula? to me looks not correct!for a margin call you first need to find the net position (+buy volume-sell volume) if you have multiple open positions on multiple symbols this is task itself! if your broker matches buy and sell without a topping you are lucky if not you need to take the topping into account, next you would need to determine how much margin is left and how many pips your net exposure can handle, so a margin call only can come on the downside, not once you are in profit!



