


Something like this will close all trades when x pips are reached.
No trade nearby and custom betting will place trades like your screenshot 
Your terminal is resetting which is causing the variable to reset.
The broker is probably reseting your terminal so the variable reset. you should update it following miros save to file post so they are saved and can be read back
Follow this Topic for EA to Telegram ... . - https://fxdreema.com/forum/topic/7483/custom-block-release-send-a-message-or-screenshot-to-telegram-blocks
Maybe you can write the messeges to file and read them back somehow but probably best to open order via EA and then send messege to telegram
https://towardsdatascience.com/introduction-to-the-telegram-api-b0cd220dbed2
https://blog.ikeymonitor.com/telegram-backup.html?PageSpeed=noscript
@jidee1705 I dont get what you mean you say you want open on bar close but then you say open as well. if you want more control then 1st condition block use candle id 2 below 0 and then do next condition as candle Id 1 above.
Miro tutorial on writing and reading to a file -= https://fxdreema.com/forum/topic/5164/example-save-variables-into-file-and-read-them-back-advanced
MQL5 Chart operations - https://www.mql5.com/en/docs/chart_operations
You can try no trade nearby and select buy and sells or if ?
candle 0 might not of closed above that EMA, that could be the high ? Block 7 = 
0_1600937324721_1515969175968-miro1360_gravitybe_1.0.mq4 This indicator from Miro posted at sometime, works out where basket of trades goes into profit. Maybe you can use it to do this ? It draws a line which you can get price level
It runs on the Timeframe selected i.e 1m is 1minute chart or you can create constant (int) and then use minutes i.e 60
Just put 0.01 and sequence on loss = 1 . The forum has every example of anything you can think of . Search for : 'custom lot size' 'martingale' ' Here are a few examples.
https://fxdreema.com/forum/topic/8589/please-help-how-to-custom-my-trading-lot-size-system-1-1-3-3-2-2-4-4-3-3-6-then-reverse/6
Increse lots example == https://fxdreema.com/shared/KhIoxVKF
Fibonacci lot size example - https://fxdreema.com/shared/nxE9VYbyc - https://fxdreema.com/forum/topic/8628/lot-size-fibonacci/5
When you use sequence on loss/ sequence on profit you need to enter a sequence of numbers which the base volume are multiplied by 1,2,3,4,5,6 etc
@hjmr https://fxdreema.com/shared/sfv0yDtF - Miro example uses ArraySort function, he create a temporrary array to store value and then sorts that, you could play around replacing the function (arraySort) with some of the ones in https://docs.mql4.com/array
The indicator needs to match the name in fxdreema exactly try renaming it in your indicator folder or in fxdreema
@crazycnw if you want to trade the crossover then you can use I.E Buys = (Condtion 1 = rsioma[2] < rsioma[2] Condtion 2 = rsioma[1] > rsioma[1]) . Do you have a picture of Linear W moving average line 6 as i don't know what it means but sounds interesting 
@antoniorenar said in Multigraficos:
Deseo que mi sistema se ejecute en todos los símbolos de observación de mercado desde el backtesting
MT5 can do it.