Hi, I have found what i want as it's given to me. I have tried attach it to chart and it stated that this is not an EA. anyone can check and help with it?
Thank you!
Thank you!
Attached File(s)
Renko converter isn't working 0 replies
Max risk function isn't working 3 replies
Why isn't this code working? 1 reply
Why isn't my magic number working? 2 replies
Right now My metatrader3 is not working is yours working? 0 replies
Disliked{quote} Hi masterx584. Why dont you share here what you did in that EA? it good to know man.Ignored
Disliked{quote} Hi masterx584. Why dont you share here what you did in that EA? it good to know man.Ignored
Disliked{quote} Hi masterx584. Why dont you share here what you did in that EA? it good to know man.Ignored
Disliked{quote} He fixed the encoding, added the strict compiler directive, and fixed the initialization of the second for loop in the OnTick event handler function. There are a many options when it comes to diff. That's how you would compare any two source code files. http://www.mergely.com/yaVtulFH/Ignored
Disliked{quote} int Start() became void OnTick() , #property_show_inputs to #property_strict , converted a few int to doubles and initialized to 0 all the doubles to cut compiling errors.Still have 2 warnings for unchecking open orders but they are minor (was a bit on hurry) ....total time le$$ than 1 minute.Ignored
Disliked{quote} this is what i mean jensitzig. So people would know. Thank you nicholsenIgnored
Disliked{quote} My point was actually directed at you. You should have been able to figure that out by all by yourself, and I posted the example of how you can do that in the future.Ignored
DislikedThank you Masterx584 i thought i have found what i want. i attach the EA but it isn't working. The best part he told me, "DON'T ASK ME HOW IT WORK" So i have to find out myself. I just need an EA that when i open first manual order, EA will follow up Eg. I put 1 buy order, at every 10pips above, EA will open another buy order i can set the no. of pips difference between one order. Thanks for the effort. will hunt again for this EAIgnored
DislikedI have tried attach it to chart and it stated that this is not an EA. anyone can check and help with it? Thank you! {file}Ignored
DislikedMasterx584, will open a single order to start the EA and depending on the opening price and the order type buy or sell i want auto placed orders at trade interval if the market goes against my direction rockit, i have attach t script too. it doesn't work. it's ok Masterx584 have fix it. thanks sirIgnored
Disliked{quote} U want some type of hedging system.It's a simple task, i will code it for u.Ignored
Disliked{quote} Is it call hedging? im not sure what it's call... i appreciate it alot that you want to help me out.. i don't need the TP or SL or close order.. just the EA keep buying if market is against my direction.... i just can set the distance between each order and lot size. that's allIgnored
Disliked{quote} Job done tested on MT4 backtester works perfectly.To test it on tester select from the menu Test : Buy or Sell.It will automatically open a single order and than will trade against .AutoTrade need to be true to open hedge trades ,and will open a trade every TradeInterval until the MaxHedgeTrades limit is hitted.If u set 10 pips TradeInterval and MaxHedgeTrades 5 will open a trade every 10 pips against the initial entry so will open at +10 +20 +30 +40 and +50 .No stop Loss or Take profit as u said u don't need them.If u change ideea can be...Ignored
Disliked{quote} Job done tested on MT4 backtester works perfectly.To test it on tester select from the menu Test : Buy or Sell.It will automatically open a single order and than will trade against .AutoTrade need to be true to open hedge trades ,and will open a trade every TradeInterval until the MaxHedgeTrades limit is hitted.If u set 10 pips TradeInterval and MaxHedgeTrades 5 will open a trade every 10 pips against the initial entry so will open at +10 +20 +30 +40 and +50 .No stop Loss or Take profit as u said u don't need them.If u change ideea can be...Ignored