Mrluck07
Mrluck07
Mrluck07
Added topic Do renko charts use time or not?
Some people say that renko charts eliminate time, but on renko i know that after the price x, the market goes to price y. I have a notion of before and after, so my question, why it's not considered time? And if it's considered time, so we have 2
Mrluck07
Added topic Is it possible to reverse engineer a strategy using monte carlo or other methot except brute force?
Hi, i have a question about security, for example, if someone has a trading strategy with 5 indicators, out of more than 10000 indicators found on metatrader, the different brute force combinations for testing are 832500291625001500, (according to
Mrluck07
Added topic There is a very good pattern in the markets
It works even with simple and common indicators, you just have to think in the movements like up, down, up, down, like a snake ... The advantage is that you always have a trade and know the direction of the trade. This picture bellow prove that
Mrluck07
Added topic There is a difference in probability between 2 different gains?
Some people say that at any given time, the probability for the price, for example, to go up 10 pips, or go down 10 pips, is 50% for each side, right? But what's the probability at any given time, for example, that the price will move for example
Mrluck07
Added topic The money management formula that i use
(updated) I came up with this money management system after several searches, this field is very important and kind of neglected, if you have a good strategy but don't have money management, you don't have a plan, here is the tutorial of the system
Mrluck07
Added topic Need help to create image to fill all the background chart
#property indicator_chart_window #property strict string filename = "\\Images\\alpha.bmp" ; int start () { ObjectCreate ( 0 ,filename, OBJ_BITMAP_LABEL , 0 , 0, 0 );      ObjectSetString ( 0 , filename, OBJPROP_BMPFILE , filename
Mrluck07
Added poll spread vs commission, which one is more easy to make profit?
  • 52% (12)
  • 48% (11)
Total voters: 23
Mrluck07
Added topic How can i remove specific letters from a string?
Hi, please someone can help me to remove letters from words in a string ? thanks for any help string one = "one" ; double value_to_remove= - 1 ; // this number will remove letter from words, -1, remove 1 letter string on = " " ; - QUESTION - How can
Mrluck07
Added topic There is a problem with money management teachings
Some people say that one should not invest more than 2% of total balance, but why it's 2%, not 3 or 4? This 2% rule is not a formula, because every formula does not work if you change the constants. So we can say that this 2% rule is only an
Mrluck07
Added topic Is it possible to include entire folders to the code?
If you have to include files, you need to use #include one file by one, but is it possible to use a single line code and automatically include all include files inside a folder? thanks
Mrluck07
Added topic What is the best money management system?
Example: If the person is sure that he will win 70% of the trades, on 1:1 risk return, in this example the starting capital is 1000, and the goal is 1000000 question: what is the best money management to reach the goal in the shortest amount of time
Mrluck07
Added topic How can i calculate the probability of sucess between 2 strategies?
If someone has 2 strategies with 70% win rate each one, and they have very different time entries , what's the probability of having 2 loss trades at the same sequence of trades? example sequence of trades:  X  I   I  
Mrluck07
Added topic Why some traders that know how to code EAs still prefer to trader manually?
I personally know a lot of traders that can create their own EA's very well, but somehow they still choose to trade manually, why this phenomenon happens? There are big disavantages, for example 1 person cannot monitor multiple markets at the same
Mrluck07
Added topic If the market behaves like wave principles, so i think it's predictable
If it's like a wave, so if you develop 2 indicators to detect: a- the return point b- the equilibrium is above or bellow the price then you can basically predict the marker. If it behaves like waves so it's predictable, because after the return
Mrluck07
Added topic Does someone here uses Pascal's triangle in trading?
Does anyone use this pattern called pascal's triangle to trading? Pascal triangle is used in probability calculations, also it has fibonacci on it. I know fibonacci is not very well accepted by some traders, but it's uses in  probability seem
Mrluck07
Added topic Does highlighted text really helps to write code?
It looks cool , but does it really helps to code better? Now i'm using only 2 colours , 1 for the code , and 2 for the comments , i fell like it's more readable . So is there more people here with the same opinion or its j ust me
Mrluck07
Added topic Moore's law predict that every 2 years technology doubles, does it apply to forex too?
If technology duplicates every two years, does it also mean that forex market trading robots will become better, making the marker ever harder to profit? If the answer is yes then in 10 years, forex market will become 32x harder to profit, is that
Mrluck07
Added topic Is there a way to change operators and mql functions names for customized ones?
If a person does not have english as native language, even if he knows what operators and functions do, the brain have to create a bypass every time to translate it in your head, this can affect coding performance, i think it would be great if we
Mrluck07
Added topic It's still possible today to make money with arbitrage trading in forex?
Can someone still find an edge on this kind of trading in the forex market? It seems it was a huge thing in the past, today we hear about this only in cryptos, but what about forex today
Mrluck07
Added topic Help me please, i need to change the returned value of a function is a new condition happens
Hi, i need help to code this, can someone help me to do it? double r; void OnTick
12