
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
The download above has 96 lines see below
***
Align the indexes:
Version 1.001
Align the indexes:
Version 1.001
Thank you very much
Thank you very much
This the code am working on for the indicator you helped fixing the martingale is what i want
This the code am working on for the indicator you helped fixing the martingale is what i want
Throw away all 'OrderSend' and never remember again. Use m_trade.Buy(... and m_trade(Sell...).
Link to documentation:
Buy
Opens a long position with specified parameters
Sell
Opens a short position with specified parameters
Throw away all functions: 'Count(int type)', 'CloseBuy()', 'CloseSell()', 'BuyPric()', 'SellPric()' and 'Profit(int type') - these functions have nothing to do to MQL5.
Show the result.