Hi there
Thanks to you for this free simplified edition
Do I need to change the magic number with every pairs of forex ?
What is meant by slippage/ spread?
Adulfattah Shafie:
Hi there
Hi there
Thanks to you for this free simplified edition
Do I need to change the magic number with every pairs of forex ?
What is meant by slippage/ spread?
Thanks to you for this free simplified edition 👌👌👌
Do I need to change the magic number with every pairs of forex ? No
What is meant by slippage/ spread? ????
hi there
i am getting this massage with some instruments
" 2020.01.01 10:07:09.661 Trades '268967': failed modify #878237 sell 0.01 LTCUSD sl: 0.00, tp: 0.00 -> sl: 0.00, tp: 35.65 [Invalid stops]"
what i should do ?
//************************************************************************************************/ //* */ //************************************************************************************************/ input int iTakeProfit = 300; // Take Profit (in pips) input double iStartLots = 0.01; // Start lot input double iMaximalLots = 2.56; // Maximal Lots input ENUM_ST iCloseOrder = Awerage; // Type close orders input int iPointOrderStep = 390; // Point order step (in pips) input int iMinimalProfit = 70; // Minimal profit for close grid (in pips) input int iMagicNumber = 227; // Magic Number (in number) input int iSlippage = 30; // Slippage (in pips) //--- //************************************************************************************************/ //* */ //************************************************************************************************/
It takes a long time for Profit.
Looks too forced.
Thank you for sharing, Sir.
Hi Vladimir,
Thanks for sharing this EA. I have been using the EA for almost 3 weeks now on live account. Overall is good.
I know this EA with Average setting will close positions with profit and loss but the profit will cover the loss (Martingale).
My question is why sometimes this EA closed positions at which ALL are at loss? For example 3 positions all with loss. Resulting a loss close trades.
I attached here a screenshot currently all these sell positions are TP at loss, no other positions (winning) to counter the loss.
Thanks for your good effort and good luck!
Files:
Faztrader:
Hi Vladimir,
Hi Vladimir,
Thanks for sharing this EA. I have been using the EA for almost 3 weeks now on live account. Overall is good.
I know this EA with Average setting will close positions with profit and loss but the profit will cover the loss (Martingale).
My question is why sometimes this EA closed positions at which ALL are at loss? For example 3 positions all with loss. Resulting a loss close trades.
I attached here a screenshot currently all these sell positions are TP at loss, no other positions (winning) to counter the loss.
Thanks for your good effort and good luck!
There are no error handling and no real account handling, this is just a code demo
When the price rises rapidly or plunges, a lot of positions will be created, and the take profit will stay far away. Is there any solution?
Thank you for this...Marvellous..EA

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
VR Smart Grid Lite MT5:
The EA uses large volume orders to partially close other orders, with this approach, the breakeven and profit price is much closer to the current price than if you use all orders in the terminal or their full volumes.
Author: Vladimir Pastushak