Me too please. Im struggling to implement all these rules as a fxdreema noobie
i want to pay for it too... Thx in advance
Posts made by hypnoise
-
RE: NNFX Algo Working Template Requiredposted in General Discussions
-
RE: need help with complex ea tryoutposted in Questions & Answers
@l-andorrĂ thank you for the reply! I didnt saw this tutorial yet for martingale. Thanks! Ill try it out!
-
need help with complex ea tryoutposted in Questions & Answers
Hi!
I have problems getting this ea to work. I made much simpler working ea's in the past but I wanted to make something more complex now. I don't know anything about coding and I'm still quite a noob in fxdreema :D. I tried to make some new variables myself but It's not correct I think. also some conditions for closing trades are not working I think. It's a mess actually, I would be very pleased if someone could help me out. It's a profitable strategy.
I took the first steps to make this ea based on a tutorial of MIRO1360 (https://fxdreema.com/shared/29RWlV12d)The strategy is:
The EA is multi timeframe based. I want the trend indicators to work once per bar. But the stochastic once per few seconds. I don't know if this works the way I build it?(1)When all the conditions are met the EA opens a buy or sell order. If price hits take profit the ea starts over. If price goes in negative 20 pips(distance) ea opens another order in the same direction martingale based. Also the take profit of the new order multiplies(profitmultiplier).
this keeps repeating until the last opened order hits take profit (If there are equal or less than 5 orders created.) then the ea closes all the other trades in the same direction
If there are more than 5 opened orders in the same direction then the EA closes the trades in a more safer way. If the profit of the last opened trade is bigger than the loss of the first opened trade it closes the two trades. Now it's calculated in total sum of money. But a percentage of profit between the two trades would be easier. But I dont know how to do it.
The EA can trade in both directions. if a group of sell or buy orders are closed. It can start over and open a new trade if the conditions are met(1).
If have some more things I want to add later but I first want this to work.
I thank you in advance!
Kind regards!
https://fxdreema.com/shared/hEIlWvM8c
Trend indicator:
0_1617701324350_half-trend.mq4 -
RE: doesn't draw arrow or stop signposted in Questions & Answers
Yes thank you! Ill try it when i'm home. Yes it happens often. Its a trend indicator. i want the arrow to be visible as long as the 3 timeframes are in the same direction. When atleast 1 timeframe changes direction the stop sign need to be visible. So not when the timeframes switch direction at the same candle as you are suggesting i think?
-
doesn't draw arrow or stop signposted in Questions & Answers
Hi, I want to make a very simple EA. When the 3 halftrends on different timeframes are giving a buy signal = ARROW up, if not = STOP sign. Vice versa for sell signal.
I dont see any arrows or stop sign when I launch the EA, what am I doing wrong?
The Half trend indicator works, I previously made a EA that triggers Buy and sell orders with succes.half-trend: 0_1614334579018_half-trend.mq4
project: https://fxdreema.com/shared/vu13X2izd
Thanks in advance!
-
RE: Only accept one direction EAposted in Questions & Answers
thanks for your answer @l-andorrĂ . Yeah thats a solution! but it's silly to pay commision for every trade that I don't take. I think about it
-
RE: Only accept one direction EAposted in Questions & Answers
Yeah it are ex files the ea's.
Thanks for your reply! -
Only accept one direction EAposted in Questions & Answers
Hi.
I'm working with different EA s in my mt4. Each pair two or three by duplicating the charts ttabs of that pair and on each tab an EA(not my own ea's ofcourse otherwise it would be possible to merge them to 1)

My question is if it is possible to disable al long orders of the Ea's(not my Ea) when my own EA made in fxdreema says only sell for example.
The idea is quite simple but I think it's not possible. Yet I hope someone here knows a way to make it work.
Thanks in advance!
-
RE: Compilation errors enumerator identifier already definedposted in Questions & Answers
@trader-philipps Thanks for your time!!! I look into it!
-
RE: Compilation errors enumerator identifier already definedposted in Questions & Answers
I'm sorry for my late reply.
https://drive.google.com/open?id=1xKE55qkqa0AP1GAh0ipHVE31nLxzd08-
here you find the indicators.I also tried to make a likewise EA with other indicators. these compile luckily but everytime I try in strategy tester the system doesnt work as it supposed to be.
simple strategy:
If the QQE is up and the tdfi shows an upward in the volatility = Buy // close when the QQE changes direction
for sell signals the opposite.
I dont know what im doing wrong in any of the systems. I wen thru the help and even changed the tutorial templates to my needs but all the ea's wont work like I want to. It must be something silly I forget to change or add.
Thanks in advance
-
RE: Compilation errors enumerator identifier already definedposted in Questions & Answers
Thanks for your reply!!
Oh ok. I was already thinking something like that. because the other indicator I use didn't have this issues.
But if someone could fix this it would be great. Because I really love this indicator. I already tried to use another TDFI version but this one had the same problem
-
Compilation errors enumerator identifier already definedposted in Questions & Answers
Hi,
everytime I try to compile my EA I keep getting this error message:
Compilation errors
'pr_close' - enumerator identifier already defined
'pr_open' - enumerator identifier already defined
'pr_high' - enumerator identifier already defined
'pr_low' - enumerator identifier already defined
'pr_median' - enumerator identifier already defined
'pr_typical' - enumerator identifier already defined
'pr_weighted' - enumerator identifier already defined
'pr_average' - enumerator identifier already defined
'pr_medianb' - enumerator identifier already defined
'pr_tbiased' - enumerator identifier already defined
'pr_haclose' - enumerator identifier already defined
'pr_haopen' - enumerator identifier already defined
'pr_hahigh' - enumerator identifier already defined
'pr_halow' - enumerator identifier already defined
'pr_hamedian' - enumerator identifier already defined
'pr_hatypical' - enumerator identifier already defined
'pr_haweighted' - enumerator identifier already defined
'pr_haaverage' - enumerator identifier already defined
'pr_hamedianb' - enumerator identifier already defined
'pr_hatbiased' - enumerator identifier already defined
'ma_sma' - enumerator identifier already defined
'ma_ema' - enumerator identifier already defined
'ma_dsema' - enumerator identifier already defined
'ma_dema' - enumerator identifier already defined
'ma_tema' - enumerator identifier already defined
'ma_smma' - enumerator identifier already defined
'ma_lwma' - enumerator identifier already defined
'ma_pwma' - enumerator identifier already defined
'ma_alxma' - enumerator identifier already defined
'ma_vwma' - enumerator identifier already defined
'ma_hull' - enumerator identifier already defined
'ma_tma' - enumerator identifier already defined
'ma_sine' - enumerator identifier already defined
'ma_linr' - enumerator identifier already defined
'ma_ie2' - enumerator identifier already defined
'ma_nlma' - enumerator identifier already defined
'ma_zlma' - enumerator identifier already defined
'ma_lead' - enumerator identifier already defined
'ma_ssm' - enumerator identifier already defined
'ma_smoo' - enumerator identifier already definedCould someone help me please? I searched on google and the forum but can't seem to find anything related to the problem.
Here is the link of my EA template. it's my first so If there are other condition I must change feel free to say.
https://fxdreema.com/shared/3S5VoxJQd
Thanks in advance!!!