• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA Simple expert advisor

Hi, the last one is the best, here is another one preloaded for 1% for 1000$ in 5 min tf, you can adjust valprofit (final target in dollars), valcap3 (for closing positions if amount reaches profits in dollars), then you have lotSize and MaxLot5 wich are important----> try to make 1% with 2 or 3 currencies, for10-15% per month
 

Attachments

declare : input int MaxOrders3=4;

and in OrderOpenn2(int type) function add
if(MaxOders3>0&&Count(4)+Count(5)>MaxOrders3)return 0;
 
Dear Adam

Tq it's ok

and one thing request i will give you simple Martingle Stratagy.... Can you generate the code as per stratagy????

It's useful to all and minimum Bal is 100$ for 1 pair.
 
Back
Top