Forum

how to use mql enigma

when i open it it get like this . can anybody tel me how to use it.i hv no idea hw to start :(

how to edit an indicator code

i got an indicator called Daily FiboPivots.mq4. but it is only draw lines in certain number of days only. i need to customize it as i can put the number of days in extern parameters. but i cannot figure out where i need to change in the code to draw levels on given number of days. hope coders will

hi guys im looking for help

here is the scenario... think at a once there are may be one open trade or set of open trades can be closed. so at that point i need to check at that time if account grows up or draw down. if it is a drawdown in next trade open (have a trail stop always). it should be increased the lotsize to cover

About copying trade using server

Hi guys, im having some level of experince in mql programming currently i am looking for solution like this: i have heard there are limitations that using copy trade tool with investor login so i have seen some sites which use online server kind of a thing and avoid that limitation. Can anyone

how to show indicator on chart

i need to know how to show standard or custom indicators on a chart when an ea attached to the chart . can u guys help me out

how to remove decimal point on double

as an example how to return 10 from 10.30 . i want to just ignore decimal points

how to alert once at a time

my code didnt perform well. ex : if(normal logic... ){ if( !hasSentAlertOnce ){ Alert(" Alert " + Symbol() +" "+ Period()); hasSentAlertOnce= true; } }else { hasSentAlertOnce = false; } anything wrong in this code (bt didnt wrk :( alert over n over ) . still couldnt figure out

how to chk microlot is allowed

hi in mql any builtin function for check if the broker support microlot or not. if not any builtin functions then any ideas

need a programming help

i made an ea.assume its trades only between 8.00am (gmt) and 9.00am (gmt). in that period if i hv trade an order manually by myself on same pair then it wont executes its trades. i set also the magic number which is not 0 (like 1234).so pls guys help me to solve this issue

looking for a help

hi guys i lil bit mess with a thing. heres the situation. i made a ea which trade with trailing stop 20. when it doesnt trade and enable and when i put a manual trade in same pair then ea put that trailing stop for that manual trade.so can i know how to avoid it