Found extended format with date. Thank you very much!
Latest posts made by leksand
-
RE: Lock in the date
-
Lock in the date
How to block by date: when the date comes (on the server), the EA should stop running
-
RE: Projects stop running on new MT5 build 1910
There are also errors, possibly related to the platform update. Forum topic at the link below
https://fxdreema.com/forum/topic/6358/problem-with-variables-and-formula/2
-
RE: The indicator on the oscillator
@miro1360 said in The indicator on the oscillator:
you must create such indicator manually (in your example one indicator with buffers, where iEnvelopesOnArray is calculated on iCCI)
if I remember right, in the past I posted something about these indicators, but who knows if and where it isCould not find your posts on this topic on the forum, if you can share the link
-
The indicator on the oscillator
How to apply the indicator to the oscillator. For example, moving average/envelope on cci. The intersection or position of the lines relative to each other gives good signals. In the standard mt4/mt5 terminal, this is done by simply dragging the indicator into the oscillator window - standard functionality.
-
Condition not working
Made two conditions: the price is more than the maximum for the last 10 candles and the price is less than the minimum for the last 10 candles (сonditions are not related). Condition with more works, with less does not work - for convenience made an example with trace activity:
https://fxdreema.com/shared/tqKeCDZae -
System with reversals of direction of trade
Please help to make an algorithm: if the price moved away from the opening price (loss) on X pips-open the opposite order with martingale:
- open the №1 sell 0.01
- when the loss X pips open №2 buy size №1 sell * ratio
- if it is unprofitable, the №3 sell with lot size №2 buy * coefficient is opened when X (or Y) is indented.
This will be checked: if there are sell orders (buy) with a loss of X-then with a total profit of more than Y, all orders will be closed.
In fact, we need an analogue of add volume only to open an order of a given volume in the opposite direction
-
RE: "For each Trade" infinite loop
UPD: I created a new subject with this question
https://fxdreema.com/forum/topic/5732/system-with-reversals-of-direction-of-trade
Thanks for your help.
Please help to make an algorithm: if the price moved away from the opening price (loss) on X pips-open the opposite order with martingale:
- open the No. 1 sell 0.01
- when the loss X pips open No. 2 buy size No. 1 sell * ratio
- if it is unprofitable, the number 3 sell with lot size # 2 buy * coefficient is opened when X (or Y) is indented.
That is trying to do when you care less coups.
This will be checked: if there are sell orders (buy) with a loss of X-then with a total profit of more than Y, all orders will be closed.