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
Hello. Can you write an expert advisor on this strategy https://www.youtube.com/watch?v=V58JIhy2rw4. Or maybe you have an expert advisor, that stagnates on the spot or goes to profit a little bit.... For earnings on rebate on site fxcash.ru. Thanks. If that please contact https://vk.com/id16112208 or in private.
Good afternoon!
I decided to robotize my trading a bit. I used a trend Expert Advisor from MT4 terminal "Moving Average". I have decided to use my own EA from MT4 terminal and made some slight modifications. I added one more mask, changed entry and exit conditions, added stop and profit and limited opening time. I would like to add more.
1) The ability to open two orders at once with adjustable stop loss, take profit, move to zero loss.
2) Adjustable number of entries per day.
3) Adjustable possibility to enter the next day when a trade is open.
4)Adjustable exit by stop loss, no loss or take profit.
5)Removing calculation of maximum risk. (Particular need I do not see it, besides I do not understand how he calculates the risk, the impression that from the background, lots were opened then 0.10 then 1.00)
6) Does not work correctly on the currency pair USDJPY
Perhaps something to fix, clean to improve the work of the EA. Help or tips.
Works on more than ten charts simultaneously, in each window of the currency pair chart has its own EA. The code is attached. Thank you to everyone who responds.
Hello. Can you use this strategy to write an advisor https://www.youtube.com/watch?v=V58JIhy2rw4. Or do you have any advisor that stagnates in place or is slightly in the black.... For earnings on rebate on site fxcash.ru. Thanks. If that beep in Ek https://vk.com/id16112208 or in private.
Look at the branch Avalanche, there are advisors for this TS.
Hello!
Can I get some help? The Expert Advisor is retrieving trades every tick. How do I write code to take away about 5 trades or only as many as I want?
extern int tp=50;
extern int sl=200;
extern double lot=0.01;
oid OnTick()
{
OrderSend("USDJPY",OP_SELL,lot,Bid,0,Ask+sl*Point,Ask-tp*Point, "Batsasho",1,0,Red);
}
What should I change or add to the code?
Thank you!
If I don't make it difficult you can answer ***
Thank you!
I tried to re-do the ready-made templates, but in the end they give out a couple of errors, all I need is an owl:
1) opens a buy position if the closed candle is bullish, and a sell position if the closed candle is bearish.
2) and so on after EVERY candlestick.
I have the second condition does not work.
If anyone can help, I will be very grateful.
Can I get some help? The Expert Advisor will retrieve trades every tick. How do I write the code to draw about 5 trades or only as many as I want?
What should I change or add to the code?