How can I get it
DAVID ADEBAYO #:
How can I get it
Bollinger Bands Based EA
How can I get it
how to adjust order lots plz
int li_Ticket1 = OrderSend(_Symbol,OP_SELL,1,Bid,10,ld_stoplossSell,ld_takeprofitSell,NULL,1212); int li_Ticket2 = OrderSend(_Symbol,OP_BUY,1,Ask,10,ld_stoplossBuy,ld_takeprofitBuy,NULL,1122);
line no 69 and line no 92
You can change the lot size which is the third parameter which is set to 1 by default. you can change "1". to something else like 0.1.
After making the change you beed to recompile the code.
and the best TF? try diferent it?
so, i am one tip for this EA...trailing stop automaticly from start order, can you edit it?
like this: https://www.mql5.com/en/code/41567?utm_campaign=codebase.list&utm_medium=special&utm_source=mt4terminal
i thing that it will be very good for finally result, i am not programmer, it is only tip :-)

Lazy Bot (Daily Breakout EA)
- www.mql5.com
- This Bot use stratery Breakout of Daily Bar, I tested for 3 Pair currency : GBPUSD, EURUSD, XAUUSD - Default setting is not sure the best, you can test for your parameter.

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
Bollinger Bands Based EA:
This EA is based on upper and lower Bollinger bands.
Author: Satyam Shivam