
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
Sergey, a profit of $6000 on 6,000 to 9,000 transactions.
1. What is the MOJ?
2. 1,500 trades a day - what broker can withstand that?
Good evening, everyone! There's been another problem. Please tell me if you know how to write the expression
hann = iCustom(.... .... .... ) for indicator
At least in its most basic form - to set Lb parameter and bar number...
Here is the chart -Good evening, everyone! There's been another problem. Please help, who can - write an expression
hann = iCustom(.... .... .... ) for indicator
Thank you, komposter.
Good afternoon. Please advise.
There is a Force-index indicator installed in mt4. It's bipolar, with a midline at t.0.
Here is its code.
However. My task is to draw the indicator in its entirety in positive (or negative, not matter) zone.
To do it programmatically.
I.e. not like this: double force=(iForce+10), but programmatically!
Please advise who knows what to add (insert) to the code for this purpose?
However. I need the whole indicator to be drawn in the plus (or minus, whatever) zone.
Please tell me, who knows, what should I add to code for this?
IMHO, sigmoid wrapper is what you need. The buffer will have values from 0 to 1.
Thank you, TheXpert ! I'll give it a try.
//gzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz.
It worked !
Good afternoon everyone. I want to make my first EA, but I don't know how to write the code. The trades are opened on the MA. If the price touches the MA from above, then buy. If it touches below, then it is a sell. The MA slope should be considered. The slope of MAs and opening of the order should be unidirectional. Thank you.
research is fascinating! it is even good for the brain and for experimentation. i salute and respect that.
All bikes and motorbikes have already been (strikethrough) invented before us - put all orders into your own array (perhaps more than one) and do whatever manipulations you like with it. sort it by any criteria, or delete it (the ticket is your friend), or modify it (it's easy to make modifications of stoplosses/takeprofits, or create new orders.
ps (one more thing). if you decide to take your creation seriously, remember that at any second (millisecond) the connection with your brokerage company may disconnect. The ideal solution is to enable the Expert Advisor to see the necessity of closing certain orders (in this case) after an emergency stop/shutdown and close them.
However, most of publicly sold "grails" in the form of P.C. - are similarly toy-like...
About the arrays I don't really understand. But the second idea - that if the expert misses the signal for closing, he will still be able to grasp the necessity of closing, I like it. But how to do it...
Afternoon.
EA puts limit bylimit orders following price movement at distance =Distance.
I need to delete excessive (farthest) orders as the price moves upwards.
I have done it. But for some reason, it works very incorrectly! The first order is deleted normally. Then, on the contrary, the ones closest to the price are deleted! Then they stop or are deleted "out of the blue", and the log generates error 4108 (unknown ticket). Then for some time they are deleted normally.
I think it was said somewhere that it is important to correctly arrange the search of orders.
However. Regardless of whether the order retrieval is run "from the end" or from the beginning. The result is incorrect.
The code seems to be the simplest one!
What can be wrong here? Please advise!