import a project, deleted 2 constants , compile , download and then attach the ea to my mt 4 ,but the constants are still there. I did this several times today but got the same result. is it just me?
Posts made by cowcool
-
wont delete constantsposted in Bug Reports
-
How to change ID for specific block?posted in Questions & Answers
How to change ID for specific block? I am pulling out my hairs. Thx!
-
How to make an EA alert message before it is attached?posted in Questions & Answers
This is my EA . I want it to alert message and ask confirmation to buy/sell when it is attached to mt4. If the answer is no, the ea wont execute buy/sell operation
https://fxdreema.com/shared/nakiBHsyeThx!
-
iftrade block problemposted in Questions & Answers
if trade block , confused . Why wont my ea execute sell order
I created this ea to sell when there is existing trade
Thx
-
Turn Off Blockposted in Questions & Answers
Hi Folks,
Please open link below. In this example the ea will only sell once , corrrect? Also modify stops is connected to if trade block. Is this the correct way to trail stop? Thx!
-
RE: cancel pending buy/sell on other chartsposted in Questions & Answers
@miro1360 Does it mean a cancel order will cancel all opened pending orders no matter how many?
-
How to stop FXdreema from automatically updating my expert in local computerposted in Questions & Answers
This is very annoying because I want to update manually. Solution pls
-
RE: Self remove EA or self stop EAposted in Questions & Answers
@fxdreema Can I use candle expiration functionality to achieve this? pls reply thx
-
RE: How do I set trailing stop to existing trade(s) ?posted in Questions & Answers
@cowcool found the fix disregar message
-
cancel pending buy/sell on other chartsposted in Questions & Answers
My setup is to buy upon the break of high of previous candle. Its often that I place pending order on 2 pairs or more with similar setup. for example buy pending audusd,eurusd,nzdusd .
I want if pending buy for ausd got triggered, it will cancle pending buys for eurusd and nzdusd.
Is this possible?
-
RE: How do I set trailing stop to existing trade(s) ?posted in Questions & Answers
@fxdreema tried it but it wont work , trailing examples only work with trades opened using EA. '
0_1516699143160_Set Trailing.mq4
I want to set trailing to manually opened trades.
Pls help thx
-
RE: Self remove EA or self stop EAposted in Questions & Answers
@fxdreema thx, is that custom mql code?
-
How do I set trailing stop to existing trade(s) ?posted in Questions & Answers
How do I set trailing stop to existing trade(s)?
Created a simple trailing ea but it doesnt work
pls helphttps://fxdreema.com/shared/AKoxgdiK
Thx,
Andy -
Self remove EA or self stop EAposted in Questions & Answers
Created my first EA https://fxdreema.com/shared/tenB2AdMc
It works great for my need however , there is one functionality left.The EA should self remove itself or stop working completely if there is no trade happened within the current one (H4,D1 or w1) bar period
How to achieve this?
Thx a million,
Andy -
How do I create an ea with configurable inputs?posted in Questions & Answers
Added variables..
Commented out
//#property strict
Added
#property script_show_inputsBut still unable to configure input parameters, cant even attach ea to mt4,weird isnt it?
Pls help and thank you
0_1516077731476_sell_h4.mq4 -
How do I accumulate positions and adjust MM for each opened trades?posted in General Discussions
Hi Guys,
Need help please.
My risk per trade is 5% of total equity
Please view the image below. Entries are marked with arrows .

Entry 1 profitable => open new buy position with position sizing (5% -
entry 1 profit in percent )Entry 2 profitable => open new position with position sizing (5 % -
entry 1 profit in percent - entry 2 profit in percent)Entry 3 profitable => open new position with position sizing (5 % -
entry 1 profit in percent - entry 2 profit in percent - entry 3 profit in percent)and so on. This formula will ensure that my max risk is always 5 percent during accumulation.
How to do this? Thx a million!
Andy
-
Easiest way to measure ADR distance value of price to EMA 240?posted in Questions & Answers
How to measure ADZR distance value of price to EMA 240... the easiest way? I am pulling out of my hair
thxPlease open img thx![alt text]

-
RE: Wouldn't it be nice if....posted in Questions & Answers
@dieter Bro i was talking about drag and drop renko patterns recognition into an EA . it would be nice if we can drag and drop renko patterns into ea patterns database .. this will avoid coding .. and saves gazillion of times instead of coding those patterns
-
RE: Wouldn't it be nice if....posted in Questions & Answers
@timmyhanke A Tim , patterns recognition in fxdreema is based on wick size body size etc in pips.. (absolute values and not relative values)
problem is all pairs have different size in pips for body wicks etc.
This mean a lot of work to develop patterns recognition that can work universally in all pairs.. plus coding is still needed. a drag and drop feature will makes life a lot of easier.not to mention that adr for a currency is constantly changing .. EURUSD used to have big adr years ago but not anymore. this will affect pattern recognition using absolute values , wick size , body size in pips
-
Median/mean renko bar that works with backtesting?posted in Questions & Answers
Pls suggest one . Thx!