You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I think it is focusing on MM
Hello all.
As you all know here was a good person Davidke20.
Once he wat attaching ea name UNEQUALHEDGE
Please could someone who still has it post it to me here. It is very very needed.
I think this is
Oh thanks man thanks. This is it yeaahhhh
need help please
hi can anyone here help modify this equity manager for martingale lover v2 . I want it to recalculate every .5 seconds or so (maybe this can be customizable). I want it calculating in faster real time instead of waiting for a new tick of whatever chart to attach it to. I have observed where equity has passed thresholds, but the EA didn't update because the attached chart didn't get new ticks. Yes, I use either EURUSD or GBPUSD but believe it or not they do have quiet periods.
anybody have a good set file for UnequalHedge.mq4, looks very good......
I thought nobody interested anymore. No set file required. But you need a lot of luck though. Try to close your platform every week to reset the martingale positions. That may help to avoid massive blow up. Thats all
hedging at last open post
QUOTE=jerami;366861]Hi all programmers,
Anyone have a script for double ordersend coz i wanna to make a hedging buy and sell at the same time..
Hope someone will help me
thanz for viewing..
I'm trying inserting hedge script at last open post in 10p3. I'm trying but still fail
} else { mylotsi=lotsi; }
if (mylotsi>100) { mylotsi=100; }
IF (CNT = MAXTRADES)
OrderSend(Symbol(), OP_BUY,mylotsi,BuyPrice,slippage,sl,tp,CommentBUY,Magic,0,Blue);
OrderSend(Symbol(), OP_SELL,mylotsi,SELLPrice,slippage,sl,tp,CommentSELL,Magic,0,Blue);<--------FOR HEDGE AT LAST OP
anyone could finish this script..?
10Points3 EA for 5 Digit Broker
My 10Point3 EA is not working for 5 digit brokers eg. it can not place any order if the currency price is in #.##### format.
Can anybody please post a 10Point3 EA which also works for 5 digit MT4 ?
Thank you.
I do not know which version you are using https://www.mql5.com/en/forum/174975/page261 but 5 digit can be on tis post:
https://www.mql5.com/en/forum/174975/page263