- Search Metals Mine
-
Musharib replied Dec 28, 2021hello there ! how to code EA to take 1 trade per signal and wait for new signal for next trade even it hit tp. Example if EA place buy trade in buy signal and it hit the 5pip and current trend is buy when tp hit it will not place anymore trade in ...
I will code your EAs and Indicators for no charge
-
Musharib replied Dec 23, 2021i have found this on page no 2302 hello there! i have made this as my practice can you guys check this is it ok or not.
I will code your EAs and Indicators for no charge
-
Musharib replied Dec 20, 2021[quote=mntiwana;13831041] for every coder sir can you plz help me in learning advance codes for example martingale ,rounding lots and etc andd can you plz help me learn how to make custom indicator EA.cuz i don't know how assign value when there is ...
I will code your EAs and Indicators for no charge
-
Musharib replied Dec 18, 2021you can use this code to increase your lot size but you have customize the lot in the code after loss the lot will be increased according to your custom lot but you have to use setlotsize in EA code instead of lotsize and in send order you have to ...
I will code your EAs and Indicators for no charge
-
Musharib replied Dec 16, 2021image from where you test the EA there is an option you just have to shift it to indicator and you can test the indicator
I will code your EAs and Indicators for no charge
-
Musharib replied Dec 16, 2021you want lot to be increased like if the lot is 1 then it should be increased as (pervious lotsize/2)+previous lotsize for example if the previous lot is 1 then it will increased to 1.5 and so on
I will code your EAs and Indicators for no charge
-
Musharib replied Dec 15, 2021in this it shows how much you have loss in specific pair of currency
I will code your EAs and Indicators for no charge
-
Musharib replied Dec 15, 2021i have tried to make alerts of sup and resistance
I will code your EAs and Indicators for no charge
-
Musharib replied Dec 14, 2021if your trades are in loss you can use this code to exit. int signal_exit() { int signal=TRADE_SIGNAL_NEUTRAL; //add entry signals below //return exit signal return signal; } or you can use this for market order. if(exit==TRADE_SIGNAL_BUY) { ...
I will code your EAs and Indicators for no charge
-
Musharib replied Dec 2, 2021Can You plz send the details of QQE indicator on which bases it works and what you want in the QQE EA.
I will code your EAs and Indicators for no charge