Disliked{quote} you should enable one-click trading: tools > options > trade tabIgnored
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} I cant think of anything in MT4/MQL4 that can be described, but cannot be coded. I would think the issue is with how you describe what you want. I tried to guide you in describing what you need a few weeks back, but did not get much. Good enough you provided an example and I gave you the code for the example - thinking that would help you realize what needs to be added to your description. But didn't hear back from you. Anyway. if you can describe what you need, there are competent people here to do it - all for freeIgnored
DislikedAttached is the "DSL QQE histo" - indicator for MetaTrader 5.
The QQE (Quantitative Qualitative Estimator) indicator consists of a smoothed Relative Strength Index (RSI) indicator and two volatility-based trailing levels (fast and slow).
Usage:
You can use the color change of the QQE itself or the color change of the histogram as signals
In association with other indicators, confirms direction and trend.
QUESTION:
Can someone help me with the EA code to access the indicator...Ignored
DislikedHello, hope everybody is fine and healthy. Wanted to use this TP/SL modifier EA "[EA]ModThemALL(MN)" that has an option for only modifying orders with a specific magic number and/or comment, but it isn't working. The previous version "[EA]ModThemALL" didn't have the magic number and/or comment options, but it works, although both versions have 2 warnings when compiling. Is it possible to repair the option to modify the TP/SL of an order with a specific magic number and/or comment. That way it doesn't mess with the TPs/SLs of orders having a different...Ignored
if(OrderSymbol()!=Symbol()) continue;
DislikedDear Programmers, Can anyone convert the attached Ribbon indicator to shade the area between two Slope Direction Lines instead of two Moving Averages? Thank you. {file}{file}Ignored
Disliked{quote} I don't know if you are aware of this, but this type of indicator repaints. If you are already aware of this and don't mind using this type of indicator, then disregard my comment.Ignored
DislikedGot an MT4 question of ignorance. I insert a vertical line on a chart. When I change timeframes, the vertical line disappears. How to I get the vertical line to remain on the chart when I change timeframes?Ignored
Disliked{quote} I don't see an issue with the file, when you said it does not work, you need to describe the steps you did and the parameters you input. Anyway just let you know the only difference with the 2 files you sent are the following: 1) For the new file, it only works on orders of the Symbol that is on the current chart. It does not work for all the symbols. If you put the EA on the EURUSD chart, it will only modify orders that are for EURUSD. 2) You need to set OnlyMagicNumber to true on the input parameter for the magic number filter to work....Ignored
Disliked...hi all , can anyone fix a bug in this indi.............refresh issue ? arrow wont appear until refreshed.................. thanks............... https://www.forexfactory.com/thread/...when-crosses-0Ignored
Disliked{quote} Here an example: Case 1: opened a buy stop trade (64460581) with magic number 654321 and comment "Buy Trade 1" (see 2021-06-11_065839.png). Configured [EA]ModThemALL(MN) to only set a 10 pip (100 points) TP to trades with magic number 654321 and comment "Buy Trade 1" (see 2021-06-11_070836.png). Experts tab on MT4 shows that it initialized and shows the inputs (see 2021-06-11_070936.png). But then nothing happens and buy stop trade doesn't show any set TP (see 2021-06-11_071037.png). Case 2: still have the opened buy stop trade (64460581)...Ignored
Disliked{quote} Thanks, your detailed description is very good to help to reproduce the error. I made some modifications to the code and also included the option for you to allow the EA to modify all open orders regardless of Symbols or only the Symbol On Current Chart. {file} {image}Ignored