- Search Metals Mine
- 114 Results (12 Threads, 102 Replies)
- munna00 replied Mar 30, 2019
as per i know in mt5, its test one by one pair, not same time basket trade...is it?
Multi pair backtesting
-
Multi pair backtesting
Started Mar 30, 2019|Commercial Content|2 repliesis it possible to test EA, Multi pair basket trading backtesting as same time? any suggestion? ...
- munna00 replied Mar 27, 2019
for D1 pivot trade normally allow range R78 to S78 also weekly 61 is for reversal trade, if daily 78 goes above or below weekly 61, dont allow trade in same direction, place trade in opposite direction after weekly 61, cause soon most of time curve ...
My "Ultron" EA for GBPUSD H1 timeframe
- munna00 replied Mar 27, 2019
image DD fall below 50% once got 76 %
My "Ultron" EA for GBPUSD H1 timeframe
- munna00 replied Mar 27, 2019
thanks,,,got it sometimes DD goes very high.....it should maintain entry point in base of weekly support and resistance.....u can try davit fibo indicator code.....best one for entry double wclose= iClose(Symbol(),PERIOD_W1,1); double wopen = ...
My "Ultron" EA for GBPUSD H1 timeframe
- munna00 replied Mar 27, 2019
can u share the mq4 please...we also can do modification
My "Ultron" EA for GBPUSD H1 timeframe
- munna00 replied Mar 23, 2019
what function of EA here in attached file? no result in back testing....
Kingfisher Renko Trading
- munna00 replied Mar 16, 2019
i hv the same EA code u can buy from here for real acc: url for basket multi pair trade: basket mode not possible backtest...i can provide demo version. url example basket mode: url
TOP 100 best Expert Advisors: post good EAs here
- munna00 replied Mar 3, 2019
i already build an EA wit this method with multi TF position checking but little prb in TP SL setup in last support and resistance have anybody last swing high low or SR EA code ? or indicator with buffer ? this code of last swing sometimes make ...
High Level Accuracy Method With Little To NO Draw-down
- munna00 replied Jan 30, 2019
hlw, this is my basket trader EA..its trade martingale in 28 pair in diff position according to RSI signal i need little help in limiting lot size any pair of below code..means if any pair lot of running basket exit > fixed lot in input, no more ...
I will code your EAs and Indicators for no charge
- munna00 replied Jan 23, 2019
XAUUSD weekly chart as per ichimoku falling from red cloud resistance....it maintain bear until cloud turn to green. possibly re test support at tenkan sen red line at now 1254.91 image
XAU/USD & XAG/USD - Gold & Silver Traders Thread
- munna00 replied Nov 8, 2018
better share mq4 code it is start from drag and drop indicator period to next, which means when i put it start that candle 0 then next candle counting continue... is it possible to count history candle in range base suppose last 100 candle image
Simple indicator needed - number below/above candle
- munna00 replied Nov 7, 2018
boss...candle numbers showing only one 0 in current candle, others not showing can u update it
Simple indicator needed - number below/above candle
- munna00 replied Oct 9, 2018
i just simplified my code here file EA is only D1 time frame thanks
collect specific hr daily candle indicator value
- munna00 replied Oct 8, 2018
i attached my code here i just want trade start on definite/specific hr of day candle if that time Awesome Oscillator data matched with condition but no trade starting if i set hour code before trade start if i remove if(mmmm == 1 ) then trade ...
collect specific hr daily candle indicator value
-
collect specific hr daily candle indicator value
Started Oct 7, 2018|Platform Tech|5 replieshlw i want to collect specific hr (suppose 20.00 hrs) of day candle awesome oscillator ...
- munna00 replied Oct 6, 2018
i m little confused in EA i set EAX in one chart and other 2 chart set 2 pin (pin 1 and pin2), if i enable pin 1 and 2 in EAX EA and also auto mode enable, the EA placing and closing trade auto? or it show only data according to pin, i have to place ...
Dashboard EAX
- munna00 replied Oct 2, 2018
thanks am i need to define mqh global variable to put mq4 global variable area and mqh function code to mq4 function inside...what abt init code
Need to merge mqh with mq4