- Search Metals Mine
- MatrixFX replied Aug 11, 2014
I attached a drawing here to explain...... there is SL 1000 pips and TP 10 pips marked in 5 open trades between 50 pips range, when 6th trade open and hit 10 pips TP then suddenly EA should modify that first open trade's SL from 1000 to 990 pips ...
Need help modifying SL for this EA
- MatrixFX replied Aug 11, 2014
Any programmers can add modify sl in this EA ? url
I will code your EAs and Indicators for no charge
- MatrixFX replied Aug 11, 2014
Here is the full code of this EA, how can i add "SL modify" based when 5th and above trades hit in TP ? still waiting for help ... //+------------------------------------------------------------------+ #define buy -2 #define sell 2 //---- input ...
Need help modifying SL for this EA
- MatrixFX replied Aug 10, 2014
let met explain... This EA is opening trades in every 50 pips ranges This EA have 1000 pips SL This EA have 10 pips TP I want "modify SL" option ( modify 1000 sl to 990 sl then 980 then 970 ... go on ... But modify SL only when open trades hit each ...
Need help modifying SL for this EA
- MatrixFX replied Aug 10, 2014
can you back test this EA in visual mode ? in 1h chart ...
Need help modifying SL for this EA
-
Need help modifying SL for this EA
Started Aug 9, 2014|Platform Tech|10 repliesDefault SL is 1000 Modify this to 990... 980 .... 970 .... etc > when last opened trades hit ...
- MatrixFX replied May 8, 2014
floating P/L will not be down around 50% of total balance according to 'grocery shop', floating P/L is what my products i purchased to sell customers

100% profit
-
100% profit
Started May 7, 2014|Commercial Content|51 repliesTrading is like grocery shop business, we do not want to close trades without profit.. that is ...
- MatrixFX replied Mar 27, 2014
Here same category EA with hedge stop loss ( h_sl ), anyone can add this "HEDGE STOP LOSS" function on above attached EA ? //+------------------------------------------------------------------+ //| swb grid 4.1_revised_03.mq4 | //| totom sukopratomo ...
I will code your EAs and Indicators for no charge
- MatrixFX replied Mar 27, 2014
Please somebody help me to add hedge stop loss in above attached EA ( swb grid 4.1.0.3.2_h.mq4 ) -------------------------------------------- extern string separator_01="----- Hedge Options -----"; extern bool hedge=true; extern bool ...
I will code your EAs and Indicators for no charge
- MatrixFX replied Mar 26, 2014
but there is another errors showing again and again after i edit with your suggestion... this was the original EA, i attached here but this ea don't have "HEDGE STOP LOSS" can you add " hedge stop loss " in this EA ?
I will code your EAs and Indicators for no charge
- MatrixFX replied Mar 26, 2014
Any coder help me to clear this error I was trying to add hedge stop loss ( h_sl ) but keep getting this error when i compile
I will code your EAs and Indicators for no charge
- MatrixFX replied Mar 26, 2014
trade with 4 hour chart , add SL below or above support / resistance in 4h chart candles , this is what my experience
How do you guys handle fakeouts?
- MatrixFX replied Mar 10, 2014
I want " Lot Management EA " example : i have two charts, one is for "buy EA" another one for "sell EA" to hedge currency, When buy EA's lot size increase to X amount then sell EA's lot size modify to 50% of buy EA's lot size. Anyone help me ...
I will code your EAs and Indicators for no charge
- MatrixFX replied Feb 26, 2014
Cool, that works well... Thanks

I will code your EAs and Indicators for no charge
- MatrixFX replied Feb 26, 2014
Anyone change "Martingale" lot size to "Anti Martingale" in this SWB Grid EA ? now increasing lot size like 10 , 20 , 40 , 80 , 160 ... etc but i want it decrease lot size like 10 , 5 , 2.5 , 1.25 ... etc Thanks in advance

I will code your EAs and Indicators for no charge