mrluck1
mrluck1
mrluck1
Added topic need help again
I'm working on an EA, and it's based on trendlines that i put on chart. How can i get the current  value of my trendline in my EA?  thanks.    int OnTick () { if ( Bid < (trendline current value) ) // How can i extract current
mrluck1
Added topic help me please, how to save a value ?
int OnTick () { if ( Bid > Close [+ 1 ]) { ( Bid value saved forverer) } // How can i save Bid value that specific time? Thanks 
mrluck1
Added topic can someone code my strategy for free?
I only have 2 requisite: 1 you're the coder, not an intermediary  2 you don't sell signals, EAs or indicators and will keep the strategy only to yourself. 3 you have to code management risk well   He who partners me will get money in no
mrluck1
Added topic doubt about indicatordigits () precision on other values than buffers
Hi again, i have a question about indicatordigits() precision, it gives a precision in the output value, but what about the precision of the other previous values to get to the buffer 0?   for example:   i have an indicator that Buffer 0 =
mrluck1
Added topic me again, need help to create a moving average indicator (closed)
I'm having a little problem in learning to create custom indicators , EA's seem more easy, and i'm new to mql4  and programming, could anyone  help me to create this simple moving average indicator. I dont know what i'm missing, can anyone
mrluck1
Added topic is there a way to increase EA size to avoid it to be downloaded?
I have created an EA, but i'm suspicious if my broker or even metaquotes may want to download it, if they find it good enough,  as its only in kbs size,  it would be undetectable in my sniffer. So how can i increase EA size to 100 mb but
mrluck1
Added topic help me please [solved]
I'm new in mql4 and this code opens multiple orders, how can i avoid it? it should just open 1 order until it closes,  how can i do this?   Thanks   void OnTick ()   {       double up= iIchimoku ( NULL , 5
mrluck1
Added topic need help, code doesnt work
'im new in mql4, and need help, this code doesnt work, but why? it should open a trade if the price cross ichimoku, why it doesnt work? thanks void OnTick ()   {       double up= iIchimoku ( NULL , 5 , 9 , 26 , 52 , 3
mrluck1
Added topic the market is a NP complete problem
I've been studying  about NP problems and i could say that if you have as little as 25 different candlesticks , and try to use combinatory optimization to find patterns to beat the market, a really fast computer , that could do 1 billion loops
mrluck1
Added topic need help please
someone please just show me a simple code in mql4: lot=0.01  if price= ichimoku then ordersend   just as simple as that, thank you 
mrluck1
Added topic need help
Hi friends, i need help to code this simple EA, but it doesnt work on strategy tester , when i compile it it doesnt show any error, but just  a warning "return value of ordersend should be checked". So what should i do to  this work? thanks
mrluck1
Added topic they should really make a Mql5 book in order to MT5 suceed
For a newbie if you read mql4 book and try to code in mql5 it would be impossible, because there is much difference,  and documentation just throw random information at you that makes very hard to learn without an ordered book.  If mql5
mrluck1
Added topic I need a teacher, to answer me some questions in mql4 code
hello friends, anyone can teach me in private mql4 questions that i have? i promise i'll be very straight to the point  and not to much questions, but i have some of them. Thanks for any help  
mrluck1
Added topic please help me!
int start() { double ExtMapBuffer1[];    SetIndexStyle ( 0 , DRAW_LINE );    SetIndexBuffer ( 0 ,ExtMapBuffer1); MathSrand ( TimeLocal ());      for ( int i= 0 ; i< Bars ; i++)    {
mrluck1
Registered at MQL5.community
123