Codes

custom trail-stop by MA - update 4 for MetaTrader 5

this is my first try at creating an EA from ground up - update 4

Forum

error on tester

i'm having some trouble with the tester terminal, i've searched for it and cant find what exactly is happening i keep getting, over and over, this error genetic pass ( 10 , 511 ) tested with error "critical runtime error 517 in OnInit function (module -1 exception 0xc0000005)" in 0 : 00 : 00.181 can

a little doubt on ea workings

hi there i have been wondering for a while, and didn't got any luck in answering by myself situation: an EA is running and creates a deal/position power failure relaunch of EA doubt: does the EA automatically recover the deal/position and keeps track of it, or it needs to be inserted somehow in the

selective initiation of variables

i've been scratching my head with this for a while, maybe someone can help/indicate where to get a reference for my problem the objective: have a variable to select which part is used for work(eg indicators) selectively select the variables to present to user for data i have tried a lot of ideas

problem with MACD in EA (error 5039 - ERR_TOO_MANY_PARAMETERS)

i`m having some trouble with a piece of code for an EA after changing the original code generated by MetaEditor the tester kept giving error on the periods, so i changed the code to: //--- Creating filter CSignalMACD CSignalMACD *filter1= new CSignalMACD; if (filter1== NULL ) { //---