Is there a way to edit the arrays in fxdreema?
Posts made by 6ixpappi
-
MULTI-SYMBOL EAposted in Questions & Answers
To anyone who can assist, what is the best way to create an expert advisor that can trade all symbols on the market watch simultaneously? I have tried creating a constant to store all 28 major currency pairs and filling the constant in the symbol tab inside the blocks. I however get an error when back testing that says "2022.05.26 08:56:57.218 Core 1 2019.01.01 00:00:00 array out of range in '38780-14247.mq5' (807,30)". I have attached the project and some screenshots. Any assistance will be highly appreciated.
[https://fxdreema.com/shared/yZXcrrvibtext]
 
-
RE: CMT5 NEWS INDICATORposted in Questions & Answers
@tipsywisdom Are you referring to the in built calendar
-
RE: CMT5 NEWS INDICATORposted in Questions & Answers
The problem is not the data types, it is the buffers. That's what I am unable to figure out
-
CMT5 NEWS INDICATORposted in Questions & Answers
To anyone who can help, I recently came across a news indicator for mt5 called Forex Calendar MT5. However, I am unable to find the mql5 file and I am having a hard time interpreting the buffers. Only the ex5 file is available. I am trying to incorporate it into my EA so that no trades are taken during high impact news. I have attached screenshots of how the indicator looks on the charts and the ex5 file of the indicator.


-
RE: ATR value to Pips - Tutorialposted in Tutorials by Users
@fenixtrading Does this apply to metals and stock indices?
-
Modifying Stop Loss using ATR indicator.posted in Questions & Answers
To anyone who can assist. What is the best way to adjust a stop loss relative to the ATR indicator. In the case of the attached project, two buy trades are taken. One trade has a take profit at 1 times the ATR value of the candle during which the trade was entered while the other does not. The stop loss is set at 1.5 times the ATR value for both buy trades. The idea is to move the Stop Loss to break even once the take profit of the first trade is hit(1 times ATR Value). Any help will be appreciated.
Project Link: https://fxdreema.com/shared/3helwC70b -
RE: CLOSE POSITIONS USING INDICATOR CONDITIONposted in Bug Reports
@jstap Thanks a lot. Removing the if trade and group number for the trades has fixed the issue. I appreciate it
-
RE: CLOSE POSITIONS USING INDICATOR CONDITIONposted in Bug Reports
@l-andorrà It is the whole project
-
CLOSE POSITIONS USING INDICATOR CONDITIONposted in Bug Reports
To anyone who can offer assistance. I have been trying for a while to use an indicator to close positions but four months down the line I have made zero progress. The idea is to open two buy trades, one with a take profit and another without a take profit. The second buy trade should close once the main line of the RVI indicator crosses below the RVI signal line. The EA however does not close trades in the strategy tester or on demo accounts. Any pointers to what I am doing wrong will be highly appreciated. I have attached the project's link.
Project Link: https://fxdreema.com/shared/gN61aQimc -
CLOSING TRADES USING AN INDICATORposted in Questions & Answers
To anyone who can offer assistance. I have been trying for a while to use an indicator to close positions but four months down the line I have made zero progress. The idea is to open two buy trades, one with a take profit and another without a take profit. The second buy trade should close once the main line of the RVI indicator crosses below the RVI signal line. The EA however does not close trades in the strategy tester or on demo accounts. Any pointers to what I am doing wrong will be highly appreciated. I have attached the project's link. Project Link : shared/gN61aQimc
-
Compilation Errorposted in Bug Reports
To anyone who can help, I found a promising indicator called ASO but I have been unable to use it in an EA due to compilation errors which I have been unable to fix. I have attached a screenshot of the errors, a link to the project and also a copy of the mql5 code. Any assistance is highly appreciated.

-
RE: Exiting a Trade using an Indicator.posted in Questions & Answers
@q8carpenter Just the ones opened by the EA